Difference between revisions of "Template:CodeMonster Infobox"

From Monster Crown Wiki
Jump to: navigation, search
(Created page with "{| class="wikitable" !colspan="1"|{{PAGENAME}} !colspan="1"|Stats |- | {| class="wikitable" |- |[[File:{{{artwork}}}|300px|left|]] |- !colspan="6"|Level |- |<div style="text-...")
 
m
 
(17 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
!colspan="6"|Species
 
!colspan="6"|Species
 
|-
 
|-
|<div style="text-align: center;">{{{Species}}}</div>
+
|<div style="text-align: center;">{{{species}}}</div>
 
|-
 
|-
|}  
+
|}
{| class="wikitable" style="width: 100%; height: 2em;"
+
{| class="wikitable" style="width: 100%"
! style="width: 20pt;"|<div style="text-align: center;">Palette:
+
|-
|[[File:{{{palette}}}]]
+
!colspan="2"|Palette
|}  
+
|-
 +
| style="background:#{{{color 1}}}; color:#{{{color 2}}}; font-family:monospace;" | <div style="text-align: center;">{{{color 1}}}</div>
 +
| style="background:#{{{color 2}}}; color:#{{{color 1}}}; font-family:monospace;" | <div style="text-align: center;">{{{color 2}}}</div>
 +
|-
 +
|}
 
|
 
|
 
{| class="wikitable" style="width: 100%; height: 2em;"
 
{| class="wikitable" style="width: 100%; height: 2em;"
Line 41: Line 45:
 
|}
 
|}
 
{| 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: ||{{{Pwrlvl}}}</div>
+
|style="width: 3em;" |Power:
 +
|style="width: 2em;" | {{{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: ||{{{Pwrlvl}}}</div>
+
|style="width: 3em;" |Power:
 +
|style="width: 2em;" | {{{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: ||{{{Pwrlvl}}}</div>
+
|style="width: 3em;" |Power:
 +
|style="width: 2em;" | {{{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: ||{{{Pwrlvl}}}</div>
+
|style="width: 3em;" |Power:
 +
|style="width: 2em;" | {{{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: ||{{{Pwrlvl}}}</div>
+
|style="width: 3em;" |Power:
 +
|style="width: 2em;" | {{{pwrlvl5}}}</div>
 
|}
 
|}
 
{| class="wikitable" style="width: 100%; height: 2em;"
 
{| class="wikitable" style="width: 100%; height: 2em;"
Line 66: Line 75:
 
| 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>
 +
{{CodeMonster Infobox
 +
| lvl        =
 +
| artwork    =
 +
| type      =
 +
| species    =
 +
| atk        =
 +
| mag        =
 +
| spd        =
 +
| def        =
 +
| res        =
 +
| move 1    =
 +
| pwrlvl1    =
 +
| move 2    =
 +
| pwrlvl2    =
 +
| move 3    =
 +
| pwrlvl3    =
 +
| move 4    =
 +
| pwrlvl4    =
 +
| move 5    =
 +
| pwrlvl5    =
 +
| descrip    =
 +
| code      =
 +
| color 1    =
 +
| color 2    =
 +
}}
 +
</nowiki></pre>

Latest revision as of 22:59, 9 May 2018

CodeMonster Infobox Stats
[[File:{{{artwork}}}|300px|left|]]
Level
{{{lvl}}}
Type
{{{type}}}
Species
{{{species}}}
Palette
{{{color 1}}}
{{{color 2}}}
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    = 
| atk        = 
| mag        = 
| spd        = 
| def        = 
| res        = 
| move 1     = 
| pwrlvl1    = 
| move 2     = 
| pwrlvl2    = 
| move 3     = 
| pwrlvl3    = 
| move 4     = 
| pwrlvl4    = 
| move 5     = 
| pwrlvl5    = 
| descrip    = 
| code       = 
| color 1    =
| color 2    =
}}