Difference between revisions of "Template:CodeMonster Infobox"

From Monster Crown Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
<includeonly>{| class="wikitable"
+
{| class="wikitable"
 
!colspan="1"|{{PAGENAME}}
 
!colspan="1"|{{PAGENAME}}
 
!colspan="1"|Stats
 
!colspan="1"|Stats
Line 20: Line 20:
 
|<div style="text-align: center;">{{{species}}}</div>
 
|<div style="text-align: center;">{{{species}}}</div>
 
|-
 
|-
|}
+
!colspan="6"|Palette
{| class="wikitable" style="width: 100%; height: 2em;"
+
|-
! style="width: 20pt;"|<div style="text-align: center;">Palette:
+
|<div style="text-align: center;">[[file:{{{palette}}}]]</div>
|[[File:{{{palette}}}]]
+
|}
|}  
 
 
|
 
|
 
{| class="wikitable" style="width: 100%; height: 2em;"
 
{| class="wikitable" style="width: 100%; height: 2em;"
Line 65: Line 64:
 
{| class="wikitable" style="width: 100%; height: 2em;"
 
{| class="wikitable" style="width: 100%; height: 2em;"
 
| 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>
 
[[Category:{{{type}}}-type monsters]]</includeonly>

Revision as of 05:52, 2 May 2018

CodeMonster Infobox Stats
[[File:{{{artwork}}}|300px|left|]]
Level
{{{lvl}}}
Type
{{{type}}}
Species
{{{species}}}
Palette
[[file:{{{palette}}}]]
Attack Magic Speed Defense Resistance
{{{atk}}} {{{mag}}} {{{spd}}} {{{def}}} {{{res}}}
{{{move 1}}}
Power: {{{pwrlvl1}}}
{{{move 2}}}
Power: {{{pwrlvl2}}}
{{{move 3}}}
Power: {{{pwrlvl3}}}
{{{move 4}}}
Power: {{{pwrlvl4}}}
{{{move 5}}}
Power: {{{pwrlvl5}}}
{{{descrip}}}
{{{code}}}

[[Category:{{{type}}}-type monsters]]</includeonly>

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:

{{CodeMonster 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       =
}}