Template:Level up list
|{{{Number}}} |[[{{{Crownie}}}]] |[[File:{{{Crownie}}} sprite.png]] |{{{Type}}}
| style="background:#{{{Color 1}}}; color:#{{{Color 2}}}; font-family:monospace;" |#{{{Color 1}}}
| style="background:#{{{Color 2}}}; color:#{{{Color 1}}}; font-family:monospace;" | #{{{Color 2}}}
|{{{Level}}} |-
Part 1:
This section of code goes at the top of the list, its what makes the table and all its rows.:
{| 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
!colspan="1"|Level
|-
Part 2:
This is the actual template where you will put in the crownie information.
{{Crownie page
| Number =
| Crownie =
| Type =
| Color 1 =
| Color 2 =
| Level =
}}
Part 3:
The end of the table, you need this at the end or otherwise if you try to put something after the table it may screw up the page.
|}