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...)
 
mNo edit summary
Line 1: Line 1:
==Code==
==Code==
<pre>
<pre>

Revision as of 19:22, November 22, 2010

Code

|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 efficient coding that way).
|neutral = Neutral special.
|side = Side special.
|up = Up special.
|down = Down special.
|fs = Final Smash.

Example:

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