Template:Table-Grub: Difference between revisions

From MiiWiki
Jump to navigationJump to search
mNo edit summary
(Ordered like in-game.)
Line 6: Line 6:
<th>Name</th>
<th>Name</th>
<th>Image</th>
<th>Image</th>
<th>Speed</th>
<th>HP</th>
<th>HP</th>
<th>MP</th>
<th>MP</th>
Line 12: Line 11:
<th>Magic</th>
<th>Magic</th>
<th>Defense</th>
<th>Defense</th>
<th>Speed</th>
</tr>
</tr>
<tr>
<tr>
<td>{{{name1|{{PAGENAME}}}}}</td>
<td>{{{name1|{{PAGENAME}}}}}</td>
<td><includeonly>[[File:MT Grub {{{image1|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td><includeonly>[[File:MT Grub {{{image1|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td>{{{spd1|0}}}</td>
<td>{{{hp1|0}}}</td>
<td>{{{hp1|0}}}</td>
<td>{{{mp1|0}}}</td>
<td>{{{mp1|0}}}</td>
Line 22: Line 21:
<td>{{{mag1|0}}}</td>
<td>{{{mag1|0}}}</td>
<td>{{{def1|0}}}</td>
<td>{{{def1|0}}}</td>
<td>{{{spd1|0}}}</td>
</tr>{{#if:{{{name2|}}}|
</tr>{{#if:{{{name2|}}}|
<tr>
<tr>
<td>{{{name2|}}}</td>
<td>{{{name2|}}}</td>
<td><includeonly>[[File:MT Grub {{{image2|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td><includeonly>[[File:MT Grub {{{image2|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td>{{{spd2|0}}}</td>
<td>{{{hp2|0}}}</td>
<td>{{{hp2|0}}}</td>
<td>{{{mp2|0}}}</td>
<td>{{{mp2|0}}}</td>
Line 32: Line 31:
<td>{{{mag2|0}}}</td>
<td>{{{mag2|0}}}</td>
<td>{{{def2|0}}}</td>
<td>{{{def2|0}}}</td>
<td>{{{spd2|0}}}</td>
</tr>}}{{#if:{{{name3|}}}|
</tr>}}{{#if:{{{name3|}}}|
<tr>
<tr>
<td>{{{name3|}}}</td>
<td>{{{name3|}}}</td>
<td><includeonly>[[File:MT Grub {{{image3|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td><includeonly>[[File:MT Grub {{{image3|{{PAGENAME}}}}}.jpg|200px]]</includeonly></td>
<td>{{{spd3|0}}}</td>
<td>{{{hp3|0}}}</td>
<td>{{{hp3|0}}}</td>
<td>{{{mp3|0}}}</td>
<td>{{{mp3|0}}}</td>
Line 42: Line 41:
<td>{{{mag3|0}}}</td>
<td>{{{mag3|0}}}</td>
<td>{{{def3|0}}}</td>
<td>{{{def3|0}}}</td>
<td>{{{spd3|0}}}</td>
</tr>}}
</tr>}}
</table><noinclude>{{doc}}[[Category:Table templates]]</noinclude>
</table><noinclude>{{doc}}[[Category:Table templates]]</noinclude>

Revision as of 17:54, 29 January 2022

Table-Grub
Name Image HP MP Attack Magic Defense Speed
Table-Grub 0 0 0 0 0 0
{{Table-Grub
|name1= (defaults to pagename)
|image1= (name of item without special characters)
|spd1= (speed; stat values all default to 0)
|hp1= (HP)
|mp1= (MP)
|atk1= (attack)
|mag1= (magic)
|def1= (defense)
|name2= (the rest of these fields are optional, and will only appear if filled out)
|image2=
|spd2=
|hp2=
|mp2=
|atk2=
|mag2=
|def2=
|name3=
|image3=
|spd3=
|hp3=
|mp3=
|atk3=
|mag3=
|def3=
}}