Template:SSB fighter infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 3: Line 3:
| style="background-color:#{{#switch:{{{color|green}}}|green=ccffcc|blue=ccccff|red=ffcccc}}" | <center>{{#if:{{{emblem|}}}|[[Image:{{{emblem}}}|40px|right]]}}''Super Smash Bros. Character''<br><big>'''{{{name|{{PAGENAME}}}}}'''</big>
| style="background-color:#{{#switch:{{{color|green}}}|green=ccffcc|blue=ccccff|red=ffcccc}}" | <center>{{#if:{{{emblem|}}}|[[Image:{{{emblem}}}|40px|right]]}}''Super Smash Bros. Character''<br><big>'''{{{name|{{PAGENAME}}}}}'''</big>
|-  
|-  
|{{#if:{{{image|}}}|[[Image:{{{image|}}}|220px|center]]}}
|{{#if:{{{image|}}}|[[Image:{{{image|}}}|{{{width|220}}}px|center]]}}
|-
|-
! Game Appearances
! Game Appearances
Line 13: Line 13:
| {{#if:{{{standard|}}}|'''Standard:''' {{{standard|}}}<br>}}{{#if:{{{side|}}}|'''Side:''' {{{side|}}}<br>}}{{#if:{{{up|}}}|'''Up:''' {{{up|}}}<br>}}{{#if:{{{down|}}}|'''Down:''' {{{down|}}}<br>}}{{#if:{{{final|}}}|'''Final Smash:''' {{{final}}}}}
| {{#if:{{{standard|}}}|'''Standard:''' {{{standard|}}}<br>}}{{#if:{{{side|}}}|'''Side:''' {{{side|}}}<br>}}{{#if:{{{up|}}}|'''Up:''' {{{up|}}}<br>}}{{#if:{{{down|}}}|'''Down:''' {{{down|}}}<br>}}{{#if:{{{final|}}}|'''Final Smash:''' {{{final}}}}}
|}
|}
<noinclude>[[Category: Formatting Templates|{{PAGENAME}}]]</noinclude>
<noinclude>
== Usage Instructions ==
This infobox template is used for playable characters in the ''[[Super Smash Bros. (series)|Super Smash Bros.]]'' series. It gives information about the games the character has appears in and about their special moves.
 
Copy the following code to use the template:
<pre>
{{SSB Infobox|
|color =
|width =
|align =
|name =
|emblem =
|image =
|games =
|standard =
|side =
|up =
|down =
|final =
}}
</pre>
== Parameters ==
*'''color:''' Set the color of the box. Use '''green''' for characters introduced in Smash Bros., '''blue''' for characters introduced in Melee, and '''red''' for characters introduced in Brawl.
*'''width:''' Set the width of the box. Default is '''220'''px.
*'''align:''' Set the align of the box. Default is '''right'''.
*'''name:''' Set the name of the box. Default is the article's name.
*'''emblem:''' Add the emblem of the character's series, if available. For a complete listing, go [[:Category: Super Smash Bros. Emblems|here]].
*'''image:''' Add the image of the character.
*'''games:''' List the games in that the character has appeared in here.
*'''standard:''' The character's standard B move.
*'''side:''' The character's side B move.
*'''up:''' The character's up + B move.
*'''down:''' The character's down + B move.
*'''final:''' The character's [[Final Smash]].
 
== Example ==
<pre>
{{SSB Infobox|
|color = green
|name = Mario
|emblem = Mario_Bros._Emblem.gif
|image = BrawlMario.jpg
|games = ''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''
|standard = [[Fireball]]
|side = [[Cape]] (''SSBM'')
|up = [[Super Jump Punch]]
|down = [[Mario Tornado]]
|final = [[Mario Finale]]
}}
</pre>
Result:
{{SSB Infobox|
|color = green
|name = Mario
|emblem = Mario_Bros._Emblem.gif
|image = BrawlMario.jpg
|games = ''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''
|standard = [[Fireball]]
|side = [[Cape]] (''SSBM'')
|up = [[Super Jump Punch]]
|down = [[Mario Tornado]]
|final = [[Mario Finale]]
}}
[[Category: Formatting Templates|{{PAGENAME}}]]</noinclude><includeonly>[[Category: Super Smash Bros. Characters]]</includeonly>

Revision as of 13:33, July 19, 2007

Super Smash Bros. Character
SSB fighter infobox
Game Appearances
Special Moves

Usage Instructions

This infobox template is used for playable characters in the Super Smash Bros. series. It gives information about the games the character has appears in and about their special moves.

Copy the following code to use the template:

{{SSB Infobox|
|color =
|width = 
|align =
|name =
|emblem =
|image =
|games = 
|standard =
|side =
|up =
|down = 
|final =
}}

Parameters

  • color: Set the color of the box. Use green for characters introduced in Smash Bros., blue for characters introduced in Melee, and red for characters introduced in Brawl.
  • width: Set the width of the box. Default is 220px.
  • align: Set the align of the box. Default is right.
  • name: Set the name of the box. Default is the article's name.
  • emblem: Add the emblem of the character's series, if available. For a complete listing, go here.
  • image: Add the image of the character.
  • games: List the games in that the character has appeared in here.
  • standard: The character's standard B move.
  • side: The character's side B move.
  • up: The character's up + B move.
  • down: The character's down + B move.
  • final: The character's Final Smash.

Example

{{SSB Infobox|
|color = green
|name = Mario
|emblem = Mario_Bros._Emblem.gif
|image = BrawlMario.jpg
|games = ''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''
|standard = [[Fireball]]
|side = [[Cape]] (''SSBM'')
|up = [[Super Jump Punch]]
|down = [[Mario Tornado]]
|final = [[Mario Finale]]
}}

Result: Template:SSB Infobox