Difference between revisions of "Template:Level up list"
(Created page with "|{{#if: {{{Number}}} | {{{Number}}} | ???}} |{{#if: {{{Crownie}}} | [[{{{Crownie}}}]] | ???}} |{{#if: {{{Crownie}}} | [[File:{{{Crownie}}} sprite.png]] | File:Questionmark s...") |
|||
| Line 24: | Line 24: | ||
This is the actual template where you will put in the crownie information. | This is the actual template where you will put in the crownie information. | ||
<pre><nowiki> | <pre><nowiki> | ||
| − | {{ | + | {{Level up list |
| Number = | | Number = | ||
| Crownie = | | Crownie = | ||
Revision as of 00:31, 19 November 2020
|{{{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.
{{Level up list
| 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.
|}