Difference between revisions of "Template:Testing"

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

Revision as of 04:44, 4 March 2021

Testing {{{title}}}
[[File:{{{artwork}}} sprite.png|300px|left|]]
Number
???
Type
???
Ability
???
Height Weight
???
???
Life Expectancy
???
Strength
???
Palette
???
???
This monster is currently a subject of research!
{{Testing
| no       = 
| artwork  = 
| title    = 
| type     = 
| ability  = 
| height   = 
| weight   = 
| life     = 
| strength = 
| descrip  = 
| color 1  = 
| color 2  = 
}}