Changes for page Xenon

Last modified by Daniel Turner on 2023/10/04 15:42

From version 14.1
edited by Daniel Turner
on 2023/10/04 15:42
Change comment: There is no comment for this version
To version 7.1
edited by Daniel Turner
on 2023/10/04 14:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Tags
... ... @@ -1,1 +1,1 @@
1 -factions|enemy|xenon
1 +factions|xenon|enemy
Content
... ... @@ -263,9 +263,9 @@
263 263  #foreach($reference in $references)
264 264   #set ($document = $xwiki.getDocument($reference))
265 265   #set ($label = $document.getTitle())
266 - #if($reference.isTranslation() == false)
266 + #if(not $document.isTranslation())
267 267   [[$label>>$reference]]
268 - #end
268 + #end
269 269  #end
270 270  {{/velocity}}
271 271  )))|(% style="width:33%" %) (% style="text-align: center;" %)
... ... @@ -276,11 +276,10 @@
276 276  #set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'xenon' member of tag.tags and 'system' member of tag.tags").execute())
277 277  #foreach($reference in $references)
278 278   #set ($document = $xwiki.getDocument($reference))
279 - #set ($translatedDoc = $xwiki.getTranslatedDocument())
280 280   #set ($label = $document.getTitle())
281 - #if($translatedDoc.isTranslation() == false)
280 + #if(not $document.isTranslation())
282 282   [[$label>>$reference]]
283 - #end
282 + #end
284 284  #end
285 285  {{/velocity}}
286 286  )))|(% style="width:33%" %) (% style="text-align: center;" %)