Changes for page Attack (Order)

Last modified by Manoeuvring with Difficulty on 2024/01/26 06:48

From version 8.1
edited by Manoeuvring with Difficulty
on 2024/01/25 07:26
Change comment: There is no comment for this version
To version 9.1
edited by Manoeuvring with Difficulty
on 2024/01/25 08:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,12 +64,25 @@
64 64  Ships will only attack their targets in the order prescribed by the player meaning that if another, greater priority target becomes available an attack order will be queued up after the earlier targets, this can be resolved by clearing the queue of all the attacking ships and then re-adding the new order of targets but it can be tedious.
65 65  
66 66  = Related =
67 -{{velocity}}
68 -#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'combat' member of tag.tags").execute())
69 -#foreach($reference in $references)
67 +
68 +----
69 +
70 +(% style="text-align:center" %)
71 +**Combat**
72 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'combat' member of tag.tags").execute())
73 +#foreach($reference in $references)
70 70   #set ($document = $xwiki.getDocument($reference))
71 71   #set ($label = $document.getTitle())
72 - |[[$label>>$reference]]|
73 -#end
74 -{{/velocity}}
76 + [[$label>>$reference]] | ##
77 +#end{{/velocity}}
75 75  
79 +----
80 +
81 +(% style="text-align:center" %)
82 +**Queued Orders**
83 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'order' member of tag.tags").execute())
84 +#foreach($reference in $references)
85 + #set ($document = $xwiki.getDocument($reference))
86 + #set ($label = $document.getTitle())
87 + [[$label>>$reference]] | ##
88 +#end{{/velocity}}