Difference between revisions of "Template:Transform infobox"

From Monster Crown Wiki
Jump to: navigation, search
m
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|-
 
|-
 
|
 
|
{| class="wikitable"
+
{| class="wikitable" style="width: 100%"
 
|-
 
|-
|[[File:{{{artwork}}}|300px|left|]]  
+
|colspan="6"|<div style="text-align: center;">[[File:{{{artwork}}}|300px|center|]]
 
|-
 
|-
!colspan="6"|Item
+
!colspan="6"|Type
 
|-
 
|-
|<div style="text-align: center;">{{{item}}}</div>
+
|colspan="6"|<div style="text-align: center;">[[File:{{{type}}} icon.png]] [[{{{type}}}]]
 
|-
 
|-
!colspan="6"|[[Type]]
+
!Height !! Weight !! Life Span
 
|-
 
|-
|<div style="text-align: center;">{{{type}}}</div>
+
|<div style="text-align: center;">{{{height}}}</div>
 +
|<div style="text-align: center;">{{{weight}}}</div>
 +
|<div style="text-align: center;">{{{life}}}</div>
 
|-
 
|-
!colspan="6"|Height
+
!colspan="6"|Strength
 
|-
 
|-
|<div style="text-align: center;">{{{height}}}</div>
+
|colspan="6"|<div style="text-align: center;">{{{strength}}}</div>
 +
|-
 +
|}
 +
{| class="wikitable" style="width: 100%"
 
|-
 
|-
!colspan="6"|Weight
+
!colspan="6"|Base Stats
 
|-
 
|-
|<div style="text-align: center;">{{{weight}}}</div>
+
!HP !! ATK !! MAG
 
|-
 
|-
!colspan="6"|Life Expectancy
+
|<div style="text-align: center;">{{{HP}}}</div>
 +
|<div style="text-align: center;">{{{ATK}}}</div>
 +
|<div style="text-align: center;">{{{MAG}}}</div>
 
|-
 
|-
|<div style="text-align: center;">{{{life}}}</div>
+
!SPD !! DEF !! RES
 
|-
 
|-
!colspan="6"|Strength
+
|<div style="text-align: center;">{{{SPD}}}</div>
 +
|<div style="text-align: center;">{{{DEF}}}</div>
 +
|<div style="text-align: center;">{{{RES}}}</div>
 
|-
 
|-
|<div style="text-align: center;">{{{strength}}}</div>
+
!colspan="6"|Growth Rate
 
|-
 
|-
 +
|colspan="6"|<div style="text-align: center;">{{{GROW}}}</div>
 
|}
 
|}
 
{| class="wikitable" style="width: 100%"
 
{| class="wikitable" style="width: 100%"
Line 40: Line 50:
 
| style="background:#{{{color 2}}}; color:#{{{color 1}}}; font-family:monospace;" | <div style="text-align: center;">{{{color 2}}}</div>
 
| style="background:#{{{color 2}}}; color:#{{{color 1}}}; font-family:monospace;" | <div style="text-align: center;">{{{color 2}}}</div>
 
|-
 
|-
|}  
+
|}
 
| style="width: 300pt;"|<div style="text-align: center;">{{{descrip}}}</div>
 
| style="width: 300pt;"|<div style="text-align: center;">{{{descrip}}}</div>
 
|-
 
|-
Line 52: Line 62:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Transform infobox
 
{{Transform infobox
| name    =
 
| item    =
 
 
| artwork  =  
 
| artwork  =  
 +
| title    =
 
| type    =  
 
| type    =  
 
| height  =  
 
| height  =  
Line 61: Line 70:
 
| strength =  
 
| strength =  
 
| descrip  =  
 
| descrip  =  
 +
| HP      =
 +
| ATK      =
 +
| MAG      =
 +
| SPD      =
 +
| DEF      =
 +
| RES      =
 +
| GROW    =
 
| color 1  =  
 
| color 1  =  
 
| color 2  =  
 
| color 2  =  
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>

Latest revision as of 18:59, 17 June 2021

{{{name}}} Description
[[File:{{{artwork}}}|300px|center|]]
Type
[[File:{{{type}}} icon.png]] [[{{{type}}}]]
Height Weight Life Span
{{{height}}}
{{{weight}}}
{{{life}}}
Strength
{{{strength}}}
Base Stats
HP ATK MAG
{{{HP}}}
{{{ATK}}}
{{{MAG}}}
SPD DEF RES
{{{SPD}}}
{{{DEF}}}
{{{RES}}}
Growth Rate
{{{GROW}}}
Palette
{{{color 1}}}
{{{color 2}}}
{{{descrip}}}
[[Category:{{{type}}}-type monsters]]</includeonly>

Description

This is the infobox for Transformed Crownie descriptions.

To use this template, copy the text below into the top of an article and fill in each section:

{{Transform infobox
| artwork  = 
| title    = 
| type     = 
| height   = 
| weight   = 
| life     = 
| strength = 
| descrip  = 
| HP       =
| ATK      = 
| MAG      = 
| SPD      = 
| DEF      = 
| RES      = 
| GROW     = 
| color 1  = 
| color 2  = 
}}