Changes for page OrderTemplate
Last modified by Manoeuvring with Difficulty on 2024/01/25 10:18
From version 2.1
edited by Manoeuvring with Difficulty
on 2023/12/03 06:16
on 2023/12/03 06:16
Change comment:
There is no comment for this version
To version 6.2
edited by Manoeuvring with Difficulty
on 2024/01/25 09:46
on 2024/01/25 09:46
Change comment:
Added tag [test]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,0 +1,1 @@ 1 +ordertemplate|test - Content
-
... ... @@ -7,13 +7,13 @@ 7 7 |(% colspan="2" %)[[image:order_wait.png||data-xwiki-image-style-alignment="center" height="32" width="32"]] 8 8 |(% style="width:132px" %)Category|(% style="width:277px" %)Navigation/Combat/Trade/Miscellaneous 9 9 |(% style="width:132px" %)Instruction Method|(% style="width:277px" %)Order/Default Behaviour/Assignment 10 -|(% style="width:132px" %)Skill|(% style="width:277px" %)((( 10 +|(% style="width:132px" %)[[Skill>>doc:X4 Foundations Wiki.Manual and Guides.Objects in the Game Universe.Equipment.Crew.WebHome]]|(% style="width:277px" %)((( 11 11 ★☆☆☆☆ 12 12 ))) 13 13 |(% style="width:132px" %)Ship|(% style="width:277px" %)Any 14 14 |(% style="width:132px" %)Commander|(% style="width:277px" %)Any/Ship/Station 15 -|(% style="width:132px" %)Mimic|(% style="width:277px" %)Yes/No 16 -|(% style="width:132px" %)Repeat Order|(% style="width:277px" %)Yes/No 15 +|(% style="width:132px" %)[[Mimic>>doc:X4 Foundations Wiki.Manual and Guides.Objects in the Game Universe.Orders, Behaviours and Assignments.Mimic.WebHome]]|(% style="width:277px" %)Yes/No 16 +|(% style="width:132px" %)[[Repeat Order>>doc:X4 Foundations Wiki.Manual and Guides.Objects in the Game Universe.Orders, Behaviours and Assignments.Repeat Orders.WebHome]]|(% style="width:277px" %)Yes/No 17 17 ))) 18 18 19 19 = Overview = ... ... @@ -22,7 +22,43 @@ 22 22 = Configuration = 23 23 24 24 25 += Skill Effects = 26 + 27 + 25 25 = Applications = 26 26 27 27 28 -= Issues = 31 +== Example == 32 + 33 + 34 += Caveats = 35 + 36 + 37 += Related = 38 + 39 +---- 40 + 41 +(% style="text-align:center" %) 42 +**Combat** 43 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'combat' member of tag.tags").execute()) 44 +#foreach($reference in $references) 45 + #set ($document = $xwiki.getDocument($reference)) 46 + #set ($label = $document.getTitle()) 47 + [[$label>>$reference]] | ## 48 +#end{{/velocity}} 49 + 50 +---- 51 + 52 +(% style="text-align:center" %) 53 +**Queued Orders** 54 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'order' member of tag.tags").execute()) 55 +#foreach($reference in $references) 56 + #set ($document = $xwiki.getDocument($reference)) 57 + #set ($label = $document.getTitle()) 58 + [[$label>>$reference]] | ## 59 +#end{{/velocity}} 60 + 61 + 62 +{{velocity}} 63 +#set ($tags = $services.query.xwql("select distinct doc.object(XWiki.TagClass).tags from Document doc").execute()) 64 +{{/velocity}}