Difference between revisions of "Template:CodeMonster Infobox"
(Created page with "{| class="wikitable" !colspan="1"|{{PAGENAME}} !colspan="1"|Stats |- | {| class="wikitable" |- |[[File:{{{artwork}}}|300px|left|]] |- !colspan="6"|Level |- |<div style="text-...") |
m (I DIDN'T MEAN TO SAVE IT EARLIER AAAAAAAAAAAAAA) |
||
Line 1: | Line 1: | ||
− | {| class="wikitable" | + | <includeonly>{| class="wikitable" |
!colspan="1"|{{PAGENAME}} | !colspan="1"|{{PAGENAME}} | ||
!colspan="1"|Stats | !colspan="1"|Stats | ||
Line 42: | Line 42: | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
! style="width: 200pt;"|<div style="text-align: center;">{{{Move 1}}} | ! style="width: 200pt;"|<div style="text-align: center;">{{{Move 1}}} | ||
− | |Power: ||{{{ | + | |Power: ||{{{Pwrlvl1}}}</div> |
|} | |} | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
! style="width: 200pt;"|<div style="text-align: center;">{{{Move 2}}} | ! style="width: 200pt;"|<div style="text-align: center;">{{{Move 2}}} | ||
− | |Power: ||{{{ | + | |Power: ||{{{Pwrlvl2}}}</div> |
|} | |} | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
! style="width: 200pt;"|<div style="text-align: center;">{{{Move 3}}} | ! style="width: 200pt;"|<div style="text-align: center;">{{{Move 3}}} | ||
− | |Power: ||{{{ | + | |Power: ||{{{Pwrlvl3}}}</div> |
|} | |} | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
! style="width: 200pt;"|<div style="text-align: center;">{{{Move 4}}} | ! style="width: 200pt;"|<div style="text-align: center;">{{{Move 4}}} | ||
− | |Power: ||{{{ | + | |Power: ||{{{Pwrlvl4}}}</div> |
|} | |} | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
! style="width: 200pt;"|<div style="text-align: center;">{{{Move 5}}} | ! style="width: 200pt;"|<div style="text-align: center;">{{{Move 5}}} | ||
− | |Power: ||{{{ | + | |Power: ||{{{Pwrlvl5}}}</div> |
|} | |} | ||
{| class="wikitable" style="width: 100%; height: 2em;" | {| class="wikitable" style="width: 100%; height: 2em;" | ||
Line 66: | Line 66: | ||
| style="width: 200pt;"|<div style="text-align: center;">{{{code}}}</div> | | style="width: 200pt;"|<div style="text-align: center;">{{{code}}}</div> | ||
|} | |} | ||
+ | [[Category:{{{type}}}-type monsters]]</includeonly> | ||
+ | <noinclude>== Description == | ||
+ | |||
+ | This is the infobox for Code monster descriptions. | ||
+ | |||
+ | To use this template, copy the text below into the top of an article and fill in each section: | ||
+ | |||
+ | <pre><nowiki> | ||
+ | {{Crownie infobox | ||
+ | | lvl = | ||
+ | | artwork = | ||
+ | | type = | ||
+ | | species = | ||
+ | | palette = | ||
+ | | atk = | ||
+ | | mag = | ||
+ | | spd = | ||
+ | | def = | ||
+ | | res = | ||
+ | | move 1 = | ||
+ | | pwrlvl1 = | ||
+ | | move 2 = | ||
+ | | pwrlvl2 = | ||
+ | | move 3 = | ||
+ | | pwrlvl3 = | ||
+ | | move 4 = | ||
+ | | pwrlvl4 = | ||
+ | | move 5 = | ||
+ | | pwrlvl5 = | ||
+ | | descrip = | ||
+ | | code = | ||
+ | }} | ||
+ | </nowiki></pre> |
Revision as of 05:10, 2 May 2018
Description
This is the infobox for Code monster descriptions.
To use this template, copy the text below into the top of an article and fill in each section:
{{Crownie infobox | lvl = | artwork = | type = | species = | palette = | atk = | mag = | spd = | def = | res = | move 1 = | pwrlvl1 = | move 2 = | pwrlvl2 = | move 3 = | pwrlvl3 = | move 4 = | pwrlvl4 = | move 5 = | pwrlvl5 = | descrip = | code = }}