Template:PowerRankingsRow: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Template now accepts locations (for those smashers who have identical names))
m (Added mention of adding location for duplicate player names)
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{PowerRankingsHeader}}
<noinclude>{{PowerRankingsHeader}}
</noinclude>|-
</noinclude>|-
|{{{1|}}}||[[Smasher:{{{2}}}{{#if:{{{location|}}}| ({{{location}}})}}|{{{2}}}]]||{{#ifeq:{{{3|-}}}|-|&mdash;|{{{3|}}}}}||{{#ifeq:{{{3|-}}}|-|&mdash;|{{#ifexpr:{{{1|}}}={{{3|}}}|&mdash;|{{#ifexpr:{{{1|}}}>{{{3|}}}|▼ {{#expr:{{{1|}}}-{{{3|}}}}}|▲ {{#expr:{{{3|}}}-{{{1|}}}}}}}}}}}||{{{4|}}}<noinclude>
|{{{1|}}}||{{#if:{{{5|}}}|{{flag|{{{5}}}}}}} {{Sm|{{{2}}}|p={{{location|}}}}}||{{#ifeq:{{{3|-}}}|-|&mdash;|{{{3|}}}}}||{{#ifeq:{{{3|-}}}|-|&mdash;|{{#ifexpr:{{{1|}}}={{{3|}}}|0|{{#ifexpr:{{{1|}}}>{{{3|}}}|▼ {{#expr:{{{1|}}}-{{{3|}}}}}|▲ {{#expr:{{{3|}}}-{{{1|}}}}}}}}}}}||{{{4|}}} {{#if:{{{score|}}}| {{!!}} {{{score}}} | }}<noinclude>
|}
|}


<pre>
<pre>
{{PowerRankingsRow|rank|smasher's name|previous rank|characters}}
{{PowerRankingsRow|rank|smasher's name|previous rank|characters|(flag)|location=location}}
</pre>
</pre>


If the smasher was previously unranked, put <code>-</code> (hyphen) for previous rank.
If the smasher was previously unranked, put <code>-</code> (hyphen) for previous rank. Don't bother using flags unless the PR has smashers from multiple countries. Use location as a way to differentiate players with the same name, e.g you can add "location=Toronto".
 
See also {{t|PowerRankingsHeader}}.
[[Category:Meta-templates]]</noinclude>
[[Category:Meta-templates]]</noinclude>

Latest revision as of 16:13, November 20, 2024

Ranking Smasher Previous rank Movement Character
[[Smasher:{{{2}}}|{{{2}}}]]
{{PowerRankingsRow|rank|smasher's name|previous rank|characters|(flag)|location=location}}

If the smasher was previously unranked, put - (hyphen) for previous rank. Don't bother using flags unless the PR has smashers from multiple countries. Use location as a way to differentiate players with the same name, e.g you can add "location=Toronto".

See also {{PowerRankingsHeader}}.