Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first!
Notices
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters.
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted.
Check out our project page for ongoing projects that SmashWiki needs help with.

Template:Special Moves/doc: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
m (→‎Code: I checked because when I don't type a game, it shows the Final Smash bar)
Line 4: Line 4:
|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, or SSBB.
         Assumes SSBM by default (most efficient coding that way).
         Assumes SSBB by default (most efficient coding that way).
|neutral = Neutral special.
|neutral = Neutral special.
|side = Side special.
|side = Side special.

Revision as of 20:53, December 6, 2012

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 SSBB 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]]
}}