Difference between revisions of "Template:Testing"

From Monster Crown Wiki
Jump to: navigation, search
Line 15: Line 15:
 
|-
 
|-
 
|colspan="6"|<div style="text-align: center;">{{#ifexist: {{{type}}} | [[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"|<div style="text-align: center;">{{#ifexist: {{{ability}}} | {{{ability}}} | ??? }}
 
|-
 
|-
 
!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}}} | ??? }}
 
|-
 
|-
 
!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}}} | ??? }}
 
|-
 
|-
 
!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}}} | ??? }}
| 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}}} | ??? }}
 
|-
 
|-
 
|}  
 
|}  
| 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! }}
 
|-
 
|-
 
|}
 
|}
 +
 +
<noinclude>
 +
<pre><nowiki>
 +
{{Testing
 +
| no      =
 +
| artwork  =
 +
| title    =
 +
| type    =
 +
| height  =
 +
| weight  =
 +
| life    =
 +
| strength =
 +
| color 1  =
 +
| color 2  =
 +
| descrip  =
 +
}}
 +
</nowiki></pre>

Revision as of 06:18, 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     = 
| height   = 
| weight   = 
| life     = 
| strength = 
| color 1  = 
| color 2  = 
| descrip  = 
}}