Difference between revisions of "Template:Testing"

From Monster Crown Wiki
Jump to: navigation, search
Line 4: Line 4:
 
|-
 
|-
 
|
 
|
{| class="wikitable" style="width: 100%"
+
{| class="wikitable"
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{artwork}}} | [[File:{{{artwork}}} motw.png|300px|left|]] | [[File:{{{artwork}}} sprite.png|300px|left|]]}}</div>
+
|[[File:{{{artwork}}}|300px|left|]]  
 
|-
 
|-
 
!colspan="6"|Number
 
!colspan="6"|Number
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{no}}} | {{{no}}} | ??? }}
+
|<div style="text-align: center;">{{{no}}}</div>
 
|-
 
|-
 
!colspan="6"|[[Type]]
 
!colspan="6"|[[Type]]
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{type}}} | [[File:{{{type}}} icon.png]]  {{{type}}} | ??? }}
+
|<div style="text-align: center;">{{{type}}}</div>
 
|-
 
|-
!colspan="6"|Ability
+
!colspan="6"|Height
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{ability}}} | {{{ability}}} | ??? }}
+
|<div style="text-align: center;">{{{height}}}</div>
 
|-
 
|-
!Height !! Weight
+
!colspan="6"|Weight
 
|-
 
|-
|<div style="text-align: center;">{{#ifexist: {{{height}}} | {{{height}}} | ??? }}</div>
+
|<div style="text-align: center;">{{{weight}}}</div>
|<div style="text-align: center;">{{#ifexist: {{{weight}}} | {{{weight}}} | ??? }}</div>
 
 
|-
 
|-
 
!colspan="6"|Life Expectancy
 
!colspan="6"|Life Expectancy
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{life}}} | {{{life}}} | ??? }}
+
|<div style="text-align: center;">{{{life}}}</div>
 
|-
 
|-
 
!colspan="6"|Strength
 
!colspan="6"|Strength
 
|-
 
|-
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{strength}}} | {{{strength}}} | ??? }}
+
|<div style="text-align: center;">{{{strength}}}</div>
 +
|-
 +
|}
 +
{| class="wikitable" style="width: 100%"
 
|-
 
|-
 
!colspan="2"|Palette
 
!colspan="2"|Palette
 
|-
 
|-
| style="background:#{{{color 1}}}; color:#{{{color 2}}}; font-family:monospace;" | <div style="text-align: center;">{{#ifexist: {{{color 1}}} | {{{color 1}}} | ??? }}
+
| 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;">{{#ifexist: {{{color 2}}} | {{{color 2}}} | ??? }}
+
| 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;">{{#ifexist: {{{descrip}}} | {{{descrip}}} | This monster is currently a subject of research! }}
+
| style="width: 300pt;"|<div style="text-align: center;">{{{descrip}}}</div>
 
|-
 
|-
|}
 
 
<pre><nowiki>
 
{{Testing
 
| no      =
 
| artwork  =
 
| title    =
 
| type    =
 
| ability  =
 
| height  =
 
| weight  =
 
| life    =
 
| strength =
 
| descrip  =
 
| color 1  =
 
| color 2  =
 
}}
 
</nowiki></pre>
 

Revision as of 06:09, 4 March 2021

Testing {{{title}}}
[[File:{{{artwork}}}|300px|left|]]
Number
{{{no}}}
Type
{{{type}}}
Height
{{{height}}}
Weight
{{{weight}}}
Life Expectancy
{{{life}}}
Strength
{{{strength}}}
Palette
{{{color 1}}}
{{{color 2}}}
{{{descrip}}}