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 Tree

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

Zeige letzte Bearbeiter
1 {{box cssClass="floatinginfobox"}}
2 {{toc start="2" /}}
3 {{/box}}
4
5 {{velocity}}
6 $services.localization.render('help.macros.tree.pageDescription', ['**']) [[$services.localization.render('help.more.label')>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro]]
7
8 == $services.localization.render('help.macros.tree.header1') ==
9 {{/velocity}}
10
11 {{example}}
12 {{documentTree /}}
13 {{/example}}
14
15 {{velocity}}
16 === $services.localization.render('help.macros.tree.header2') ===
17 {{/velocity}}
18
19
20 {{example}}
21 {{documentTree compact="true" /}}
22 {{/example}}
23
24 {{velocity}}
25 == $services.localization.render('help.macros.tree.header3',['>']) ==
26 {{/velocity}}
27
28 {{example}}
29 {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}
30 {{/example}}
31
32 {{velocity}}
33 == $services.localization.render('help.macros.tree.header4') ==
34 {{/velocity}}
35
36 {{example}}
37 {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false"
38 showChildDocuments="false" showObjects="true" showClassProperties="true" /}}
39 {{/example}}