Template:Matchup: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(preparing for BBR matchup system - report any problems you see as soon as possible)
mNo edit summary
Line 1: Line 1:
{{#if:{{{3|}}}|{{#if:{{{1|}}}|[[Image:Matchup{{{1}}}of{{{3}}}.png|{{{2|20}}}px|{{#switch:{{{1}}}|M=Mirror match|U=Undocumented|{{{1}}}/{{{3}}}}}]]|[[Image:X mark.png|{{{2|20}}}px|Bad specificaion]]}}|{{#if:{{{1|}}}|{{#switch:{{{1}}}|M=[[Image:MatchupMirror.png|{{{2|20}}}px|Mirror match]]|U=[[Image:MatchupUnknown.png|{{{2|20}}}px|Undocumented]]|E=[[Image:EasyDifficulty.png|{{{2|20}}}px|Easy]]|SE=[[Image:NormalDifficulty.png|{{{2|20}}}px|Semi-Easy]]|N=[[Image:HardDifficulty.png|{{{2|20}}}px|Neutral]]|SH=[[Image:VeryHardDifficulty.png|{{{2|20}}}px|Semi-Hard]]|H=[[Image:IntenseDifficulty.png|{{{2|20}}}px|Hard]]|[[Image:Matchup{{{1}}}.png|{{{2|20}}}px|{{{1|Unknown}}}:{{#expr:100-{{{1}}}}}]]}}|[[Image:X mark.png|{{{2|20}}}px|Bad specificaion]]}}}}<noinclude>
{{#if:{{{3|}}}|{{#if:{{{1|}}}|[[Image:Matchup{{{1}}}of{{#expr:{{{3}}}-1}}.png|{{{2|20}}}px|{{#switch:{{{1}}}|M=Mirror match|U=Undocumented|{{{1}}}/{{#expr:{{{3}}}-1}}}}]]|[[Image:X mark.png|{{{2|20}}}px|Bad specificaion]]}}|{{#if:{{{1|}}}|{{#switch:{{{1}}}|M=[[Image:MatchupMirror.png|{{{2|20}}}px|Mirror match]]|U=[[Image:MatchupUnknown.png|{{{2|20}}}px|Undocumented]]|E=[[Image:EasyDifficulty.png|{{{2|20}}}px|Easy]]|SE=[[Image:NormalDifficulty.png|{{{2|20}}}px|Semi-Easy]]|N=[[Image:HardDifficulty.png|{{{2|20}}}px|Neutral]]|SH=[[Image:VeryHardDifficulty.png|{{{2|20}}}px|Semi-Hard]]|H=[[Image:IntenseDifficulty.png|{{{2|20}}}px|Hard]]|[[Image:Matchup{{{1}}}.png|{{{2|20}}}px|{{{1|Unknown}}}:{{#expr:100-{{{1}}}}}]]}}|[[Image:X mark.png|{{{2|20}}}px|Bad specificaion]]}}}}<noinclude>
==Usage==
==Usage==
<code><nowiki>{{Matchup|value|size|levels}}</nowiki></code>
<code><nowiki>{{Matchup|value|size|levels}}</nowiki></code>


For a mirror match, use M as the value. For an unknown matchup, use U. For a five-colour system not using numbers, use E, SE, N, SH, and H (Easy, Semi-Easy, Neutral, Semi-Hard, and Hard). For the BBR's nine-level system, make levels equal 9, and put in a number range from 0 - 8 (instead of -4 - 4). Otherwise, just put in the matchup's number from 0 to 100. Putting in a value between 20 and 30 is recommended for the size (measured in pixels).</noinclude>
For a mirror match, use M as the value. For an unknown matchup, use U. For a five-colour system not using numbers, use E, SE, N, SH, and H (Easy, Semi-Easy, Neutral, Semi-Hard, and Hard). For the BBR's nine-level system, make <code>levels</code> equal 9, and put in a number range from 0 - 8 (instead of -4 - 4). Otherwise, just put in the matchup's number from 0 to 100. Putting in a value between 20 and 30 is recommended for the size (measured in pixels).</noinclude>

Revision as of 22:45, March 5, 2011

Bad specificaion

Usage

{{Matchup|value|size|levels}}

For a mirror match, use M as the value. For an unknown matchup, use U. For a five-colour system not using numbers, use E, SE, N, SH, and H (Easy, Semi-Easy, Neutral, Semi-Hard, and Hard). For the BBR's nine-level system, make levels equal 9, and put in a number range from 0 - 8 (instead of -4 - 4). Otherwise, just put in the matchup's number from 0 to 100. Putting in a value between 20 and 30 is recommended for the size (measured in pixels).