Template:Gametip/doc
< Template:Gametip
Jump to navigation
Jump to search
Revision as of 22:27, 4 July 2007 by imported>Eabrace (updating documentation)
The Gametip template creates a text box containing a general tip for the game. Tips can be Hero-specific, Villain-specific, or generic.
Syntax
{{Gametip | Game=game_id | Tip=tip_text}}
where:
game_id
- Indicates whether the tip is specific to Heroes, specific to Villains, or generic.
- For Hero-specific tips, set this value to "hero".
- For Hero-specific tips, set this value to "vill".
- For Hero-specific tips, set this value to "both". (This is also the default format.)
tip_text
- The text of the game tip.
Examples
{{Gametip|Game=hero|Tip=This will create a Hero-specific game tip.}}
{{Gametip|Game=vill|Tip=This will create a Villain-specific game tip.}}
{{Gametip|Game=both|Tip=This will create a generic game tip.}}