]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/Hilfe%2FInhaltsVerzeichnisPlugin
Produced by PhpWiki 1.4.0RC-20100415
[SourceForge/phpwiki.git] / locale / de / pgsrc / Hilfe%2FInhaltsVerzeichnisPlugin
1 Date: Thu, 15 Apr 2010 16:34:41 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Hilfe%2FInhaltsVerzeichnisPlugin;
6   flags="";
7   markup=2;
8   charset=utf-8
9 Content-Transfer-Encoding: binary
10
11 <<CreateToc jshide||=1 >>
12
13 Hilfe:WikiPlugin um ein dynamisches *Inhaltsverzeichnis* aller Überschriften anzuzeigen. Seit v1.3.8
14
15 === Benutzung
16
17 {{{
18      <<CreateToc >>
19      <<CreateToc jshide||=1 with_toclink||=1 >>
20 }}}
21
22 === Argumente
23
24 __jshide__: |
25   Bool'sche Variable, ob das Inhaltsverzeichnis (TOC) zuerst versteckt sein soll, und erst auf Klick erscheint. Vorgabe: 0
26 __with_toclink__:  |
27   Bool'sche Variable, ob die Überschriften zum TOC zurück linken sollen. Vorgabe: 0
28 __with_counter__:  |
29   Bool'sche Variable, ob hierarchische Prefixes verwendet sollen. Vorgabe: nein
30 __headers__:  |
31   Welche Überschriften?  Vorgabe: ==,===,!    1,2,3 auch erlaubt
32 __noheader__:  |
33   Bool'sche Variable, ob die "Inhaltsverzeichnis" h2 Überschrift weggelassen soll. Vorgabe: 0
34 __liststyle__:  |
35   dl oder ol oder ul. Vorgabe: dl
36 __indentstr__:  |
37   Vorgabe: &nbsp;&nbsp;
38 __pagename__:  |
39   TOC welcher Seite? Vorgabe: Aktueller Seitenname
40
41 === Beispiele
42
43 Siehe zB. TextFormatierungsRegeln
44 ----
45 PhpWikiDokumentation Hilfe:WikiPlugin