Änderungen von Dokument Attack (Order)
Zuletzt geändert von Manoeuvring with Difficulty am 2024/01/26 06:48
Von Version 10.9
bearbeitet von Manoeuvring with Difficulty
am 2024/01/26 06:40
am 2024/01/26 06:40
Änderungskommentar:
Added tag [combat]
Auf Version 9.2
bearbeitet von Manoeuvring with Difficulty
am 2024/01/25 08:09
am 2024/01/25 08:09
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Tags
-
... ... @@ -1,1 +1,1 @@ 1 - order|combat1 +combat|order - Inhalt
-
... ... @@ -63,23 +63,26 @@ 63 63 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 -= Relate d=66 += Relate = 67 67 68 -{{velocity}} 69 -## Related pages display by Manoeuvring with Difficulty, displays a horizontal list of related pages based upon the tags given to the page 70 -## Get all tags assigned to this page 71 -#set ($tags = $doc.getTagList()) 72 -#foreach($tag in $tags) 73 - ---- 74 - (% style="text-align:center" %) 75 - **$tag.substring(0,1).toUpperCase()$tag.substring(1,$tag.length())** 76 - ~| ## Display the tags with the 1st letter being uppercase 77 - #set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where '$tag' member of tag.tags").execute()) 78 - #foreach($reference in $references) 79 - #set ($document = $xwiki.getDocument($reference)) 80 - #set ($label = $document.getTitle()) 81 - [[$label>>$reference]] | ## link to every page with the same tag 82 - #end 68 +---- 83 83 84 -#end 85 -{{/velocity}} 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) 74 + #set ($document = $xwiki.getDocument($reference)) 75 + #set ($label = $document.getTitle()) 76 + [[$label>>$reference]] | ## 77 +#end{{/velocity}} 78 + 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}}