User:GuntherBayBeee/sandbox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 3: Line 3:
*[[{{FULLPAGENAME}}/Yoshi (series)|''Yoshi'' (series)]]
*[[{{FULLPAGENAME}}/Yoshi (series)|''Yoshi'' (series)]]
*[[{{FULLPAGENAME}}/Yoshi's Island (series)|''Yoshi's Island'' (series)]]
*[[{{FULLPAGENAME}}/Yoshi's Island (series)|''Yoshi's Island'' (series)]]
===Template===
*<nowiki>{{</nowiki>[[User:GuntherBayBeee/sandbox/Template:Block|Block]]}}
*<nowiki>{{</nowiki>[[User:GuntherBayBeee/sandbox/Template:Documentation|Documentation]]}}


==Multi-language profile==
==Multi-language profile==
Line 9: Line 13:
|type=
|type=
|Eng=
|Eng=
|Jap=
|Jpn=
|JapM=
|JpnM=
}}
}}
</pre>
</pre>
Line 55: Line 59:


==Content description==
==Content description==
<pre>
{| class="wikitable sortable" style="text-align:center"
! width="12%" class="unsortable" | Image
! width="10%" | Name
! class="unsortable" | Description
|-
|
|
| style="text-align:left" |
|}
</pre>
==''Super Mario Galaxy'' missions table==
<pre>
<pre>
{| class="wikitable" style="text-align:center"
{| class="wikitable" style="text-align:center"
! class="unsortable" | Image
! width="10%" | Image
! Name
! width="10%" | Mission
! class="unsortable" | Description
! Summary
|-
|
|
| style="text-align:left" |
|}
</pre>
 
===Sortable===
<pre>
{| class="wikitable sortable" style="text-align:center"
! width="10%" class="unsortable" | Image
! width="10%" | Mission
! class="unsortable" | Summary
|-
|-
|  
|  
Line 70: Line 100:
<pre>
<pre>
{| class="wikitable" style="text-align:center"
{| class="wikitable" style="text-align:center"
! Image
|+ Trading card
! Name
|-
! Type
! rowspan="2" width="5%" | #
! Description
! colspan="2" | Image
! rowspan="2" width="10%" | Name
! rowspan="2" width="10%" | Type
! rowspan="2" | Description
|-
! width="12%" | Front
! width="12%" | Backside
|-
|-
|
|
|  
|  
|  
|  
Line 85: Line 123:
<pre>
<pre>
{| class="wikitable sortable" style="text-align:center"
{| class="wikitable sortable" style="text-align:center"
! class="unsortable" | Image
|+ Trading cards
! Name
|-
! class="unsortable" | Type
! rowspan="2" width="5%" | #
! class="unsortable" | Description
! colspan="2" | Image
! rowspan="2" width="10%" | Name
! rowspan="2" width="10%" | Type
! rowspan="2" class="unsortable" | Description
|-
! width="12%" class="unsortable" | Front
! width="12%" class="unsortable" | Backside
|-
|-
|
|
|  
|  
|  
|  
Line 100: Line 146:
<pre>
<pre>
/* Peach tables */
/* Peach tables */
table.wikitable.spinoff-mk { color: #000; }
table.wikitable.peach { color: #000; }
table.wikitable.spinoff-mk > * > tr > * { border-color: #000; }
table.wikitable.peach > * > tr > * { border-color: #000; }
table.wikitable.spinoff-mk > * > tr > th { background-color: #FF90D0; }
table.wikitable.peach > * > tr > th { background-color: #FF3EAF; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: pink; }
table.wikitable.peach > * > tr:not([bgcolor]):nth-child(even) { background: pink; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: mistyrose; }
table.wikitable.peach > * > tr:not([bgcolor]):nth-child(odd) { background: mistyrose; }


/* Mario Kart tables */
/* Mario Kart tables */
table.wikitable.spinoff-mk { color: #000; }
table.wikitable.spinoff-mk { color: #000; }
table.wikitable.spinoff-mk > * > tr > * { border-color: #000; }
table.wikitable.spinoff-mk > * > tr > * { border-color: #000; }
table.wikitable.spinoff-mk > * > tr > th { background-color: #FFEE00; }
table.wikitable.spinoff-mk > * > tr > th { background-color: gold; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFDD; }


/* Mario Party tables */
/* Mario Party tables */
table.wikitable.spinoff-mp { color: #000; }
table.wikitable.spinoff-mp { color: #000; }
table.wikitable.spinoff-mp > * > tr > * { border-color: #000; }
table.wikitable.spinoff-mp > * > tr > * { border-color: #000; }
table.wikitable.spinoff-mp > * > tr > th { background-color: #FFFF33; }
table.wikitable.spinoff-mp > * > tr > th { background-color: #FAFA00; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFDD; }


/* Super Mario RPG tables */
/* Super Mario RPG tables */
table.wikitable.rpg { color: #000; }
table.wikitable.rpg { color: #000; }
table.wikitable.rpg > * > tr > * { border-color: #000; }
table.wikitable.rpg > * > tr > * { border-color: #000; }
table.wikitable.rpg > * > tr > th { background-color: skyblue; }
table.wikitable.rpg > * > tr > th { background-color: dodgerblue; color: #FFF; }
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }
table.wikitable.rpg > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }
Line 130: Line 176:
table.wikitable.rpg-pm { color: #000; }
table.wikitable.rpg-pm { color: #000; }
table.wikitable.rpg-pm > * > tr > * { border-color: #000; }
table.wikitable.rpg-pm > * > tr > * { border-color: #000; }
table.wikitable.rpg-pm > * > tr > th { background-color: #74A5ED; }
table.wikitable.rpg-pm > * > tr > th { background-color: #00C; color: #FFF; }
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }
table.wikitable.rpg-pm > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }
Line 137: Line 183:
table.wikitable.rpg-ml { color: #000; }
table.wikitable.rpg-ml { color: #000; }
table.wikitable.rpg-ml > * > tr > * { border-color: #000; }
table.wikitable.rpg-ml > * > tr > * { border-color: #000; }
table.wikitable.rpg-ml > * > tr > th { background-color: aqua; }
table.wikitable.rpg-ml > * > tr > th { background-color: #0DF; }
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(even) { background: #CFEEFF; }
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }
table.wikitable.rpg-ml > * > tr:not([bgcolor]):nth-child(odd) { background: aliceblue; }


/* Sports tables */
/* Sports tables */
table.wikitable.sports { color: #000; }
table.wikitable.sport { color: #000; }
table.wikitable.sports > * > tr > * { border-color: #000; }
table.wikitable.sport > * > tr > * { border-color: #000; }
table.wikitable.sports > * > tr > th { background-color: greenyellow; }
table.wikitable.sport > * > tr > th { background-color: yellowgreen; }
table.wikitable.sports > * > tr:not([bgcolor]):nth-child(even) { background: #EFFF9F; }
table.wikitable.sport > * > tr:not([bgcolor]):nth-child(even) { background: #EFFF9F; }
table.wikitable.sports > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFCC; }
table.wikitable.sport > * > tr:not([bgcolor]):nth-child(odd) { background: #FFC; }


/* Crossover tables */
/* Crossover tables */
table.wikitable.crossover { color: #000; }
table.wikitable.crossover { color: #000; }
table.wikitable.crossover > * > tr > * { border-color: #000; }
table.wikitable.crossover > * > tr > * { border-color: #000; }
table.wikitable.crossover > * > tr > th { background-color: #66CDAA; }
table.wikitable.crossover > * > tr > th { background-color: #3A7; color: #FFF; }
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; }
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; }
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
table.wikitable.crossover > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
Line 158: Line 204:
table.wikitable.crossover-ssb { color: #000; }
table.wikitable.crossover-ssb { color: #000; }
table.wikitable.crossover-ssb > * > tr > * { border-color: #000; }
table.wikitable.crossover-ssb > * > tr > * { border-color: #000; }
table.wikitable.crossover-ssb > * > tr > th { background-color: aquamarine; }
table.wikitable.crossover-ssb > * > tr > th { background-color: #1FFFB9; }
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; }
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(even) { background: #E0FFE0; }
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
table.wikitable.crossover-ssb > * > tr:not([bgcolor]):nth-child(odd) { background: #EDFFFF; }
Line 165: Line 211:
table.wikitable.lm { color: #000; }
table.wikitable.lm { color: #000; }
table.wikitable.lm > * > tr > * { border-color: #000; }
table.wikitable.lm > * > tr > * { border-color: #000; }
table.wikitable.lm > * > tr > th { background-color: #009F00; }
table.wikitable.lm > * > tr > th { background-color: darkgreen; color: #FFF; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(even) { background: #BBFF99; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(even) { background: #BF9; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(odd) { background: #EEFFCC; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(odd) { background: #EFC; }


/* Yoshi tables */
/* Yoshi tables */
table.wikitable.yoshi { color: #000; }
table.wikitable.yoshi { color: #000; }
table.wikitable.yoshi > * > tr > * { border-color: #000; }
table.wikitable.yoshi > * > tr > * { border-color: #000; }
table.wikitable.yoshi > * > tr > th { background-color: limegreen; }
table.wikitable.yoshi > * > tr > th { background-color: #0B0; color: #FFF; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; }
/* Yoshi's Island tables */
table.wikitable.yoshi-yi { color: #000; }
table.wikitable.yoshi-yi > * > tr > * { border-color: #000; }
table.wikitable.yoshi-yi > * > tr > th { background-color: forestgreen; color: #FFF; }
table.wikitable.yoshi-yi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; }
table.wikitable.yoshi-yi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; }


/* Wario tables */
/* Wario tables */
table.wikitable.wario { color: #000; }
table.wikitable.wario { color: #000; }
table.wikitable.wario > * > tr > * { border-color: #000; }
table.wikitable.wario > * > tr > * { border-color: #000; }
table.wikitable.wario > * > tr > th { background-color: violet; }
table.wikitable.wario > * > tr > th { background-color: #901090; color: #FFF; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }


/* Donkey Kong tables */
/* WarioWare tables */
table.wikitable.wario-ww { color: #000; }
table.wikitable.wario-ww > * > tr > * { border-color: #000; }
table.wikitable.wario-ww > * > tr > th { background-color: darkorchid; color: #FFF; }
table.wikitable.wario-ww > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario-ww > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }
 
/* Wario Land tables */
table.wikitable.wario-wl { color: #000; }
table.wikitable.wario-wl > * > tr > * { border-color: #000; }
table.wikitable.wario-wl > * > tr > th { background-color: #DF00DF; color: #FFF; }
table.wikitable.wario-wl > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario-wl > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }
 
/* Donkey Kong franchise tables */
table.wikitable.dk { color: #000; }
table.wikitable.dk { color: #000; }
table.wikitable.dk > * > tr > * { border-color: #000; }
table.wikitable.dk > * > tr > * { border-color: #000; }
table.wikitable.dk > * > tr > th { background-color: #BB8855; }
table.wikitable.dk > * > tr > th { background-color: #9C6936; color: #FFF; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF8DC; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }


/* Mario tables */
/* Donkey Kong series tables */
table.wikitable.dk-dk { color: #000; }
table.wikitable.dk-dk > * > tr > * { border-color: #000; }
table.wikitable.dk-dk > * > tr > th { background-color: #BB882A; color: #FFF; }
table.wikitable.dk-dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-dk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }
 
/* Donkey Kong Country tables */
table.wikitable.dk-dkc { color: #000; }
table.wikitable.dk-dkc > * > tr > * { border-color: #000; }
table.wikitable.dk-dkc > * > tr > th { background-color: saddlebrown; color: #FFF; }
table.wikitable.dk-dkc > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-dkc > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }
 
/* Mario vs. Donkey Kong tables */
table.wikitable.dk-mvdk { color: #000; }
table.wikitable.dk-mvdk > * > tr > * { border-color: #000; }
table.wikitable.dk-mvdk > * > tr > th { background-color: chocolate; color: #FFF; }
table.wikitable.dk-mvdk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-mvdk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }
 
/* Super Mario franchise tables */
table.wikitable.mario { color: #000; }
table.wikitable.mario { color: #000; }
table.wikitable.mario > * > tr > * { border-color: #000; }
table.wikitable.mario > * > tr > * { border-color: #000; }
table.wikitable.mario > * > tr > th { background-color: #FF7733; }
table.wikitable.mario > * > tr > th { background-color: #C00; color: #FFF; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(even) { background: bisque; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(even) { background: bisque; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(odd) { background: #FFF5EE; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(odd) { background: seashell; }
 
/* Super Mario series tables */
table.wikitable.mario-sm { color: #000; }
table.wikitable.mario-sm > * > tr > * { border-color: #000; }
table.wikitable.mario-sm > * > tr > th { background-color: #FF2400; color: #FFF; }
table.wikitable.mario-sm > * > tr:not([bgcolor]):nth-child(even) { background: bisque; }
table.wikitable.mario-sm > * > tr:not([bgcolor]):nth-child(odd) { background: seashell; }


/* Super Mario Galaxy tables */
/* Super Mario Galaxy tables */
table.wikitable.mario-smg { color: #000; }
table.wikitable.mario-smg { color: #000; }
table.wikitable.mario-smg > * > tr > * { border-color: #000; }
table.wikitable.mario-smg > * > tr > * { border-color: #000; }
table.wikitable.mario-smg > * > tr > th { background-color: #8888FF; }
table.wikitable.mario-smg > * > tr > th { background-color: navy; color: #FFF; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(even) { background: #E6E6FA; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(even) { background: lavender; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(odd) { background: #F8F8FF; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(odd) { background: ghostwhite; }


/* Alternate media tables */
/* Alternate media tables */
table.wikitable.media { color: #000; }
table.wikitable.media { color: #000; }
table.wikitable.media > * > tr > * { border-color: #000; }
table.wikitable.media > * > tr > * { border-color: #000; }
table.wikitable.media > * > tr > th { background-color: gold; }
table.wikitable.media > * > tr > th { background-color: #FB0; }
table.wikitable.media > * > tr:not([bgcolor]):nth-child(even) { background: #FFEAAA; }
table.wikitable.media > * > tr:not([bgcolor]):nth-child(even) { background: #FFEAAA; }
table.wikitable.media > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFC0; }
table.wikitable.media > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFC0; }
Line 214: Line 309:
table.wikitable.console { color: #000; }
table.wikitable.console { color: #000; }
table.wikitable.console > * > tr > * { border-color: #000; }
table.wikitable.console > * > tr > * { border-color: #000; }
table.wikitable.console > * > tr > th { background-color: #D3D3D3; }
table.wikitable.console > * > tr > th { background-color: silver; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(even) { background: #F5F5F5; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(even) { background: whitesmoke; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(odd) { background: #FBFBFB; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(odd) { background: #FBFBFB; }
</pre>
</pre>

Latest revision as of 13:26, March 6, 2025

Subpages

(Main)

Template

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 sortable" style="text-align:center"
! width="12%" class="unsortable" | Image
! width="10%" | Name
! class="unsortable" | Description
|-
| 
| 
| style="text-align:left" | 
|}

Super Mario Galaxy missions table

{| class="wikitable" style="text-align:center"
! width="10%" | Image
! width="10%" | Mission
! Summary
|-
| 
| 
| style="text-align:left" | 
|}

Sortable

{| class="wikitable sortable" style="text-align:center"
! width="10%" class="unsortable" | Image
! width="10%" | Mission
! class="unsortable" | Summary
|-
| 
| 
| style="text-align:left" | 
|}

Super Mario Galaxy trading card

{| class="wikitable" style="text-align:center"
|+ Trading card
|-
! rowspan="2" width="5%" | #
! colspan="2" | Image
! rowspan="2" width="10%" | Name
! rowspan="2" width="10%" | Type
! rowspan="2" | Description
|-
! width="12%" | Front
! width="12%" | Backside
|-
| 
| 
| 
| 
| 
| style="text-align:left" | ''''
|}

Sortable

{| class="wikitable sortable" style="text-align:center"
|+ Trading cards
|-
! rowspan="2" width="5%" | #
! colspan="2" | Image
! rowspan="2" width="10%" | Name
! rowspan="2" width="10%" | Type
! rowspan="2" class="unsortable" | Description
|-
! width="12%" class="unsortable" | Front
! width="12%" class="unsortable" | Backside
|-
| 
| 
| 
| 
| 
| style="text-align:left" | ''''
|}

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: #FF3EAF; }
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: gold; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mk > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFDD; }

/* 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: #FAFA00; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(even) { background: #FFFFBB; }
table.wikitable.spinoff-mp > * > tr:not([bgcolor]):nth-child(odd) { background: #FFFFDD; }

/* Super Mario RPG tables */
table.wikitable.rpg { color: #000; }
table.wikitable.rpg > * > tr > * { border-color: #000; }
table.wikitable.rpg > * > tr > th { background-color: dodgerblue; color: #FFF; }
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: #00C; color: #FFF; }
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: #0DF; }
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.sport { color: #000; }
table.wikitable.sport > * > tr > * { border-color: #000; }
table.wikitable.sport > * > tr > th { background-color: yellowgreen; }
table.wikitable.sport > * > tr:not([bgcolor]):nth-child(even) { background: #EFFF9F; }
table.wikitable.sport > * > tr:not([bgcolor]):nth-child(odd) { background: #FFC; }

/* Crossover tables */
table.wikitable.crossover { color: #000; }
table.wikitable.crossover > * > tr > * { border-color: #000; }
table.wikitable.crossover > * > tr > th { background-color: #3A7; color: #FFF; }
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: #1FFFB9; }
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: darkgreen; color: #FFF; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(even) { background: #BF9; }
table.wikitable.lm > * > tr:not([bgcolor]):nth-child(odd) { background: #EFC; }

/* Yoshi tables */
table.wikitable.yoshi { color: #000; }
table.wikitable.yoshi > * > tr > * { border-color: #000; }
table.wikitable.yoshi > * > tr > th { background-color: #0B0; color: #FFF; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; }
table.wikitable.yoshi > * > tr:not([bgcolor]):nth-child(odd) { background: #ECFFEC; }

/* Yoshi's Island tables */
table.wikitable.yoshi-yi { color: #000; }
table.wikitable.yoshi-yi > * > tr > * { border-color: #000; }
table.wikitable.yoshi-yi > * > tr > th { background-color: forestgreen; color: #FFF; }
table.wikitable.yoshi-yi > * > tr:not([bgcolor]):nth-child(even) { background: #AFFFAA; }
table.wikitable.yoshi-yi > * > 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: #901090; color: #FFF; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }

/* WarioWare tables */
table.wikitable.wario-ww { color: #000; }
table.wikitable.wario-ww > * > tr > * { border-color: #000; }
table.wikitable.wario-ww > * > tr > th { background-color: darkorchid; color: #FFF; }
table.wikitable.wario-ww > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario-ww > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }

/* Wario Land tables */
table.wikitable.wario-wl { color: #000; }
table.wikitable.wario-wl > * > tr > * { border-color: #000; }
table.wikitable.wario-wl > * > tr > th { background-color: #DF00DF; color: #FFF; }
table.wikitable.wario-wl > * > tr:not([bgcolor]):nth-child(even) { background: #F8BFF8; }
table.wikitable.wario-wl > * > tr:not([bgcolor]):nth-child(odd) { background: #F8DFF8; }

/* Donkey Kong franchise tables */
table.wikitable.dk { color: #000; }
table.wikitable.dk > * > tr > * { border-color: #000; }
table.wikitable.dk > * > tr > th { background-color: #9C6936; color: #FFF; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }

/* Donkey Kong series tables */
table.wikitable.dk-dk { color: #000; }
table.wikitable.dk-dk > * > tr > * { border-color: #000; }
table.wikitable.dk-dk > * > tr > th { background-color: #BB882A; color: #FFF; }
table.wikitable.dk-dk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-dk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }

/* Donkey Kong Country tables */
table.wikitable.dk-dkc { color: #000; }
table.wikitable.dk-dkc > * > tr > * { border-color: #000; }
table.wikitable.dk-dkc > * > tr > th { background-color: saddlebrown; color: #FFF; }
table.wikitable.dk-dkc > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-dkc > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }

/* Mario vs. Donkey Kong tables */
table.wikitable.dk-mvdk { color: #000; }
table.wikitable.dk-mvdk > * > tr > * { border-color: #000; }
table.wikitable.dk-mvdk > * > tr > th { background-color: chocolate; color: #FFF; }
table.wikitable.dk-mvdk > * > tr:not([bgcolor]):nth-child(even) { background: wheat; }
table.wikitable.dk-mvdk > * > tr:not([bgcolor]):nth-child(odd) { background: cornsilk; }

/* Super Mario franchise tables */
table.wikitable.mario { color: #000; }
table.wikitable.mario > * > tr > * { border-color: #000; }
table.wikitable.mario > * > tr > th { background-color: #C00; color: #FFF; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(even) { background: bisque; }
table.wikitable.mario > * > tr:not([bgcolor]):nth-child(odd) { background: seashell; }

/* Super Mario series tables */
table.wikitable.mario-sm { color: #000; }
table.wikitable.mario-sm > * > tr > * { border-color: #000; }
table.wikitable.mario-sm > * > tr > th { background-color: #FF2400; color: #FFF; }
table.wikitable.mario-sm > * > tr:not([bgcolor]):nth-child(even) { background: bisque; }
table.wikitable.mario-sm > * > tr:not([bgcolor]):nth-child(odd) { background: seashell; }

/* 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: navy; color: #FFF; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(even) { background: lavender; }
table.wikitable.mario-smg > * > tr:not([bgcolor]):nth-child(odd) { background: ghostwhite; }

/* Alternate media tables */
table.wikitable.media { color: #000; }
table.wikitable.media > * > tr > * { border-color: #000; }
table.wikitable.media > * > tr > th { background-color: #FB0; }
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: silver; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(even) { background: whitesmoke; }
table.wikitable.console > * > tr:not([bgcolor]):nth-child(odd) { background: #FBFBFB; }