Benutzer:A.Burgermeister: Unterschied zwischen den Versionen
(→DPLForum) |
(→Output parameters) |
||
Zeile 80: | Zeile 80: | ||
count=15 | count=15 | ||
</forum></table> | </forum></table> | ||
+ | |||
+ | ====Content parameters==== | ||
+ | *<tt>'''category={page}'''</tt>: Adds a category to the set of categories. Only pages that belong to each of these categories will be displayed. | ||
+ | *<tt>'''notcategory={page}'''</tt>: Adds a category to the set of exclusions. Only pages that belong to none of these categories will be displayed. | ||
+ | *<tt>'''namespace={text}'''</tt>: Specifies the namespace in which to search. Only one namespace may be specified. | ||
+ | *<tt>'''prefix={text}'''</tt>: Specifies a prefix to match in the title. Only pages whose titles begin with the specified prefix will be displayed. ''(New in version 3.1)'' | ||
+ | *<tt>'''start={number}'''</tt>: Excludes the first <tt>{number}</tt> results from the listing. | ||
+ | *<tt>'''count={number}'''</tt>: Lists no more than <tt>{count}</tt> results. Currently limited up to 50 results, but the results aren't limited to 50 if this parameter is not specified. | ||
+ | *<tt>'''title={page}'''</tt>: If specified, this object becomes a forum-style link to the given page. Other parameters still apply. | ||
+ | |||
+ | ====Structural parameters==== | ||
+ | *<tt>'''mode'''</tt>: Specifies the mode of output. | ||
+ | **<tt>'''mode=table'''</tt>: Default. Displays each entry in a <tt><nowiki><tr></nowiki></tt> block. <tt><nowiki><table></nowiki></tt> tags are not included, so that each table may be given custom properties. | ||
+ | **<tt>'''mode=list'''</tt>: Displays each entry in a <nowiki><li> block. As above, tags such as <ol> or <ul></nowiki> are omitted. | ||
+ | **<tt>'''mode=none'''</tt>: Only separates entries with a <tt><nowiki><br /></nowiki></tt> tag. | ||
+ | **<tt>'''mode=count'''</tt>: Returns only the number of entries that match the given parameters. ''(New in version 3.2)'' | ||
+ | *<tt>'''compact'''</tt>: Allows for individual <tt><nowiki><td></nowiki></tt> tags to be combined together where appropriate. | ||
+ | **<tt>'''compact=author'''</tt>: Combines the <tt>Title</tt> and <tt>Author</tt> cells. | ||
+ | **<tt>'''compact=editor'''</tt>: Combines the <tt>Edit</tt> and <tt>Editor</tt> cells. | ||
+ | **<tt>'''compact=all'''</tt>: Combines both. | ||
+ | *<tt>'''addcreationdate=true'''</tt>: Displays each entry's date of creation. | ||
+ | *<tt>'''addauthor=true'''</tt>: Displays the original author of each entry. | ||
+ | *<tt>'''addlasteditor=true'''</tt>: Displays the last editor of each entry. | ||
+ | *<tt>'''addlastedit=false'''</tt>: Hides each entry's last edit time; shown by default. | ||
====Output parameters==== | ====Output parameters==== |
Version vom 30. April 2010, 21:42 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 |
---|
Content parameters
- category={page}: Adds a category to the set of categories. Only pages that belong to each of these categories will be displayed.
- notcategory={page}: Adds a category to the set of exclusions. Only pages that belong to none of these categories will be displayed.
- namespace={text}: Specifies the namespace in which to search. Only one namespace may be specified.
- prefix={text}: Specifies a prefix to match in the title. Only pages whose titles begin with the specified prefix will be displayed. (New in version 3.1)
- start={number}: Excludes the first {number} results from the listing.
- count={number}: Lists no more than {count} results. Currently limited up to 50 results, but the results aren't limited to 50 if this parameter is not specified.
- title={page}: If specified, this object becomes a forum-style link to the given page. Other parameters still apply.
Structural parameters
- mode: Specifies the mode of output.
- mode=table: Default. Displays each entry in a <tr> block. <table> tags are not included, so that each table may be given custom properties.
- mode=list: Displays each entry in a <li> block. As above, tags such as <ol> or <ul> are omitted.
- mode=none: Only separates entries with a <br /> tag.
- mode=count: Returns only the number of entries that match the given parameters. (New in version 3.2)
- compact: Allows for individual <td> tags to be combined together where appropriate.
- compact=author: Combines the Title and Author cells.
- compact=editor: Combines the Edit and Editor cells.
- compact=all: Combines both.
- addcreationdate=true: Displays each entry's date of creation.
- addauthor=true: Displays the original author of each entry.
- addlasteditor=true: Displays the last editor of each entry.
- addlastedit=false: Hides each entry's last edit time; shown by default.
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.