Difference between revisions of "Template:Move Learnset"

From Monster Crown Wiki
Jump to: navigation, search
Line 1: Line 1:
|-
 
||[[{{{Move}}}]]
 
|{{{Level}}}
 
|{{{Power}}}
 
|[[File:{{{Type}}} icon.png]]
 
|[[File:{{{Dmg}}} icon.png]]
 
|{{{Status}}}
 
<noinclude>
 
Code to put move learnsets on the crownie pages. this template doesn't actually make the code shorter or anything, but it makes it easier to fill out each slot with the guide lines in place. (And also if you're doing a bunch of them staring at all those |'s can get confusing)
 
==CODE==
 
<pre><nowiki>
 
 
{| class="wikitable" style="text-align: center"
 
{| class="wikitable" style="text-align: center"
 +
!Level
 
!Move
 
!Move
!Level
 
 
!Power
 
!Power
 
!Type
 
!Type
 
!Dmg
 
!Dmg
 
!Status
 
!Status
</nowiki></pre>
 
<pre><nowiki>
 
{{Move Learnset
 
| Move  =
 
| Level  =
 
| Power  =
 
| Type  =
 
| Dmg    =
 
| Status =
 
}}
 
</nowiki></pre>
 
<pre><nowiki>
 
 
|-
 
|-
|}
+
<noinclude>
</nowiki></pre>
+
Code to put move learnsets on the crownie pages.

Revision as of 01:05, 15 March 2021

Code to put move learnsets on the crownie pages.
Level Move Power Type Dmg Status