User:GuntherBayBeee/sandbox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary Tags: Mobile edit Advanced mobile edit |
m (Text replacement - "(\| *)Jap([RMCN\d]* *=)" to "$1Jpn$2") |
||
(6 intermediate revisions by one other user not shown) | |||
Line 9: | Line 9: | ||
|type= | |type= | ||
|Eng= | |Eng= | ||
| | |Jpn= | ||
| | |JpnM= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 57: | Line 57: | ||
<pre> | <pre> | ||
{| class="wikitable" style="text-align:center" | {| class="wikitable" style="text-align:center" | ||
! | ! class="unsortable" | Image | ||
! | ! Name | ||
! class="unsortable" | Description | ! class="unsortable" | Description | ||
|- | |- | ||
Line 67: | Line 67: | ||
</pre> | </pre> | ||
== | ==''Super Mario Galaxy'' trading card== | ||
<pre> | |||
{| class="wikitable" style="text-align:center" | |||
! width="150px" | Image | |||
! Name | |||
! Type | |||
! Description | |||
|- | |||
| | |||
| | |||
| | |||
| style="text-align:left" | '''' | |||
|} | |||
</pre> | |||
===Sortable=== | |||
<pre> | |||
{| class="wikitable sortable" style="text-align:center" | |||
! class="unsortable" width="150px" | Image | |||
! Name | |||
! class="unsortable" | Type | |||
! class="unsortable" | Description | |||
|- | |||
| | |||
| | |||
| | |||
| style="text-align:left" | '''' | |||
|} | |||
</pre> | |||
==''Wario Land: Shake It!'' missions table== | |||
<pre> | |||
{| class="wikitable" style="text-align:center" | |||
! width="10%" | Icon | |||
! Mission | |||
|- | |||
| | |||
| style="text-align:left" | | |||
|} | |||
</pre> | |||
==''Wario Land: Shake It!'' level data== | |||
<pre> | |||
{| class="wikitable" style="text-align:center" | |||
! Given time | |||
! Sum of coins | |||
|- | |||
| | |||
| | |||
|} | |||
</pre> | |||
===With footnote=== | |||
<pre> | <pre> | ||
{| class="wikitable" | {| class="wikitable" style="text-align:center" | ||
! | ! Given time | ||
! Sum of coins | |||
|- | |- | ||
| | | | ||
| | | | ||
|- | |- | ||
| colspan="2" | | | colspan="2" style="text-align:left" | <small></small> | ||
|} | |} | ||
</pre> | |||
==MediaWiki:Gadget-GlobalStyle.css== | |||
<pre> | |||
/* Peach tables */ | |||
table.wikitable.peach { color: #000; } | |||
table.wikitable.peach > * > tr > * { border-color: #000; } | |||
table.wikitable.peach > * > tr > th { background-color: #FF90D0; } | |||
table.wikitable.peach > * > tr:not([bgcolor]):nth-child(even) { background: pink; } | |||
table.wikitable.peach > * > tr:not([bgcolor]):nth-child(odd) { background: mistyrose; } | |||
/* Mario Kart tables */ | |||
table.wikitable.spinoff-mk { color: #000; } | |||
table.wikitable.spinoff-mk > * > tr > * { border-color: #000; } | |||
table.wikitable.spinoff-mk > * > tr > th { background-color: #FFEE00; } | |||
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; } | |||
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } | |||
/* Mario Party tables */ | |||
table.wikitable.spinoff-mp { color: #000; } | |||
table.wikitable.spinoff-mp > * > tr > * { border-color: #000; } | |||
table.wikitable.spinoff-mp > * > tr > th { background-color: #FFFF33; } | |||
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; } | |||
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } | |||
/* Super Mario RPG tables */ | |||
table.wikitable.rpg { color: #000; } | |||
table.wikitable.rpg > * > tr > * { border-color: #000; } | |||
table.wikitable.rpg > * > tr > th { background-color: skyblue; } | |||
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } | |||
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } | |||
/* Paper Mario tables */ | |||
table.wikitable.rpg-pm { color: #000; } | |||
table.wikitable.rpg-pm > * > tr > * { border-color: #000; } | |||
table.wikitable.rpg-pm > * > tr > th { background-color: #74A5ED; } | |||
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } | |||
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } | |||
/* Mario & Luigi tables */ | |||
table.wikitable.rpg-ml { color: #000; } | |||
table.wikitable.rpg-ml > * > tr > * { border-color: #000; } | |||
table.wikitable.rpg-ml > * > tr > th { background-color: aqua; } | |||
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } | |||
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } | |||
/* Sports tables */ | |||
table.wikitable.sports { color: #000; } | |||
table.wikitable.sports > * > tr > * { border-color: #000; } | |||
table.wikitable.sports > * > tr > th { background-color: greenyellow; } | |||
table.wikitable.sports > * > tr:not([bgcolor]):nth-child(even) { background: #EFFF9F; } | |||
table.wikitable.sports > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFCC; } | |||
/* Crossover tables */ | |||
table.wikitable.crossover { color: #000; } | |||
table.wikitable.crossover > * > tr > * { border-color: #000; } | |||
table.wikitable.crossover > * > tr > th { background-color: #66CDAA; } | |||
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; } | |||
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } | |||
/* Super Smash Bros. tables */ | |||
table.wikitable.crossover-ssb { color: #000; } | |||
table.wikitable.crossover-ssb > * > tr > * { border-color: #000; } | |||
table.wikitable.crossover-ssb > * > tr > th { background-color: aquamarine; } | |||
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; } | |||
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } | |||
/* Luigi's Mansion tables */ | |||
table.wikitable.lm { color: #000; } | |||
table.wikitable.lm > * > tr > * { border-color: #000; } | |||
table.wikitable.lm > * > tr > th { background-color: #009F00; } | |||
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(even) { background: #BBFF99; } | |||
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(odd) { background: #EEFFCC; } | |||
/* Yoshi tables */ | |||
table.wikitable.yoshi { color: #000; } | |||
table.wikitable.yoshi > * > tr > * { border-color: #000; } | |||
table.wikitable.yoshi > * > tr > th { background-color: limegreen; } | |||
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; } | |||
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; } | |||
/* Wario tables */ | |||
table.wikitable.wario { color: #000; } | |||
table.wikitable.wario > * > tr > * { border-color: #000; } | |||
table.wikitable.wario > * > tr > th { background-color: #C090DD; } | |||
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; } | |||
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; } | |||
/* Donkey Kong tables */ | |||
table.wikitable.dk { color: #000; } | |||
table.wikitable.dk > * > tr > * { border-color: #000; } | |||
table.wikitable.dk > * > tr > th { background-color: #BB8855; } | |||
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; } | |||
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF8DC; } | |||
/* Mario tables */ | |||
table.wikitable.mario { color: #000; } | |||
table.wikitable.mario > * > tr > * { border-color: #000; } | |||
table.wikitable.mario > * > tr > th { background-color: #FF7733; } | |||
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(even) { background: bisque; } | |||
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF5EE; } | |||
/* Super Mario Galaxy tables */ | |||
table.wikitable.mario-smg { color: #000; } | |||
table.wikitable.mario-smg > * > tr > * { border-color: #000; } | |||
table.wikitable.mario-smg > * > tr > th { background-color: #8888FF; } | |||
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(even) { background: #E6E6FA; } | |||
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(odd) { background: #F8F8FF; } | |||
/* Alternate media tables */ | |||
table.wikitable.media { color: #000; } | |||
table.wikitable.media > * > tr > * { border-color: #000; } | |||
table.wikitable.media > * > tr > th { background-color: gold; } | |||
table.wikitable.media > * > tr:not([bgcolor]):nth-child(even) { background: #FFEAAA; } | |||
table.wikitable.media > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFC0; } | |||
/* Console tables */ | |||
table.wikitable.console { color: #000; } | |||
table.wikitable.console > * > tr > * { border-color: #000; } | |||
table.wikitable.console > * > tr > th { background-color: #D3D3D3; } | |||
table.wikitable.console > * > tr:not([bgcolor]):nth-child(even) { background: #F5F5F5; } | |||
table.wikitable.console > * > tr:not([bgcolor]):nth-child(odd) { background: #FBFBFB; } | |||
</pre> | </pre> |
Latest revision as of 10:26, January 7, 2025
Subpages
(Main)
Multi-language profile
{{Multilang profile |type= |Eng= |Jpn= |JpnM= }}
Super Power Club Card
{| class="wikitable" |+ Super Power Club Card |- !colspan=2| |- !Description |'''' |- !Favorite |'''' |- !How to Beat Him |'''' |}
Variables
{|class="wikitable floatright" style="width:75%; margin:0 0 1em 1em" !colspan=2|Syntax |- |<code><nowiki>|</nowiki><variable>=</code> || <description> |}
Number of enemies
{| class="wikitable sortable" style="text-align:center" ! class="unsortable" | Image ! Name ! Count |- | | | |}
Content description
{| class="wikitable" style="text-align:center" ! class="unsortable" | Image ! Name ! class="unsortable" | Description |- | | | style="text-align:left" | |}
Super Mario Galaxy trading card
{| class="wikitable" style="text-align:center" ! width="150px" | Image ! Name ! Type ! Description |- | | | | style="text-align:left" | '''' |}
Sortable
{| class="wikitable sortable" style="text-align:center" ! class="unsortable" width="150px" | Image ! Name ! class="unsortable" | Type ! class="unsortable" | Description |- | | | | style="text-align:left" | '''' |}
Wario Land: Shake It! missions table
{| class="wikitable" style="text-align:center" ! width="10%" | Icon ! Mission |- | | style="text-align:left" | |}
Wario Land: Shake It! level data
{| class="wikitable" style="text-align:center" ! Given time ! Sum of coins |- | | |}
With footnote
{| class="wikitable" style="text-align:center" ! Given time ! Sum of coins |- | | |- | colspan="2" style="text-align:left" | <small></small> |}
MediaWiki:Gadget-GlobalStyle.css
/* Peach tables */ table.wikitable.peach { color: #000; } table.wikitable.peach > * > tr > * { border-color: #000; } table.wikitable.peach > * > tr > th { background-color: #FF90D0; } table.wikitable.peach > * > tr:not([bgcolor]):nth-child(even) { background: pink; } table.wikitable.peach > * > tr:not([bgcolor]):nth-child(odd) { background: mistyrose; } /* Mario Kart tables */ table.wikitable.spinoff-mk { color: #000; } table.wikitable.spinoff-mk > * > tr > * { border-color: #000; } table.wikitable.spinoff-mk > * > tr > th { background-color: #FFEE00; } table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; } table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } /* Mario Party tables */ table.wikitable.spinoff-mp { color: #000; } table.wikitable.spinoff-mp > * > tr > * { border-color: #000; } table.wikitable.spinoff-mp > * > tr > th { background-color: #FFFF33; } table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; } table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } /* Super Mario RPG tables */ table.wikitable.rpg { color: #000; } table.wikitable.rpg > * > tr > * { border-color: #000; } table.wikitable.rpg > * > tr > th { background-color: skyblue; } table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } /* Paper Mario tables */ table.wikitable.rpg-pm { color: #000; } table.wikitable.rpg-pm > * > tr > * { border-color: #000; } table.wikitable.rpg-pm > * > tr > th { background-color: #74A5ED; } table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } /* Mario & Luigi tables */ table.wikitable.rpg-ml { color: #000; } table.wikitable.rpg-ml > * > tr > * { border-color: #000; } table.wikitable.rpg-ml > * > tr > th { background-color: aqua; } table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; } table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; } /* Sports tables */ table.wikitable.sports { color: #000; } table.wikitable.sports > * > tr > * { border-color: #000; } table.wikitable.sports > * > tr > th { background-color: greenyellow; } table.wikitable.sports > * > tr:not([bgcolor]):nth-child(even) { background: #EFFF9F; } table.wikitable.sports > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFCC; } /* Crossover tables */ table.wikitable.crossover { color: #000; } table.wikitable.crossover > * > tr > * { border-color: #000; } table.wikitable.crossover > * > tr > th { background-color: #66CDAA; } table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; } table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } /* Super Smash Bros. tables */ table.wikitable.crossover-ssb { color: #000; } table.wikitable.crossover-ssb > * > tr > * { border-color: #000; } table.wikitable.crossover-ssb > * > tr > th { background-color: aquamarine; } table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; } table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; } /* Luigi's Mansion tables */ table.wikitable.lm { color: #000; } table.wikitable.lm > * > tr > * { border-color: #000; } table.wikitable.lm > * > tr > th { background-color: #009F00; } table.wikitable.lm > * > tr:not([bgcolor]):nth-child(even) { background: #BBFF99; } table.wikitable.lm > * > tr:not([bgcolor]):nth-child(odd) { background: #EEFFCC; } /* Yoshi tables */ table.wikitable.yoshi { color: #000; } table.wikitable.yoshi > * > tr > * { border-color: #000; } table.wikitable.yoshi > * > tr > th { background-color: limegreen; } table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; } table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; } /* Wario tables */ table.wikitable.wario { color: #000; } table.wikitable.wario > * > tr > * { border-color: #000; } table.wikitable.wario > * > tr > th { background-color: #C090DD; } table.wikitable.wario > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; } table.wikitable.wario > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; } /* Donkey Kong tables */ table.wikitable.dk { color: #000; } table.wikitable.dk > * > tr > * { border-color: #000; } table.wikitable.dk > * > tr > th { background-color: #BB8855; } table.wikitable.dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; } table.wikitable.dk > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF8DC; } /* Mario tables */ table.wikitable.mario { color: #000; } table.wikitable.mario > * > tr > * { border-color: #000; } table.wikitable.mario > * > tr > th { background-color: #FF7733; } table.wikitable.mario > * > tr:not([bgcolor]):nth-child(even) { background: bisque; } table.wikitable.mario > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF5EE; } /* Super Mario Galaxy tables */ table.wikitable.mario-smg { color: #000; } table.wikitable.mario-smg > * > tr > * { border-color: #000; } table.wikitable.mario-smg > * > tr > th { background-color: #8888FF; } table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(even) { background: #E6E6FA; } table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(odd) { background: #F8F8FF; } /* Alternate media tables */ table.wikitable.media { color: #000; } table.wikitable.media > * > tr > * { border-color: #000; } table.wikitable.media > * > tr > th { background-color: gold; } table.wikitable.media > * > tr:not([bgcolor]):nth-child(even) { background: #FFEAAA; } table.wikitable.media > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFC0; } /* Console tables */ table.wikitable.console { color: #000; } table.wikitable.console > * > tr > * { border-color: #000; } table.wikitable.console > * > tr > th { background-color: #D3D3D3; } table.wikitable.console > * > tr:not([bgcolor]):nth-child(even) { background: #F5F5F5; } table.wikitable.console > * > tr:not([bgcolor]):nth-child(odd) { background: #FBFBFB; }