Benutzer:A.Burgermeister: Unterschied zwischen den Versionen
(→Neue Version:) |
(→Neue Version:) |
||
Zeile 57: | Zeile 57: | ||
<nowiki><news></nowiki> | <nowiki><news></nowiki> | ||
− | + | [[NewsTest]] | |
=== DynamicList=== | === DynamicList=== |
Version vom 1. Mai 2010, 14:36 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 Extension 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!
Neue Version:
<news>
DynamicList
Extension:DynamicPageList (DPL), version 2.02 : DynamicPageList: Kein Ergebnis!
DPLForum
Test unter Forum
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.