]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin
rename to Hilfe: page, fix and add links
[SourceForge/phpwiki.git] / locale / de / pgsrc / Hilfe%2FNeuerKommentarPlugin
1 Date: Tue, 2 Jan 2007 13:30:17 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.8)
3 X-Rcs-Id: $Id: Hilfe%2FNeuerKommentarPlugin,v 1.1 2007-01-03 21:28:51 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=NeuerKommentarPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 <?plugin CreateToc jshide||=1 ?>
13
14 Hilfe:WikiPlugin um Benutzer Kommentare zu Seiten ans Ende einer Seite anhängen zu lassen. Seit v1.3.8.
15 Anpassungs des Layouts über die Vorlagen comment.tmpl und addcomment.tmpl, und die CSS Klassen
16 wikicomment, wikicomment-header, wikicomment-body, wikicomment-footer
17
18 !! Benutzung
19
20 <verbatim>
21      <?plugin AddComment order||=normal jshide||=0 mode||=show,add noheader||=0 ?>
22 </verbatim>
23
24 !! Argumente
25
26 __jshide__: |
27   Bool'sche Variable, ob die Kommentare oder Eingabe-Textbox zuerst versteckt sein soll, und erst auf Klick erscheint. Vorgabe: 0
28 __order__:  |
29   Liste Kommentare in chronologischer (order=normal) oder umgekehrter Reihenfolge (order=reverse)
30 __mode__:  |
31   Liste von "add" und/oder "show".  Vorgabe: "add,show"
32 __noheader__:  |
33   Bool'sche Variable, ob die "Kommentare" h2 Überschrift weggelassen soll. Vorgabe: 0
34 __pagename__:  |
35   Hänge Kommentare an welche Seite an? Vorgabe: Aktueller Seitenname
36
37 !! Beispiele
38
39 <?plugin AddComment jshide||=1 ?>
40 ----
41 PhpWikiDokumentation Hilfe:WikiPlugin