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 (New page: What I'm trying to work toward here is a blue box for hero specific tips, a red box for villain specific tips, and a gray box for tips that apply to both games. I need to figure out this ...)
 
m (a non-hero/vill specific image is a better default)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
What I'm trying to work toward here is a blue box for hero specific tips, a red box for villain specific tips, and a gray box for tips that apply to both games.
+
{{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.
  
I need to figure out this #ifexp thing.
+
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==
 +
 
 +
'''<nowiki>{{</nowiki>Gametip | game='''''game_id''''' | tip='''''tip_text'''''<nowiki>}}</nowiki>
 +
 
 +
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 Neutral tips, set this value to '''n''' or '''neutral'''. ''(Default if nothing is passed to '''game'''.)''
 +
:* For tips that pertain to both 'sides,' set this value to '''x''', or '''both'''.
 +
 
 +
'''tip_text'''
 +
: The text of the game tip.
 +
 
 +
==Examples==
 +
<nowiki>{{Gametip|game=hero|tip=This will create a Hero-specific game tip.}}</nowiki>
 +
{{Gametip|game=hero|tip=This will create a Hero-specific game tip.}}
 +
 
 +
<nowiki>{{Gametip|game=vill|tip=This will create a Villain-specific game tip.}}</nowiki>
 +
{{Gametip|game=vill|tip=This will create a Villain-specific game tip.}}
 +
 
 +
<nowiki>{{Gametip|game=both|tip=This will create a generic game tip.}}</nowiki>
 +
{{Gametip|game=both|tip=This will create a generic game tip.}}
 +
 
 +
<nowiki>{{Gametip|game=n|tip=This will create a neutral game tip.}}</nowiki>
 +
{{Gametip|game=N|tip=This will create a neutral game tip.}}
 +
 
 +
<includeonly>
 +
[[Category:Mission Templates]]
 +
</includeonly>

Latest revision as of 13:47, 27 March 2012

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 Neutral tips, set this value to n or neutral. (Default if nothing is passed to game.)
  • For tips that pertain to both 'sides,' set this value to x, or both.

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

{{Gametip|game=n|tip=This will create a neutral game tip.}}