Changes for page Rangee Index

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 12.26
edited by Tobias Wintrich
on 2021/09/28 11:56
Change comment: There is no comment for this version
To version 12.22
edited by Tobias Wintrich
on 2021/09/28 11:54
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,9 +1,7 @@
1 1  {{velocity}}
2 -##{{tree links="true" edges="false"}}
2 +{{tree links="true" edges="false"}}
3 3  #set($depth = $wikimacro.parameters.depth)
4 4  {{html wiki=true}}
5 -language
6 -$doc.getLanguage()
7 7  <ul>
8 8   #set($results = false)
9 9   #set ($query = $services.query.xwql('where doc.parent = :doc and doc.hidden = 0 order by doc.title asc'))
... ... @@ -81,5 +81,5 @@
81 81  </ul>
82 82  
83 83  {{/html}}
84 -##{{/tree}}
82 +{{/tree}}
85 85  {{/velocity}}