From version 1.1 >
edited by Xwiki Admin
on 2018/03/14 16:00
To version < 2.1
edited by Travis Tran
on 2019/07/22 13:07
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XwikiAdmin
1 +XWiki.ttran
Content
... ... @@ -2,27 +2,36 @@
2 2  {{toc start="2" /}}
3 3  {{/box}}
4 4  
5 -**Page Tree Macro** displays the hierarchy of pages. [[Learn more>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro]]
5 +{{velocity}}
6 +$services.localization.render('help.macros.tree.pageDescription', ['**']) [[$services.localization.render('help.more.label')>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro]]
6 6  
7 -== Page Hierarchy Tree ==
8 +== $services.localization.render('help.macros.tree.header1') ==
9 +{{/velocity}}
8 8  
9 9  {{example}}
10 10  {{documentTree /}}
11 11  {{/example}}
12 12  
13 -=== Compact Page Hierarchy Tree ===
15 +{{velocity}}
16 +=== $services.localization.render('help.macros.tree.header2') ===
17 +{{/velocity}}
14 14  
19 +
15 15  {{example}}
16 16  {{documentTree compact="true" /}}
17 17  {{/example}}
18 18  
19 -== Wiki > Space > Page Tree ==
24 +{{velocity}}
25 +== $services.localization.render('help.macros.tree.header3',['>']) ==
26 +{{/velocity}}
20 20  
21 21  {{example}}
22 22  {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}
23 23  {{/example}}
24 24  
25 -== Full Entity Tree ==
32 +{{velocity}}
33 +== $services.localization.render('help.macros.tree.header4') ==
34 +{{/velocity}}
26 26  
27 27  {{example}}
28 28  {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false"

Page Tree Macro displays the hierarchy of pages. Learn more

Page Hierarchy Tree

Page Hierarchy Tree

{{documentTree /}}

Compact Page Hierarchy Tree

Compact Page Hierarchy Tree

{{documentTree compact="true" /}}

Wiki > Space > Page Tree

Wiki > Space > Page Tree

{{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}

Full Entity Tree

Full Entity Tree

{{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false"
    showChildDocuments="false" showObjects="true" showClassProperties="true" /}}

My Recent Modifications

Need help?

If you need help with XWiki you can contact:

----------------------------