|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | |{{#if: {{{Number}}} | {{{Number}}} | ???}}
| |
| − | |{{#if: {{{Crownie}}} | [[{{{Crownie}}}]] | ???}}
| |
| − | |{{#if: {{{Crownie}}} | [[File:{{{Crownie}}} sprite.png]] | [[File:Questionmark sprite.png]]}}
| |
| − | |{{#if: {{{Type}}} | {{{Type}}} | ???}}
| |
| − | | style="background:#{{{Color 1}}}; color:#{{{Color 2}}}; font-family:monospace;" | <div style="text-align: center;">#{{{Color 1}}}</div>
| |
| − | | style="background:#{{{Color 2}}}; color:#{{{Color 1}}}; font-family:monospace;" | <div style="text-align: center;">#{{{Color 2}}}</div>
| |
| − | |{{#if: {{{Level}}} | {{{Level}}} | ???}}
| |
| − | |-
| |
| − |
| |
| − |
| |
| − | =='''Part 1:'''==
| |
| − | This section of code goes at the top of the list, its what makes the table and all its rows.:
| |
| − | <pre><nowiki>
| |
| | {| class="wikitable sortable" style="text-align:center;" | | {| class="wikitable sortable" style="text-align:center;" |
| | + | !colspan="1"|Level |
| | !colspan="1"|Num | | !colspan="1"|Num |
| | !colspan="1"|Name | | !colspan="1"|Name |
| Line 19: |
Line 7: |
| | !colspan="1"|Color 1 | | !colspan="1"|Color 1 |
| | !colspan="1"|Color 2 | | !colspan="1"|Color 2 |
| − | !colspan="1"|Level
| + | |- |
| − | |-</nowiki></pre> | |
| − | =='''Part 2:'''==
| |
| − | This is the actual template where you will put in the crownie information.
| |
| − | <pre><nowiki>
| |
| − | {{Level up list
| |
| − | | Number =
| |
| − | | Crownie =
| |
| − | | Type =
| |
| − | | Color 1 =
| |
| − | | Color 2 =
| |
| − | | Level =
| |
| − | }}
| |
| − | </nowiki></pre>
| |
| − | =='''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.
| |
| − | <pre><nowiki>
| |
| − | |}</nowiki></pre>
| |