ページ Attack (Order) の変更

Manoeuvring with Difficultyが2024/01/26 06:48に最終更新

バージョン 8.1 から
Manoeuvring with Difficultyにより編集
2024/01/25 07:26に
変更についてのコメント: このバージョンのコメントはありません
バージョン 9.3
Manoeuvring with Difficultyにより編集
2024/01/25 08:23に
変更についてのコメント: このバージョンのコメントはありません

要約

詳細

ページのプロパティー
コンテンツ
... ... @@ -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}}