|
|
| (9 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly><onlyinclude>
| |
| <tr>
| |
| <td>{{Iconbox|{{{name|{{{1|}}}}}}|dlcbadge=1}}</td>
| |
| <td>{{Mod Character Data|{{{name|{{{1|}}}}}}|stats}}</td>
| |
| <td>{{Mod Character Data|{{{name|{{{1|}}}}}}|unlockedby}}</td>
| |
| {{#switch: {{lc:{{Mod Character Data|{{{name|{{{1|}}}}}}|unlocktype}}}}
| |
| | item = <td>{{Iconbox|{{Mod Character Data|{{{name|{{{1|}}}}}}|unlocks}}|rarity={{Mod Item Data|{{Mod Character Data|{{{name|{{{1|}}}}}}|unlocks}}|rarity}}}}</td>
| |
| | weapon = <td>{{Iconbox|{{Mod Character Data|{{{name|{{{1|}}}}}}|unlocks}}|rarity={{Mod Weapon Data|{{Mod Character Data|{{{name|{{{1|}}}}}}|unlocks}}|rarity}}}}</td>
| |
| | #default = Error: "unlocktype" was not specified for "{{{name|{{{1|}}}}}}" in [[Template:Character_Data]]<!--
| |
| -->}}
| |
| <td>{{Mod Character Data|{{{name|{{{1|}}}}}}|wantedtags}}</td>
| |
| </tr>
| |
| </onlyinclude></includeonly>
| |
|
| |
|
| <noinclude>
| |
|
| |
| Creates a row for the specified [[Characters|Character]]. Rows MUST be wrapped inside a table. Use [[Template:TableHeaders]] for the headers row.
| |
|
| |
| == Example ==
| |
|
| |
| <code><nowiki>{{TableHeaders|characters}}</nowiki></code><br><br>
| |
| <code><nowiki>{{TableRowCharacter|Well Rounded}}</nowiki></code><br>
| |
| <code><nowiki>{{TableRowCharacter|Brawler}}</nowiki></code><br>
| |
| <code><nowiki>{{TableRowCharacter|Sailor}}</nowiki></code>
| |
| <table class="wikitable sortable jquery-tablesorter" style="width: 95%; color: #eee; background: transparent; text-align: center; vertical-align: middle">
| |
| {{TableHeaders|characters}}
| |
| {{TableRowCharacter|Well Rounded}}
| |
| {{TableRowCharacter|Brawler}}
| |
| {{TableRowCharacter|Sailor}}
| |
| </table>
| |
|
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "name": {
| |
| "aliases": [
| |
| "1"
| |
| ],
| |
| "label": "Character Name",
| |
| "description": "Name of the character, as shown on the Characters page",
| |
| "example": "Well Rounded",
| |
| "type": "string",
| |
| "required": true,
| |
| "suggested": true
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |