Benutzer:A.Burgermeister: Unterschied zwischen den Versionen
(→Forum) |
(→DPLForum) |
||
Zeile 80: | Zeile 80: | ||
count=15 | count=15 | ||
</forum></table> | </forum></table> | ||
+ | |||
+ | ====Output parameters==== | ||
+ | *<tt>'''ordermethod'''</tt>: Specifies the order in which entries are listed. | ||
+ | **<tt>'''ordermethod=lastedit'''</tt>: Default. Sorts entries by the last time they were edited. | ||
+ | **<tt>'''ordermethod=created'''</tt>: Sorts entries by the time of their creation. | ||
+ | **<tt>'''ordermethod=pageid'''</tt>: Sorts entries by their ID numbers; usually equivalent to <tt>created</tt>. | ||
+ | *<tt>'''historylink'''</tt>: Provides a link to each entry's history. | ||
+ | **<tt>'''historylink=embed'''</tt>: Transforms the Edit field into a history link. | ||
+ | **<tt>'''historylink=append'''</tt>: Appends the history link onto the Edit field. | ||
+ | *<tt>'''omit={text}'''</tt>: Omits the given text from the beginning of each entry's title. | ||
+ | *<tt>'''order=ascending'''</tt>: Reverses the sort order. | ||
+ | *<tt>'''newdays={number}'''</tt>: Marks all links to entries modified less than <tt>{number}</tt> days ago with <tt>class='forum_new'</tt>; defaults to 7. | ||
+ | *<tt>'''timestamp=false'''</tt>: Removes timestamp values from the page links. Timestamps ensure that newly-edited entries don't appear as "visited" links. | ||
+ | *<tt>'''cache=true'''</tt>: Saves the results of this object to the parser cache. This is false by default unless <tt>DPLForum::requireCache</tt> is set to true. |
Version vom 30. April 2010, 21:40 Uhr
Mein Name ist Achim Burgermeister und ich bin hier für die Technik zuständig. Genaueres im ZUM-Wiki.
Inhaltsverzeichnis |
TESTS:
TEX
AnyWikiDraw
{{#drawing:Leer.jpg|400|400}}
Cinderella - Beispiel:
Hilfe: ZUM-Wiki Cinderella
<cdy_applet width=300 height=100 filename="eulergerade.cdy" kernelID=1014875487410 exercise=true controls=de.cinderella.ports.CustomControl />
<cdy_applet width=300 height=100 filename="eulergerade.cdy" console=de.cinderella.ports.ExerciseConsole kernelID=1014875487410 exercise=true />
<cdy_applet width=604 height=450 filename="eulergerade.cdy"
kernelID=1014875487410
exercise=true
viewport="de.cinderella.ports.EuclideanPort"
polar="false"
width= "604"
height="350"
doublebuffer="true"
mesh="false"
axes="false"
snap="false"
scale="25.0"
originx="100"
originy= "280"
deltafactor="0"
/>
News
<news>
VORSICHT: Verursacht den Fehler: Fatal error: Call to protected method ChangesList::insertDateHeader() from context 'NewsRenderer' in /htdocs/wiki/wikis.zum.de/extensions/News/NewsRenderer.php on line 494
Also nicht verwenden!
DynamicList
Extension:DynamicPageList (DPL), version 2.02 : DynamicPageList: Kein Ergebnis!
Forum
Völlig unklar welche Syntax sich hinter diesem Forum verbirgt.
DPLForum
Topic | Last Edit |
---|
Output parameters
- ordermethod: Specifies the order in which entries are listed.
- ordermethod=lastedit: Default. Sorts entries by the last time they were edited.
- ordermethod=created: Sorts entries by the time of their creation.
- ordermethod=pageid: Sorts entries by their ID numbers; usually equivalent to created.
- historylink: Provides a link to each entry's history.
- historylink=embed: Transforms the Edit field into a history link.
- historylink=append: Appends the history link onto the Edit field.
- omit={text}: Omits the given text from the beginning of each entry's title.
- order=ascending: Reverses the sort order.
- newdays={number}: Marks all links to entries modified less than {number} days ago with class='forum_new'; defaults to 7.
- timestamp=false: Removes timestamp values from the page links. Timestamps ensure that newly-edited entries don't appear as "visited" links.
- cache=true: Saves the results of this object to the parser cache. This is false by default unless DPLForum::requireCache is set to true.