Changes for page Factions
Last modified by Daniel Turner on 2023/09/21 14:20
From version 16.1
edited by Daniel Turner
on 2023/09/21 14:18
on 2023/09/21 14:18
Change comment:
There is no comment for this version
To version 15.1
edited by Daniel Turner
on 2023/09/21 14:17
on 2023/09/21 14:17
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,4 +21,11 @@ 21 21 ))) 22 22 23 23 == Faction List== 24 - 24 +{{velocity}} 25 +#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'factions' member of tag.tags").execute()) 26 +#foreach($reference in $references) 27 + #set ($document = $xwiki.getDocument($reference)) 28 + #set ($label = $document.getTitle()) 29 + [[$label>>$reference]] 30 +#end 31 +{{/velocity}}