Last modified by Jiri Tobias on 2026/02/20 12:07

From version 1.1
edited by Martin Mahr
on 2023/11/14 13:31
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/15.9]
To version 2.1
edited by Jiri Tobias
on 2026/01/13 13:25
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.4.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mahr
1 +XWiki.tobias
Content
... ... @@ -44,10 +44,32 @@
44 44  rendering.macro.documentTree.parameter.limit.description=The maximum number of child nodes to display when expanding a parent node for the first time. The rest of the child nodes are accessible through a "more ..." link. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large.
45 45  rendering.macro.documentTree.parameter.exclusions.name=Exclusions
46 46  rendering.macro.documentTree.parameter.exclusions.description=The list of nodes to exclude from the tree. The nodes are specified by their id and separated by comma.
47 +rendering.macro.documentTree.parameter.sortDocumentsBy.name=Sort pages by
48 +rendering.macro.documentTree.parameter.sortDocumentsBy.description=The page field used to sort the child pages, followed by the sort order.
49 +rendering.macro.documentTree.parameter.expandToLevel.name=Expand to level
50 +rendering.macro.documentTree.parameter.expandToLevel.description=Define the depth of the tree to expand automatically. Default is 0 and means that only top level nodes are displayed. A level of 1 opens those, a level of 2 also opens the children below the newly displayed nodes, etc. Note that a high value can make the macro expansive to display for the browser.
47 47  
52 +rendering.macro.children.name=Children
53 +rendering.macro.children.description=Displays a tree of children pages of the current page
54 +rendering.macro.children.parameter.sort.name=Sort by
55 +rendering.macro.children.parameter.sort.description=The page field used to sort the child pages, followed by the sort order.
56 +rendering.macro.children.parameter.root.name=Root
57 +rendering.macro.children.parameter.root.description=The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome
58 +
48 48  index.documentTree.empty=No pages found
49 49  index.documentTree.more={0} more ...
61 +index.documentTree.addDocument=New page...
50 50  
63 +index.documentTree.documentSortDisplayer.field=Sort field
64 +index.documentTree.documentSortDisplayer.field.default=---
65 +index.documentTree.documentSortDisplayer.field.title=Title
66 +index.documentTree.documentSortDisplayer.field.date=Last modification date
67 +index.documentTree.documentSortDisplayer.field.creationDate=Creation date
68 +index.documentTree.documentSortDisplayer.order=Sort order
69 +index.documentTree.documentSortDisplayer.order.default=---
70 +index.documentTree.documentSortDisplayer.order.asc=Ascending
71 +index.documentTree.documentSortDisplayer.order.desc=Descending
72 +
51 51  ## Deprecated translation keys
52 52  
53 53  ## Until 7.2M2