Template:Infobox Smasher/doc: Difference between revisions
→Code
(→Code) |
(→Code) |
||
Line 6: | Line 6: | ||
==Code== | ==Code== | ||
This lists all the parameters. Not all of them are necessary (such as the games' "more others"), but as many as possible should be filled in. Note that while the "main" and "other" parameters require only the name of a character, the "more others" requires the entire link code. | This lists all the parameters. Not all of them are necessary (such as the games' "more others"), but as many as possible should be filled in. Note that while the "main" and "other" parameters require only the name of a character, the "more others" requires the entire link code. | ||
<pre><nowiki>{{ | <pre><nowiki>{{Infobox Smasher | ||
| name = | | name = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| mainssbwu = | | mainssb = | ||
| 2ndmainssbwu = | | 2ndmainssb = | ||
| otherssbwu = | | otherssb = | ||
| 2ndotherssb = | |||
| moreotherssb = | |||
| doublesmainssb = | |||
| 2nddoublesmainssb = | |||
| mainssbm = | |||
| 2ndmainssbm = | |||
| otherssbm = | |||
| 2ndotherssbm = | |||
| moreotherssbm = | |||
| doublesmainssbm = | |||
| 2nddoublesmainssbm = | |||
| mainssbb = | |||
| 2ndmainssbb = | |||
| otherssbb = | |||
| 2ndotherssbb = | |||
| moreotherssbb = | |||
| doublesmainssbb = | |||
| 2nddoublesmainssbb = | |||
| mainssb3ds = | |||
| 2ndmainssb3ds = | |||
| otherssb3ds = | |||
| 2ndotherssb3ds = | |||
| moreotherssb3ds = | |||
| doublesmainssb3ds = | |||
| 2nddoublesmainssb3ds= | |||
| mainssbwu = | |||
| 2ndmainssbwu = | |||
| otherssbwu = | |||
| 2ndotherssbwu = | | 2ndotherssbwu = | ||
| moreotherssbwu = | | moreotherssbwu = | ||
| doublesmainssbwu = | | doublesmainssbwu = | ||
| 2nddoublesmainssbwu = | | 2nddoublesmainssbwu = | ||
| mainssb4 = | |||
| 2ndmainssb4 = | |||
| otherssb4 = | |||
| 2ndotherssb4 = | |||
| moreotherssb4 = | |||
| doublesmainssb4 = | |||
| 2nddoublesmainssb4 = | |||
| mainpm = | |||
| 2ndmainpm = | |||
| otherpm = | |||
| 2ndotherpm = | |||
| moreotherpm = | |||
| doublesmainpm = | |||
| 2nddoublesmainpm = | |||
| sponsor = | | sponsor = | ||
| former sponsors = | | former sponsors = | ||
Line 28: | Line 70: | ||
| skillssb4 = | | skillssb4 = | ||
| skillssb3ds = | | skillssb3ds = | ||
| skillssbwu = | | skillssbwu = | ||
| skillpm = | | skillpm = | ||
| ranking = | | ranking = | ||
Line 36: | Line 78: | ||
| rankingssb4 = | | rankingssb4 = | ||
| winnings = | | winnings = | ||
| alias = | | alias = | ||
| realname = | | realname = | ||
| birthday = | | birthday = | ||
| birthmonth = | | birthmonth = | ||
| birthyear = | | birthyear = | ||
| 3dscode = | | 3dscode = | ||
| nnid = | | nnid = | ||
| location = | | location = | ||
| country = | | country = | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||