Difference between revisions of "Template:Testing"

From Monster Crown Wiki
Jump to: navigation, search
m
(testing move lists)
Line 1: Line 1:
|{{#if: {{{Number}}} | {{{Number}}} | ???}}
 
|[[{{{Crownie}}}]]
 
|{{#if: {{{Crownie}}} | {{{[[File:{{{Crownie}}} sprite.png]]}}} | [[File:Questionmark sprite.png]]}}
 
|{{#if: {{{Type}}} | {{{Type}}} | ???}}
 
|{{#if: {{{Color 1}}} | style="background:#{{{Color 1}}}; color:#{{{Color 2}}}; font-family:monospace;" | <div style="text-align: center;">#{{{Color 1}}}</div> | ???}}
 
|{{#if: {{{Color 2}}} | style="background:#{{{Color 2}}}; color:#{{{Color 1}}}; font-family:monospace;" | <div style="text-align: center;">#{{{Color 2}}}</div> | ???}}
 
 
|-
 
|-
<noinclude>== Description ==
+
|{{{Move}}}
Testing out a template to better organize the [[crownies]] page because the code is annoying to work with. Probably part 2 of 3? (A piece for the top, piece for everything in the middle, and piece for the end? This one looks really weird right now, but im going to see if the table pieces itself together once I test it out'''After this is done being tested with, the page can be used to test other templates'''
+
|{{{Level}}}
 
+
|{{{Power}}}
To use this template, copy the text below into the top of an article and fill in each section:
+
|[[{{{Type}}}.png]]
 
+
|[[{{{Dmg}}}.png]]
 +
|{{{Status}}}
 +
<noinclude>
 +
==CODE==
 
<pre><nowiki>
 
<pre><nowiki>
{{Crownie page 2
+
{| class="wikitable" style="text-align: center"
| Number  =
+
!Move
| Crownie  =
+
!Level
| Type    =
+
!Power
| Color 1  =
+
!Type
| Color 2  =
+
!Dmg
}}
+
!Status
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|}
 
</nowiki></pre>
 
</nowiki></pre>
{| class="wikitable sortable" style="text-align:center;"
 
!colspan="1"|Num
 
!colspan="1"|Name
 
!colspan="1"|Sprite
 
!colspan="1"|Type
 
!colspan="1"|Color 1
 
!colspan="1"|Color 2
 
|-
 
{{Testing
 
| Number  =
 
| Crownie  =
 
| Type    =
 
| Color 1  = FF88BA
 
| Color 2  = 221313
 
}}
 

Revision as of 02:59, 7 November 2020

|- |{{{Move}}} |{{{Level}}} |{{{Power}}} |[[{{{Type}}}.png]] |[[{{{Dmg}}}.png]] |{{{Status}}}

CODE

{| class="wikitable" style="text-align: center"
!Move
!Level
!Power
!Type
!Dmg
!Status
|-
|
|
|
|
|
|
|-
|}