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
No edit summary
Tags: Mobile edit Advanced mobile edit
 
(22 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]]}}


==Multi-language profile==
==Multi-language profile==
Line 9: Line 12:
|type=
|type=
|Eng=
|Eng=
|Jap=
|Jpn=
|JapM=
|JpnM=
}}
}}
</pre>
</pre>
Line 30: Line 33:
|''''
|''''
|}
|}
</pre>
==Variables==
<pre>
{|class="wikitable floatright" style="width:75%; margin:0 0 1em 1em"
!colspan=2|Syntax
|-
|<code><nowiki><nowiki>|</nowiki></nowiki><variable>=</code> || <description>
|}
</pre>
==Number of enemies==
<pre>
{| class="wikitable sortable" style="text-align:center"
! class="unsortable" | Image
! Name
! Count
|-
|
|
|
|}
</pre>
==Content description==
<pre>
{| class="wikitable" style="text-align:center"
! width="12%" class="unsortable" | Image
! width="10%" | Name
! class="unsortable" | Description
|-
|
|
| style="text-align:left" |
|}
</pre>
==''Super Mario Galaxy'' trading card==
<pre>
{| 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" | ''''
|}
</pre>
===Sortable===
<pre>
{| class="wikitable sortrable" 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" | ''''
|}
</pre>
==''Mario Party DS'' collectibles table==
===Character Figures===
<pre>
{| class="wikitable" style="margin:auto; text-align:center"
|+ Character Figure(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
|
|
|
| style="text-align:left" | ''''
|
|}
</pre>
===Board Features===
<pre>
{| class="wikitable" style="margin:auto; text-align:center"
|+ Board Feature(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
|
|
|
| style="text-align:left" | ''''
|
|}
</pre>
===Boss Trophies===
<pre>
{| class="wikitable" style="margin:auto; text-align:center"
|+ Boss Trophy/Boss Trophies
|-
! #
! Name
! Image
! Description
! How to unlock
|-
|
|
|
| style="text-align:left" | ''''
|
|}
</pre>
===Badges===
<pre>
{| class="wikitable" style="margin:auto; text-align:center"
|+ Badge(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
|
|
|
| style="text-align:left" | ''''
|
|}
</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: #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; }
</pre>
</pre>

Latest revision as of 14:55, January 23, 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" style="text-align:center"
! width="12%" class="unsortable" | Image
! width="10%" | Name
! class="unsortable" | Description
|-
| 
| 
| 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 sortrable" 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" | ''''
|}

Mario Party DS collectibles table

Character Figures

{| class="wikitable" style="margin:auto; text-align:center"
|+ Character Figure(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
| 
| 
| 
| style="text-align:left" | ''''
| 
|}

Board Features

{| class="wikitable" style="margin:auto; text-align:center"
|+ Board Feature(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
| 
| 
| 
| style="text-align:left" | ''''
| 
|}

Boss Trophies

{| class="wikitable" style="margin:auto; text-align:center"
|+ Boss Trophy/Boss Trophies
|-
! #
! Name
! Image
! Description
! How to unlock
|-
| 
| 
| 
| style="text-align:left" | ''''
| 
|}

Badges

{| class="wikitable" style="margin:auto; text-align:center"
|+ Badge(s)
|-
! #
! Name
! Image
! Description
! How to unlock
|-
| 
| 
| 
| 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; }