Template:Mvsub: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
m (Preparing for move)
Line 1: Line 1:
[[{{{1}}} ({{{2}}})/{{ucfirst:{{{3}}}}}|{{#if:{{{alt|}}}|{{{alt}}}|{{#if:{{{poss|}}}|{{{1}}}'s {{{3}}}|{{{3}}}}}}}]]<noinclude>
[[{{{1}}} ({{{2}}})/{{ucfirst:{{{3}}}}}|{{#if:{{{alt|}}}|{{{alt}}}|{{#if:{{{poss|}}}|{{{1}}}'s {{{3}}}|{{{3}}}}}}}]]<noinclude>
==Usage==
==Usage==
Just put in <code><nowiki>{{MovesetSubpage|Mario|SSBB|forward smash}}</nowiki></code> for a shortcut of <code><nowiki>[[Mario (SSBB)/Forward smash|forward smash]]</nowiki></code>.
Just put in <code><nowiki>{{Mvsub|Mario|SSBB|forward smash}}</nowiki></code> for a shortcut of <code><nowiki>[[Mario (SSBB)/Forward smash|forward smash]]</nowiki></code>.


Set <code>poss</code> to a non-blank (e.g. <code><nowiki>{{MovesetSubpage|Mario|SSBB|forward smash|poss=y}}</nowiki></code>) for the link to display as <font color="#002bb8">Mario's forward smash</font> instead of just <font color="#002bb8">forward smash</font>. It's not smart, so it'll try "Ice Climbers's" and the like. You can also use <code>alt</code> to specify a custom linktext instead.
Set <code>poss</code> to a non-blank (e.g. <code><nowiki>{{Mvsub|Mario|SSBB|forward smash|poss=y}}</nowiki></code>) for the link to display as <font color="#002bb8">Mario's forward smash</font> instead of just <font color="#002bb8">forward smash</font>. It's not smart, so it'll try "Ice Climbers's" and the like. You can also use <code>alt</code> to specify a custom linktext instead.


[[Category:Shortcut templates]]
[[Category:Shortcut templates]]
</noinclude>
</noinclude>

Revision as of 13:37, August 25, 2013

[[{{{1}}} ({{{2}}})/{{{3}}}|{{{3}}}]]

Usage

Just put in {{Mvsub|Mario|SSBB|forward smash}} for a shortcut of [[Mario (SSBB)/Forward smash|forward smash]].

Set poss to a non-blank (e.g. {{Mvsub|Mario|SSBB|forward smash|poss=y}}) for the link to display as Mario's forward smash instead of just forward smash. It's not smart, so it'll try "Ice Climbers's" and the like. You can also use alt to specify a custom linktext instead.