Failed to execute template. Grund: [Encountered "\"ntime\"" at environment:/skins/flamingo/htmlheader.vm[line 1, column 49] Was expecting one of:     "||" ...     "," ...     ")" ...     <WHITESPACE> ...     <NEWLINE> ...     "-" ...     "+" ...     "*" ...     "/" ...     "%" ...     <LOGICAL_AND> ...     <LOGICAL_OR> ...     <LOGICAL_LT> ...     <LOGICAL_LE> ...     <LOGICAL_GT> ...     <LOGICAL_GE> ...     <LOGICAL_EQUALS> ...     <LOGICAL_NOT_EQUALS> ...     ]. Klicke auf diese Nachricht, um Details zu erfahren.

Zum Inhalt springen

Wiki-Quellcode von Inhaltsverzeichnis

Zuletzt geändert von Gregor Buchholz am 2024/12/10 12:50

Zeige letzte Bearbeiter
1 {{velocity}}
2 $services.localization.render('help.macros.toc',['**']) [[$services.localization.render('help.more.label')>>https://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro]]
3
4 = $services.localization.render('help.macros.toc.description.title') =
5
6 $services.localization.render('help.macros.toc.description.content', ['[[','>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/?syntax=2.1&section=Headings]]'])
7
8 = $services.localization.render('help.macros.toc.examples.title') =
9
10 == $services.localization.render('help.macros.toc.simple') ==
11 {{/velocity}}
12
13 {{example}}
14 {{toc/}}
15 {{/example}}
16
17 {{velocity}}
18 == $services.localization.render('help.macros.toc.startingPoint') ==
19 {{/velocity}}
20
21 {{example}}
22 {{toc start="2"/}}
23 {{/example}}
24
25 {{velocity}}
26 == $services.localization.render('help.macros.toc.insideBox') ==
27 {{/velocity}}
28
29 {{example}}
30 {{box cssClass="floatinginfobox"}}
31 {{toc/}}
32 {{/box}}
33 {{/example}}