文档更改Attack (Order)
由 Manoeuvring with Difficulty 于 2024/01/26 06:48 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -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}}