... |
... |
@@ -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')>>https://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" |