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