Difference between revisions of "Testing ground"

From Monster Crown Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically.
 
Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically.
==Currently testing: Code template for Move lists.| Status: should be ready to go?==
+
==Testing==
  
{{Testing 2}}
+
{| class="wikitable"
{{Testing
+
!colspan="1"|{{PAGENAME}}
| Level  = 1
+
!colspan="1"|{{{title}}}
}}
+
|-
 +
|
 +
{| class="wikitable"
 +
|-
 +
|[[File:{{{artwork}}}|300px|left|]]
 +
|-
 +
!colspan="6"|Number
 +
|-
 +
|<div style="text-align: center;">{{{no}}}</div>
 +
|-
 +
!colspan="6"|[[Type]]
 +
|-
 +
|<div style="text-align: center;">{{{type}}}</div>
 +
|-
 +
!colspan="3"|Height
 +
!colspan="3"|Weight
 +
|-
 +
|<div style="text-align: center;">{{{height}}}</div>
 +
|<div style="text-align: center;">{{{weight}}}</div>
 +
|-
 +
!colspan="6"|Life Expectancy
 +
|-
 +
|<div style="text-align: center;">{{{life}}}</div>
 +
|-
 +
!colspan="6"|Strength
 +
|-
 +
|<div style="text-align: center;">{{{strength}}}</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>
 +
|-
 
|}
 
|}
01:51, 3 March 2021 (UTC)[[User:Hibiwiki|Hibiwiki]] ([[User talk:Hibiwiki|talk]])
+
 
{| class="wikitable" style="text-align: center"
+
<pre><nowiki>
!Move
+
{{Crownie infobox
!Level
+
| no      =  
!Power
+
| artwork  =  
!Type
+
| title    =
!Dmg
+
| type    =
!Status
+
| height  =
{{Move Learnset
+
| weight   =  
| Move   = Swipe
+
| life    =  
| Level  = 0
+
| strength =  
| Power  = 3
+
| descrip  =  
| Type  = Relentless
+
| color 1  =  
| Dmg    = Physical
+
| color 2  =  
| Status = N/A
 
 
}}
 
}}
 +
</nowiki></pre>

Revision as of 03:02, 4 March 2021

Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically.

Testing

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