Difference between revisions of "Template:Testing"

From Monster Crown Wiki
Jump to: navigation, search
 
(105 intermediate revisions by the same user not shown)
Line 1: Line 1:
|-
+
{| style="width: 100%"
|{{{Move}}}
+
|- style="vertical-align:top;"
|{{{Level}}}
+
| style="text-align:right;" | {{{Top Left}}}
|{{{Power}}}
+
| style="text-align:center;" | {{{Top Center}}}
|[[{{{Type}}} icon.png]]
+
| style="text-align:left;" | {{{Top Right}}}
|[[{{{Dmg}}} icon.png]]
+
|- style="vertical-align:center;"
|{{{Status}}}
+
| style="text-align:right;" | <big><big>{{{↖}}}</big></big>
 +
| style="text-align:center;" | <big><big>{{{↑}}}</big></big>
 +
| style="text-align:left;" | <big><big>{{{↗}}}</big></big>
 +
|- style="vertical-align:center;"
 +
| style="text-align:right;" | {{{Center Left}}} <big><big>{{{}}}</big></big>
 +
| style="text-align:center;" | '''{{{Center}}}'''
 +
| style="text-align:left;" | <big><big>{{{→}}}</big></big> {{{Center Right}}}
 +
|- style="vertical-align:center;"
 +
| style="text-align:right;" | <big><big>{{{}}}</big></big>
 +
| style="text-align:center;" | <big><big>{{{}}}</big></big>
 +
| style="text-align:left;" | <big><big>{{{}}}</big></big>
 +
|- style="vertical-align:center;"
 +
| style="text-align:right;" | {{{Bottom Left}}}
 +
| style="text-align:center;" | {{{Bottom Center}}}
 +
| style="text-align:left;" | {{{Bottom Right}}}
 +
|}
 +
 
 
<noinclude>
 
<noinclude>
==CODE==
 
<pre><nowiki>
 
{| class="wikitable" style="text-align: center"
 
!Move
 
!Level
 
!Power
 
!Type
 
!Dmg
 
!Status
 
|-
 
|
 
|
 
|
 
|
 
|
 
|
 
|-
 
|}
 
</nowiki></pre>
 
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Testing
 
{{Testing
| Move   =  
+
| Top Left      =
| Level =  
+
| ↖            = ↖
| Power  =  
+
| Top Center    =
| Type   =  
+
| ↑            = ↑
| Dmg    =  
+
| Top Right    =
| Status =  
+
| ↗            = ↗
 +
| Center Left   =  
 +
| ←            = ←
 +
| Center        =
 +
| Center Right =  
 +
| →            =
 +
| Bottom Left   =  
 +
| ↙            = ↙
 +
| Bottom Center =
 +
| ↓            = ↓
 +
| Bottom Right  =  
 +
| ↘            =
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>

Latest revision as of 21:16, 8 October 2021

{{{Top Left}}} {{{Top Center}}} {{{Top Right}}}
{{{↖}}} {{{↑}}} {{{↗}}}
{{{Center Left}}} {{{←}}} {{{Center}}} {{{→}}} {{{Center Right}}}
{{{↙}}} {{{↓}}} {{{↘}}}
{{{Bottom Left}}} {{{Bottom Center}}} {{{Bottom Right}}}


{{Testing
| Top Left      = 
| ↖             = ↖
| Top Center    = 
| ↑             = ↑
| Top Right     = 
| ↗             = ↗
| Center Left   = 
| ←             = ←
| Center        = 
| Center Right  = 
| →             = →
| Bottom Left   = 
| ↙             = ↙
| Bottom Center = 
| ↓             = ↓
| Bottom Right  = 
| ↘             = ↘
}}