Difference between revisions of "Template:Move Learnset"

From Monster Crown Wiki
Jump to: navigation, search
(Created page with "|- |{{{Move}}} |{{{Level}}} |{{{Power}}} |[[File:{{{Type}}} icon.png]] |[[File:{{{Dmg}}} icon.png]] |{{{Status}}} <noinclude> Code to put move learnsets on the crownie pages....")
 
m
Line 17: Line 17:
 
!Dmg
 
!Dmg
 
!Status
 
!Status
|-
 
|
 
|
 
|
 
|
 
|
 
|
 
|-
 
 
|}
 
|}
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 00:48, 8 November 2020

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

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

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