Template:SSB fighter infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "background: " to "background:") |
m (Text replacement - "([Cc])olor-link" to "$1olor link") |
||
(28 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="width:{{{width|220}}}px;background:#fcfffc;border: | {| class="infobox" style="width:{{{width|220}}}px;background:#fcfffc;border-color:#{{#switch:{{{color|green}}}|green=8c8|blue=88c|red=c88|yellow=cc8|purple=c8c}}" | ||
|- | | style="text-align:center;background:#{{#switch:{{{color|green}}}|green=ccffcc|blue=ccccff|red=ffcccc|yellow=ffffcc|purple=ffccff}};border:1px solid #{{#switch:{{{color|green}}}|green=8c8|blue=88c|red=c88|yellow=cc8|purple=c8c}}" | {{#if:{{{emblem|}}}|[[File:{{{emblem}}}|35px|right|class=invert-dark]]}} ''{{color link|black|Super Smash Bros. (series)|Super Smash Bros.}}'' fighter<br><span style="font-size:125%">'''{{{title|{{PAGETITLE}}}}}'''</span> | ||
|- | |- | ||
|{{#if:{{{image|}}}|[[File:{{{image | | style="text-align:center" | {{#if:{{{image|}}}|[[File:{{{image}}}|{{{width|220}}}px]]}} | ||
|- | |- | ||
! Game appearances | ! Game appearances | ||
|- | |- | ||
| | | {{{games|}}} | ||
|- | |- | ||
! Special moves | ! Special moves | ||
|- | |- | ||
| {{#if:{{{standard|}}}|''' | | {{#if:{{{standard|}}}|'''Neutral:''' {{{standard|}}} <br>}}{{#if:{{{side|}}}|'''Side:''' {{{side|}}} <br>}}{{#if:{{{up|}}}|'''Up:''' {{{up|}}} <br>}}{{#if:{{{down|}}}|'''Down:''' {{{down|}}} <br>}}{{#if:{{{final|}}}|'''Final Smash:''' {{{final|}}}}} | ||
{{#if:{{{entrance|}}}|{{!}}- | {{#if:{{{entrance|}}}| | ||
{{!}}- | |||
! Battle entrance | ! Battle entrance | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} {{{entrance}}} }} | ||
|}<noinclude> | |}<noinclude> | ||
==Usage instructions== | ==Usage instructions== | ||
This infobox template is used for | This infobox template is used for fighters in the [[Super Smash Bros. (series)|''Super Smash Bros.'' series]]. It provides information about the games which the playable character has appeared in and their special moves. | ||
Copy the following code to use the template: | Copy the following code to use the template: | ||
<pre> | <pre> | ||
{{SSB | {{SSB fighter infobox | ||
|color= | |color= | ||
|emblem= | |||
|title= | |||
|width= | |width= | ||
|align= | |align= | ||
|image= | |image= | ||
|games= | |games= | ||
Line 38: | Line 39: | ||
}} | }} | ||
</pre> | </pre> | ||
==Parameters== | ==Parameters== | ||
*'''color:''' Set the color of the box. Use '''green''' for characters introduced in ''[[Super Smash Bros.]]'', '''blue''' for characters introduced in ''[[Super Smash Bros. Melee]]'', '''red''' for characters introduced in ''[[Super Smash Bros. Brawl]]'', '''yellow''' for characters introduced in ''[[Super Smash Bros. for Nintendo 3DS]]'' / ''[[Super Smash Bros. for Wii U]]'' and '''purple''' for characters introduced in ''[[Super Smash Bros. Ultimate]]''. | *'''color:''' Set the color of the box. Use '''green''' for characters introduced in ''[[Super Smash Bros.]]'', '''blue''' for characters introduced in ''[[Super Smash Bros. Melee]]'', '''red''' for characters introduced in ''[[Super Smash Bros. Brawl]]'', '''yellow''' for characters introduced in ''[[Super Smash Bros. for Nintendo 3DS]]'' / ''[[Super Smash Bros. for Wii U]]'' and '''purple''' for characters introduced in ''[[Super Smash Bros. Ultimate]]''. | ||
*'''emblem:''' Add the emblem of the character's series, if available. See [[Super Smash Bros. (series)#Major series represented in Super Smash Bros.|here]] for the list of emblems. | |||
*'''title:''' Set the name of the box. Default is the article's title. | |||
*'''width:''' Set the width of the box. Default is '''220'''px. | *'''width:''' Set the width of the box. Default is '''220'''px. | ||
*'''align:''' Set the align of the box. Default is '''right'''. | *'''align:''' Set the align of the box. Default is '''right'''. | ||
*'''image:''' Add the image of the character. | *'''image:''' Add the image of the character. | ||
*'''games:''' List the games in that the character has appeared in here. ''These should only be released games, aside from the case of new fighters, as there's no other game to associate them with.'' | *'''games:''' List the games in that the character has appeared in here. ''These should only be released games, aside from the case of new fighters, as there's no other game to associate them with.'' | ||
*'''standard:''' The character's | *'''standard:''' The character's neutral special move. | ||
*'''side:''' The character's side special move. | *'''side:''' The character's side special move. | ||
*'''up:''' The character's up special move. | *'''up:''' The character's up special move. | ||
Line 55: | Line 57: | ||
==Example== | ==Example== | ||
<pre> | <pre> | ||
{{SSB | {{SSB fighter infobox | ||
|color=green | |color=green | ||
|emblem=Mario_Emblem.png | |emblem=Mario_Emblem.png | ||
|image= | |title=Mario | ||
|games=''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]'' | |image=Mario SSBUltimate.png | ||
|games=''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''<br>''[[Super Smash Bros. for Nintendo 3DS]]''<br>''[[Super Smash Bros. for Wii U]]''<br>''[[Super Smash Bros. Ultimate]]'' | |||
|standard=[[Fireball]] | |standard=[[Fireball]] | ||
|side=[[Cape]] | |side=[[Cape]] | ||
|up=[[Super Jump Punch]] | |up=[[Super Jump Punch]] | ||
|down=[[Mario Tornado]] | |down=[[Mario Tornado]] (64, ''Melee''); [[F.L.U.D.D.]] (''Brawl'' onward) | ||
|final=[[Mario Finale]] | |final=[[Mario Finale]] | ||
|entrance= | |entrance=Mario jumps out of a [[Warp Pipe]] and exclaims, "Let's-a go!" | ||
}} | }} | ||
</pre> | </pre> | ||
Result: | Result: | ||
{{SSB | |||
{{SSB fighter infobox | |||
|color=green | |color=green | ||
|emblem=Mario_Emblem.png | |emblem=Mario_Emblem.png | ||
|image= | |title=Mario | ||
|games=''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]'' | |image=Mario SSBUltimate.png | ||
|games=''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''<br>''[[Super Smash Bros. for Nintendo 3DS]]''<br>''[[Super Smash Bros. for Wii U]]''<br>''[[Super Smash Bros. Ultimate]]'' | |||
|standard=[[Fireball]] | |standard=[[Fireball]] | ||
|side=[[Cape]] | |side=[[Cape]] | ||
|up=[[Super Jump Punch]] | |up=[[Super Jump Punch]] | ||
|down=[[Mario Tornado]] | |down=[[Mario Tornado]] (64, ''Melee''); [[F.L.U.D.D.]] (''Brawl'' onward) | ||
|final=[[Mario Finale]] | |final=[[Mario Finale]] | ||
|entrance = | |entrance=Mario jumps out of a [[Warp Pipe]] and exclaims, "Let's-a go!" | ||
}} | }} | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 17:44, December 31, 2024
Super Smash Bros. fighter SSB fighter infobox |
Game appearances |
---|
Special moves |
Usage instructions
This infobox template is used for fighters in the Super Smash Bros. series. It provides information about the games which the playable character has appeared in and their special moves.
Copy the following code to use the template:
{{SSB fighter infobox |color= |emblem= |title= |width= |align= |image= |games= |standard= |side= |up= |down= |final= |entrance= }}
Parameters
- color: Set the color of the box. Use green for characters introduced in Super Smash Bros., blue for characters introduced in Super Smash Bros. Melee, red for characters introduced in Super Smash Bros. Brawl, yellow for characters introduced in Super Smash Bros. for Nintendo 3DS / Super Smash Bros. for Wii U and purple for characters introduced in Super Smash Bros. Ultimate.
- emblem: Add the emblem of the character's series, if available. See here for the list of emblems.
- title: Set the name of the box. Default is the article's title.
- width: Set the width of the box. Default is 220px.
- align: Set the align of the box. Default is right.
- image: Add the image of the character.
- games: List the games in that the character has appeared in here. These should only be released games, aside from the case of new fighters, as there's no other game to associate them with.
- standard: The character's neutral 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 fighter infobox |color=green |emblem=Mario_Emblem.png |title=Mario |image=Mario SSBUltimate.png |games=''[[Super Smash Bros.]]''<br>''[[Super Smash Bros. Melee]]''<br>''[[Super Smash Bros. Brawl]]''<br>''[[Super Smash Bros. for Nintendo 3DS]]''<br>''[[Super Smash Bros. for Wii U]]''<br>''[[Super Smash Bros. Ultimate]]'' |standard=[[Fireball]] |side=[[Cape]] |up=[[Super Jump Punch]] |down=[[Mario Tornado]] (64, ''Melee''); [[F.L.U.D.D.]] (''Brawl'' onward) |final=[[Mario Finale]] |entrance=Mario jumps out of a [[Warp Pipe]] and exclaims, "Let's-a go!" }}
Result:
Super Smash Bros. fighter Mario |
![]() |
Game appearances |
---|
Super Smash Bros. Super Smash Bros. Melee Super Smash Bros. Brawl Super Smash Bros. for Nintendo 3DS Super Smash Bros. for Wii U Super Smash Bros. Ultimate |
Special moves |
Neutral: Fireball Side: Cape Up: Super Jump Punch Down: Mario Tornado (64, Melee); F.L.U.D.D. (Brawl onward) Final Smash: Mario Finale |
Battle entrance |
Mario jumps out of a Warp Pipe and exclaims, "Let's-a go!" |