Difference between revisions of "Testing ground"
Line 1: | Line 1: | ||
Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically. | Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically. | ||
− | == | + | ==Testing== |
− | {{ | + | {| class="wikitable" |
− | {{ | + | !colspan="1"|{{PAGENAME}} |
− | | | + | !colspan="1"|{{{title}}} |
− | }} | + | |- |
+ | | | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |[[File:{{{artwork}}}|300px|left|]] | ||
+ | |- | ||
+ | !colspan="6"|Number | ||
+ | |- | ||
+ | |<div style="text-align: center;">{{{no}}}</div> | ||
+ | |- | ||
+ | !colspan="6"|[[Type]] | ||
+ | |- | ||
+ | |<div style="text-align: center;">{{{type}}}</div> | ||
+ | |- | ||
+ | !colspan="3"|Height | ||
+ | !colspan="3"|Weight | ||
+ | |- | ||
+ | |<div style="text-align: center;">{{{height}}}</div> | ||
+ | |<div style="text-align: center;">{{{weight}}}</div> | ||
+ | |- | ||
+ | !colspan="6"|Life Expectancy | ||
+ | |- | ||
+ | |<div style="text-align: center;">{{{life}}}</div> | ||
+ | |- | ||
+ | !colspan="6"|Strength | ||
+ | |- | ||
+ | |<div style="text-align: center;">{{{strength}}}</div> | ||
+ | |- | ||
+ | |} | ||
+ | {| class="wikitable" style="width: 100%" | ||
+ | |- | ||
+ | !colspan="2"|Palette | ||
+ | |- | ||
+ | | 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> | ||
+ | |- | ||
+ | |} | ||
+ | | style="width: 300pt;"|<div style="text-align: center;">{{{descrip}}}</div> | ||
+ | |- | ||
|} | |} | ||
− | + | ||
− | {| | + | <pre><nowiki> |
− | + | {{Crownie infobox | |
− | + | | no = | |
− | + | | artwork = | |
− | + | | title = | |
− | + | | type = | |
− | + | | height = | |
− | + | | weight = | |
− | | | + | | life = |
− | | | + | | strength = |
− | | | + | | descrip = |
− | | | + | | color 1 = |
− | | | + | | color 2 = |
− | | | ||
}} | }} | ||
+ | </nowiki></pre> |
Revision as of 03:02, 4 March 2021
Just a place to have to test coding as needed, also a good way to show how the code works as you are editing it I guess? I'm making this into a page so we have a designated spot basically.
Testing
Testing ground | {{{title}}} | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{{descrip}}}
|
{{Crownie infobox | no = | artwork = | title = | type = | height = | weight = | life = | strength = | descrip = | color 1 = | color 2 = }}