Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Gametip/doc"

From Paragon Wiki Archive
Jump to: navigation, search
m (Template:Gametip/Doc moved to Template:Gametip/doc: Renaming for {{Documentation}})
m (updating for {{Documentation}}, +cat from template page)
Line 1: Line 1:
 +
{{documentation subpage}}
 
The Gametip template creates a text box containing a general tip for the game.  Tips can be Hero-specific, Villain-specific, or generic.  Switch statements are used to alter the background and text colors of the boxes depending on the game specified in the template call.
 
The Gametip template creates a text box containing a general tip for the game.  Tips can be Hero-specific, Villain-specific, or generic.  Switch statements are used to alter the background and text colors of the boxes depending on the game specified in the template call.
  
Line 31: Line 32:
 
<nowiki>{{Gametip|game=both|tip=This will create a generic game tip.}}</nowiki>
 
<nowiki>{{Gametip|game=both|tip=This will create a generic game tip.}}</nowiki>
 
{{Gametip|game=both|tip=This will create a generic game tip.}}
 
{{Gametip|game=both|tip=This will create a generic game tip.}}
 +
 +
<includeonly>
 +
[[Category:Standardized Text Templates]]
 +
</includeonly>

Revision as of 07:14, 20 February 2008

This is a documentation subpage for Template:Gametip (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

The Gametip template creates a text box containing a general tip for the game. Tips can be Hero-specific, Villain-specific, or generic. Switch statements are used to alter the background and text colors of the boxes depending on the game specified in the template call.

Hero-specific tips will appear in blue boxes with white text and an City of Heroes icon.

Villain-specific tips will appear in red boxes with white text and an City of Villains icon.

Generic tips which apply to both games will appear in gray boxes with black text and an icon that is a hybrid of the City of Heroes and City of Villains icons.

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 h, hero, or heroes.
  • For Villain-specific tips, set this value to v, vill, or villains.
  • For Generic tips, set this value to x, or both. If an undefined value is used, the template will default to Generic.

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.}}