Template:SSB fighter infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (to list the moves for the Master Hand and Crazy Hand)
(on second thought, I don't think we should make articles on conjectural move names, unless we want an article for "Walk Into Mario" for Goombas)
Line 11: Line 11:
! Special Moves
! Special Moves
|-
|-
| {{#if:{{{moves|}}}|{{{moves|}}} <br>}}{{#if:{{{standard|}}}|'''Standard:'''&nbsp;&nbsp;{{{standard|}}} <br>}}{{#if:{{{side|}}}|'''Side:'''&nbsp;&nbsp;{{{side|}}} <br>}}{{#if:{{{up|}}}|'''Up:'''&nbsp;&nbsp;{{{up|}}} <br>}}{{#if:{{{down|}}}|'''Down:'''&nbsp;&nbsp;{{{down|}}} <br>}}{{#if:{{{final|}}}|'''Final Smash:'''&nbsp;&nbsp;{{{final|}}}}}
| {{#if:{{{standard|}}}|'''Standard:'''&nbsp;&nbsp;{{{standard|}}} <br>}}{{#if:{{{side|}}}|'''Side:'''&nbsp;&nbsp;{{{side|}}} <br>}}{{#if:{{{up|}}}|'''Up:'''&nbsp;&nbsp;{{{up|}}} <br>}}{{#if:{{{down|}}}|'''Down:'''&nbsp;&nbsp;{{{down|}}} <br>}}{{#if:{{{final|}}}|'''Final Smash:'''&nbsp;&nbsp;{{{final|}}}}}
{{#if:{{{entrance|}}}|{{!}}-
{{#if:{{{entrance|}}}|{{!}}-
! Battle Entrance
! Battle Entrance
Line 35: Line 35:
|down =  
|down =  
|final =
|final =
|entrance =
|entrance =  
|moves =  
}}
}}
</pre>
</pre>
Line 53: Line 52:
*'''final:''' The character's [[Final Smash]].
*'''final:''' The character's [[Final Smash]].
*'''entrance:''' The character's entrance.
*'''entrance:''' The character's entrance.
*'''moves:''' The character's special attacks. Only use this for non-playable characters, such as the Master Hand and Crazy Hand.


== Example ==
== Example ==

Revision as of 14:06, March 9, 2008

Template:Color-link-piped
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 =
|entrance = 
}}

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.
  • image: Add the image of the character.
  • games: List the games in that the character has appeared in here.
  • standard: The character's standard special move.
  • side: The character's side special move.
  • up: The character's up special move.
  • down: The character's down special move.
  • final: The character's Final Smash.
  • entrance: The character's entrance.

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]]
|entrance = Through a [[Warp Pipe]].
}}

Result: Template:SSB Infobox