Difference between revisions of "Template:Crownie infobox"

From Monster Crown Wiki
Jump to: navigation, search
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="#">...")
 
(Undo revision 48886 by Selkid Mist (talk))
(Tag: mw-undo)
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
+
{| class="wikitable"
  <title source="title1">
+
!colspan="1"|{{PAGENAME}}
    <default>{{PAGENAME}}</default>
+
!colspan="1"|{{{title}}}
  </title>
+
|-
  <image source="image1">
+
|
    <caption source="caption1"/>
+
{| class="wikitable" style="width: 100%"
  </image>
+
|-
  <data source="#">
+
|colspan="6"|<div style="text-align: center;">[[File:{{{artwork}}}|300px|center|]]
    <label>Number:</label>
+
|-
  </data>
+
!colspan="6"|Number
  <data source="type">
+
|-
    <label>Type:</label>
+
|colspan="6"|<div style="text-align: center;">{{{no}}}
  </data>
+
|-
  <data source="height">
+
!colspan="6"|Type
    <label>Height:</label>
+
|-
  </data>
+
|colspan="6"|<div style="text-align: center;">[[File:{{{type}}} icon.png]] [[{{{type}}}]]
  <data source="weight">
+
|-
    <label>Weight:</label>
+
!Height !! Weight !! Life Span
  </data>
+
|-
  <data source="life_expectancy:">
+
|<div style="text-align: center;">{{{height}}}</div>
    <label>Life Expectancy:</label>
+
|<div style="text-align: center;">{{{weight}}}</div>
  </data>
+
|<div style="text-align: center;">{{{life}}}</div>
  <data source="strenght">
+
|-
    <label>Strength:</label>
+
!colspan="6"|Strength
  </data>
+
|-
</infobox>
+
|colspan="6"|<div style="text-align: center;">{{{strength}}}</div>
<noinclude>
+
|-
Example usage:<pre>
+
|}
{{Crownie template 2
+
{| class="wikitable" style="width: 100%"
|title1=Example
+
|-
|image1=Example
+
!colspan="6"|Base Stats
|caption1=Example
+
|-
|type=Example
+
!HP !! ATK !! MAG
|height=Example
+
|-
|weight=Example
+
|<div style="text-align: center;">{{{HP}}}</div>
|life_expectancy:=Example
+
|<div style="text-align: center;">{{{ATK}}}</div>
|strenght=Example
+
|<div style="text-align: center;">{{{MAG}}}</div>
 +
|-
 +
!SPD !! DEF !! RES
 +
|-
 +
|<div style="text-align: center;">{{{SPD}}}</div>
 +
|<div style="text-align: center;">{{{DEF}}}</div>
 +
|<div style="text-align: center;">{{{RES}}}</div>
 +
|-
 +
!colspan="6"|Growth Rate
 +
|-
 +
|colspan="6"|<div style="text-align: center;">{{{GROW}}}</div>
 +
|}
 +
{| class="wikitable" style="width: 100%"
 +
|-
 +
!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>
 +
|-
 +
|}
 +
| style="width: 300pt;"|<div style="text-align: center;">{{{descrip}}}</div>
 +
|-
 +
|}[[Category:{{{type}}}-type monsters]]</includeonly>
 +
<noinclude>== Description ==
 +
 
 +
This is the infobox for Crownie descriptions.
 +
 
 +
To use this template, copy the text below into the top of an article and fill in each section:
 +
 
 +
<pre><nowiki>
 +
{{Crownie infobox
 +
| no      =  
 +
| artwork  =  
 +
| title    =  
 +
| type     =  
 +
| height   =  
 +
| weight   =
 +
| life    =  
 +
| strength =
 +
| descrip  =
 +
| HP      =
 +
| ATK      =
 +
| MAG      =
 +
| SPD      =
 +
| DEF      =
 +
| RES      =
 +
| GROW    =
 +
| color 1  =  
 +
| color 2  =  
 
}}
 
}}
</pre>
+
</nowiki></pre>
</noinclude>
 

Latest revision as of 16:24, 20 October 2021

Crownie infobox {{{title}}}
[[File:{{{artwork}}}|300px|center|]]
Number
{{{no}}}
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 Crownie descriptions.

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

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