Difference between revisions of "Template:Crownie infobox"

From Monster Crown Wiki
Jump to: navigation, search
Line 1: Line 1:
<infobox>
+
<includeonly>{| class="wikitable"
  <title source="title1">
+
!colspan="1"|{{PAGENAME}}
    <default>{{PAGENAME}}</default>
+
!colspan="1"|Description
  </title>
+
|-
  <image source="image1">
+
|
    <caption source="caption1"/>
+
{| class="wikitable"
  </image>
+
|-
  <data source="#">
+
|[[File:{{{artwork}}}|300px|left|]]
    <label>Number:</label>
+
|-
  </data>
+
!colspan="6"|Number
  <data source="type">
+
|-
    <label>Type:</label>
+
|<div style="text-align: center;">{{{no}}}</div>
  </data>
+
|-
  <data source="height">
+
!colspan="6"|[http://crownsgame.me/wiki/index.php/Type Type]
    <label>Height:</label>
+
|-
  </data>
+
|<div style="text-align: center;">{{{type}}}</div>
  <data source="weight">
+
|-
    <label>Weight:</label>
+
!colspan="6"|Height
  </data>
+
|-
  <data source="life_expectancy:">
+
|<div style="text-align: center;">{{{height}}}</div>
    <label>Life Expectancy:</label>
+
|-
  </data>
+
!colspan="6"|Weight
  <data source="strenght">
+
|-
    <label>Strength:</label>
+
|<div style="text-align: center;">{{{weight}}}</div>
  </data>
+
|-
</infobox>
+
!colspan="6"|Life Expectancy
<noinclude>
+
|-
Example usage:<pre>
+
|<div style="text-align: center;">{{{life}}}</div>
{{Crownie template 2
+
|-
|title1=Example
+
!colspan="6"|Strength
|image1=Example
+
|-
|caption1=Example
+
|<div style="text-align: center;">{{{strength}}}</div>
|type=Example
+
|-
|height=Example
+
|}
|weight=Example
+
| style="width: 300pt;"|<div style="text-align: center;">''{{{descrip}}}''</div>
|life_expectancy:=Example
+
|-
|strenght=Example
+
|}</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  =  
 +
| type    =  
 +
| height  =  
 +
| weight  =  
 +
| life    =  
 +
| strength =  
 +
| descrip  =  
 
}}
 
}}
</pre>
+
</nowiki></pre>
</noinclude>
 

Revision as of 17:22, 1 May 2018

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  = 
| type     = 
| height   = 
| weight   = 
| life     = 
| strength = 
| descrip  = 
}}