Template:Special Moves/doc: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m (New Page: ==Code== <pre> |char = The character's name. |game = The game you're talking about - the table will hide the appropriate rows. SSB, SSBM, or SSBB. Assumes SSBM by default (most eff...)
 
(Undid edit by 70.27.92.253: is this necessary?)
Tag: Undo
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Code==
==Code==
<pre>
<pre>
|char = The character's name.
|char = The character's name.
|game = The game you're talking about - the table will hide the appropriate rows. SSB, SSBM, or SSBB.
|game = The game you're talking about - the table will hide the appropriate rows. SSB, SSBM, SSBB, SSB4, SSBU.
         Assumes SSBM by default (most efficient coding that way).
         If not given, shows all moves for all games.
|neutral = Neutral special.
|side = Side special.
|up = Up special.
|down = Down special.
|fs = Final Smash.
</pre>
</pre>


Example:
Example:
<pre><nowiki>{{Special Moves
<pre><nowiki>{{Special Moves|char=Mario}}</nowiki></pre>
|char=Mario
|game=SSBB
|neutral=[[Fireball]]
|side=[[Cape]]
|up=[[Super Jump Punch]]
|down=[[F.L.U.D.D.]]
|fs=[[Mario Finale]]
}}</nowiki></pre>


{{Special Moves
{{Special Moves|char=Mario}}<noinclude>[[Category:Template documentation]]</noinclude>
|char=Mario
|game=SSBB
|neutral=[[Fireball]]
|side=[[Cape]]
|up=[[Super Jump Punch]]
|down=[[F.L.U.D.D.]]
|fs=[[Mario Finale]]
}}
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 18:07, October 14, 2019

Code

|char = The character's name.
|game = The game you're talking about - the table will hide the appropriate rows. SSB, SSBM, SSBB, SSB4, SSBU.
        If not given, shows all moves for all games.

Example:

{{Special Moves|char=Mario}}