Difference between revisions of "Template:WML Tags"

From The Battle for Wesnoth Wiki
(Add new defaults tags)
(Add new looping and flow control tags)
Line 37: Line 37:
 
[[UnitTypeWML#Other_tags|base_unit]],  
 
[[UnitTypeWML#Other_tags|base_unit]],  
 
[[AbilitiesWML|berserk]],  
 
[[AbilitiesWML|berserk]],  
[[BinaryPathWML|binary_path]];
+
[[BinaryPathWML|binary_path]],
 +
[[InternalActionsWML#Flow_control_actions|break]];
 
|-
 
|-
 
|''C:''  
 
|''C:''  
Line 52: Line 53:
 
[[InterfaceActionsWML#.5Bcolor_adjust.5D|color_adjust]],
 
[[InterfaceActionsWML#.5Bcolor_adjust.5D|color_adjust]],
 
command ([[ConditionalActionsWML#.5Bcommand.5D|action]], [[ReplayWML|replay]]),
 
command ([[ConditionalActionsWML#.5Bcommand.5D|action]], [[ReplayWML|replay]]),
 +
[[InternalActionsWML#Flow_control_actions|continue]],
 
[[AiWML#The_.5Bgoal.5D_Tag|criteria]];
 
[[AiWML#The_.5Bgoal.5D_Tag|criteria]];
 
|-
 
|-
Line 118: Line 120:
 
[[AbilitiesWML#The_.5Bspecials.5D_tag|firststrike]],  
 
[[AbilitiesWML#The_.5Bspecials.5D_tag|firststrike]],  
 
[[InterfaceActionsWML#.5Bfloating_text.5D|floating_text]],
 
[[InterfaceActionsWML#.5Bfloating_text.5D|floating_text]],
[[AnimationWML#Frames|frame]];
+
[[ConditionalActionsWML#.5Bfor.5D|for]],
 +
[[ConditionalActionsWML#.5Bforeach.5D|foreach]],
 +
[[AnimationWML#Frames|frame]],
 
[[DirectActionsWML#.5Bfull_heal.5D|full_heal]];
 
[[DirectActionsWML#.5Bfull_heal.5D|full_heal]];
 
|-
 
|-
Line 243: Line 247:
 
[[InterfaceActionsWML#.5Bremove_sound_source.5D|remove_sound_source]],  
 
[[InterfaceActionsWML#.5Bremove_sound_source.5D|remove_sound_source]],  
 
[[InterfaceActionsWML#.5Bremove_unit_overlay.5D|remove_unit_overlay]],
 
[[InterfaceActionsWML#.5Bremove_unit_overlay.5D|remove_unit_overlay]],
 +
[[ConditionalActionsWML#.5Brepeat.5D|repeat]],
 
[[DirectActionsWML#.5Breplace_map.5D|replace_map]],  
 
[[DirectActionsWML#.5Breplace_map.5D|replace_map]],  
 
[[DirectActionsWML#.5Breplace_schedule.5D|replace_schedule]],  
 
[[DirectActionsWML#.5Breplace_schedule.5D|replace_schedule]],  
Line 250: Line 255:
 
resistance ([[AbilitiesWML|ability]], [[UnitsWML#.5Bmovetype.5D|unit]]),
 
resistance ([[AbilitiesWML|ability]], [[UnitsWML#.5Bmovetype.5D|unit]]),
 
[[UnitsWML#.5Bresistance_defaults.5D|resistance_defaults]],
 
[[UnitsWML#.5Bresistance_defaults.5D|resistance_defaults]],
[[ReplayWML|results]],  
+
[[ReplayWML|results]],
 +
[[InternalActionsWML#Flow_control_actions|return]],
 
[[InternalActionsWML#.5Brole.5D|role]],  
 
[[InternalActionsWML#.5Brole.5D|role]],  
 
[[TerrainMaskWML|rule]];
 
[[TerrainMaskWML|rule]];

Revision as of 18:26, 1 October 2015


A box with all the WML tags, each one linking to the page and section they are described in. This box should be included in each of the WML reference pages.