文档更改Attack (Order)

Manoeuvring with Difficulty 于 2024/01/26 06:48 最后修改

从版本 8.1
Manoeuvring with Difficulty编辑
在2024/01/25 07:26上
修改评论: 该版本没有评论
到版本
Manoeuvring with Difficulty编辑
在2024/01/25 08:03上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -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}}