Modifications pour le document Attack (Order)
Modifié par Manoeuvring with Difficulty le 2024/01/26 06:48
Depuis la version 8.1
modifié par Manoeuvring with Difficulty
sur 2024/01/25 07:26
sur 2024/01/25 07:26
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 9.1
modifié par Manoeuvring with Difficulty
sur 2024/01/25 08:03
sur 2024/01/25 08:03
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -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}}