Template:Color: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
m (→‎Supported Colors: Standardizing Maintenance Categories)
 
(43 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{2|}}}|<span style="color:|}}{{#switch:{{{1|}}}
<includeonly>{{#invoke:Color|Main}}</includeonly><noinclude>
|TLoZ Blue=&#35;139eff
{{#invoke:Documentation|Template}}
|TLoZ Green=&#35;a6c819
|TLoZ Red=&#35;f64027


|OoT Dark Blue=&#35;505aff
|OoT Light Blue=&#35;64b4ff
|OoT Purple=&#35;d264ff
|OoT Red=&#35;ff3c3c
|OoT Yellow=&#35;e1ff32


|OoT3D Dark Blue=&#35;0053ff
===Supported Colors===
|OoT3D Light Blue=&#35;619ed9
To edit supported colors, see [[Module:Color/Data]].
|OoT3D Green=&#35;44ff51
{{Color/List}}
|OoT3D Purple=&#35;fc9cb5
[[Category:Formatting templates]]</noinclude>
|OoT3D Red=&#35;ff2529
|OoT3D Yellow=&#35;f8ff4e
 
|MM Dark Blue=&#35;50529a
|MM Light Blue=&#35;628cc4
|MM Green=&#35;5abe62
|MM Purple=&#35;f2a1b5
|MM Red=&#35;cc4a3e
|MM Silver=&#35;aba7ae
|MM Yellow=&#35;ffff2a
 
|MM3D Dark Blue=&#35;0056fb
|MM3D Light Blue=&#35;1298cf
|MM3D Gold=&#35;ffd80d
|MM3D Green=&#35;41a049
|MM3D Purple=&#35;c829d8
|MM3D Red=&#35;e34200
|MM3D Silver=&#35;908a8d
|MM3D Yellow=&#35;f0af1a
 
|OoX Red=&#35;d41121
 
|FS Blue=&#35;1ab1f3
|FS Orange=&#35;ff9413
|FS Red=&#35;f53913
 
|TWWHD Red=&#35;f26312
<!--Used {{Color|TWWHD Green}} on the Old Man Ho Ho page-->
 
|TT Dark Blue=&#35;191cdb
|TT Light Blue=&#35;4e90c5
|TT Green=&#35;295a2b
|TT Purple=&#35;9b07a3
|TT Red=&#35;ce0009
 
|FSA GCN Blue=&#35;55dfff
|FSA GCN Green=&#35;78ff1e
|FSA GCN Purple=&#35;fd71ff
|FSA GCN Red=&#35;f65712
 
|NT Green=&#35;376953
|NT Red=&#35;912000
 
|TPHD Blue=&#35;7ebcbf
|TPHD Green=&#35;3c934c
|TPHD Purple=&#35;944084
|TPHD Red=&#35;b74334
 
|PH Blue=&#35;0000fe
|PH Green=&#35;00b600
|PH Red=&#35;dc0000
 
|ST Red=&#35;e23f3a
 
|SS Red=&#35;f25239
|SS Dark Blue=&#35;59a7bf
|SS Light Blue=&#35;83deff
|SS Yellow=&#35;f4b525
|SS Green=&#35;70b94a
 
|ALBW Dark Blue=&#35;0a407f
|ALBW Light Blue=&#35;57f3db
|ALBW Yellow=&#35;ffff6e
 
|BotW Red=&#35;ef3f54
|BotW Blue=&#35;20f0d8
|BotW Gray=&#35;948e7e
|BotW Yellow=&#35;e8c930
|BotW Main Quest=&#35;e0c039
|BotW Side Quest=&#35;b1d213
|BotW Shrine Quest=&#35;15a6d3
 
<!--
Used {{Color|HW Blue}} on the Inside the Statue of the Goddess page
Used {{Color|HW Yellow}} on the Inside the Statue of the Goddess page
Used {{Color|HW Green}} on the Ganon/Other Appearances page
-->
 
|ZW Background=&#35;17456e
|ZW Light=&#35;1e5c93
|ZW Dark 1=&#35;163d5f
|ZW Dark 2=&#35;0c2236
|ZW Dark Red=&#35;5f1619
|ZW Border=&#35;426787
|ZW Header=&#35;1d578b
 
|#default={{{1|}}}
}}{{#if: {{{2|}}}|">{{{2|}}}</span>|}}</includeonly><noinclude>
 
==Purpose==
This template is an easy way to apply colors to text. This is useful for applying colored text to in-game citations.
 
==Usage==
To use this template, type: {{NoWikiTemp|Normal|Color|Text}}
 
Where:
*'''''Color''''' is the color you want the text to be.
*'''''Text''''' is the desired text to color.
 
For colors, there are two methods. One way is with names.<br>
For example, <b><nowiki>{{Color|Red|Text}}</nowiki></b> will produce:
::::<b><span style="color:Red">Text</span></b>
The other way is with hex codes. The way to use it is with a sharp symbol '''#''', followed by six characters corresponding to one color.<br>
For example, <b><nowiki>{{Color|#00CC00|Text}}</nowiki></b> will produce:
::::<b><span style="color:#00CC00">Text</span></b>
 
There is a small section on hex code in the Help Guide [[Help:HTML#Hex Triplets|here]].   You can also look <span class="plainlinks">[http://www.ironspider.ca/format_text/fontcolor.htm#colorchart here]</span> or
at {{Wp|Web colors#X11 color names|Wikipedia's article}}.
 
{| class="wikitable" style="text-align:center; width:100%; max-width:30em;"
|+ In-game Text Colors
|-
!width="50%"| Command
!width="50%"| Result
|-
!colspan="2"| ''The Legend of Zelda''
|-
| '''TLoZ Blue'''
|style="background-color:#139eff"| '''<span style="color:#ffffff">#139eff</span>'''
|-
| '''TLoZ Green'''
|style="background-color:#a6c819"| '''<span style="color:#ffffff">#a6c819</span>'''
|-
| '''TLoZ Red'''
|style="background-color:#f64027"| '''<span style="color:#ffffff">#f64027</span>'''
|-
!colspan="2"| ''Ocarina of Time''
|-
| '''OoT Dark Blue'''
|style="background-color:#505aff"| '''<span style="color:#ffffff">#505aff</span>'''
|-
| '''OoT Light Blue'''
|style="background-color:#64b4ff"| '''<span style="color:#17456e">#64b4ff</span>'''
|-
| '''OoT Purple'''
|style="background-color:#d264ff"| '''<span style="color:#ffffff">#d264ff</span>'''
|-
| '''OoT Red'''
|style="background-color:#ff3c3c"| '''<span style="color:#ffffff">#ff3c3c</span>'''
|-
| '''OoT Yellow'''
|style="background-color:#e1ff32"| '''<span style="color:#17456e">#e1ff32</span>'''
|-
!colspan="2"| ''Ocarina of Time 3D''
|-
| '''OoT3D Dark Blue'''
|style="background-color:#0053ff"| '''<span style="color:#ffffff">#0053ff</span>'''
|-
| '''OoT3D Light Blue'''
|style="background-color:#619ed9"| '''<span style="color:#ffffff">#619ed9</span>'''
|-
| '''OoT3D Green'''
|style="background-color:#44ff51"| '''<span style="color:#17456e">#44ff51</span>'''
|-
| '''OoT3D Purple'''
|style="background-color:#fc9cb5"| '''<span style="color:#ffffff">#fc9cb5</span>'''
|-
| '''OoT3D Red'''
|style="background-color:#ff2529"| '''<span style="color:#ffffff">#ff2529</span>'''
|-
| '''OoT3D Yellow'''
|style="background-color:#f8ff4e"| '''<span style="color:#17456e">#f8ff4e</span>'''
|-
!colspan="2"| ''Majora's Mask''
|-
| '''MM Dark Blue'''
|style="background-color:#50529a"| '''<span style="color:#ffffff">#50529a</span>'''
|-
| '''MM Light Blue'''
|style="background-color:#628cc4"| '''<span style="color:#ffffff">#628cc4</span>'''
|-
| '''MM Green'''
|style="background-color:#5abe62"| '''<span style="color:#ffffff">#5abe62</span>'''
|-
| '''MM Purple'''
|style="background-color:#f2a1b5"| '''<span style="color:#ffffff">#f2a1b5</span>'''
|-
| '''MM Red'''
|style="background-color:#cc4a3e"| '''<span style="color:#ffffff">#cc4a3e</span>'''
|-
| '''MM Silver'''
|style="background-color:#aba7ae"| '''<span style="color:#ffffff">#aba7ae</span>'''
|-
| '''MM Yellow'''
|style="background-color:#ffff2a"| '''<span style="color:#17456e">#ffff2a</span>'''
|-
!colspan="2"| ''Majora's Mask 3D''
|-
| '''MM3D Dark Blue'''
|style="background-color:#0056fb"| '''<span style="color:#ffffff">#0056fb</span>'''
|-
| '''MM3D Light Blue'''
|style="background-color:#1298cf"| '''<span style="color:#ffffff">#1298cf</span>'''
|-
| '''MM3D Gold'''
|style="background-color:#ffd80d"| '''<span style="color:#17456e">#ffd80d</span>'''
|-
| '''MM3D Green'''
|style="background-color:#41a049"| '''<span style="color:#ffffff">#41a049</span>'''
|-
| '''MM3D Purple'''
|style="background-color:#c829d8"| '''<span style="color:#ffffff">#c829d8</span>'''
|-
| '''MM3D Red'''
|style="background-color:#e34200"| '''<span style="color:#ffffff">#e34200</span>'''
|-
| '''MM3D Silver'''
|style="background-color:#908a8d"| '''<span style="color:#ffffff">#908a8d</span>'''
|-
| '''MM3D Yellow'''
|style="background-color:#f0af1a"| '''<span style="color:#ffffff">#f0af1a</span>'''
|-
!colspan="2"| ''Oracle'' Series
|-
| '''OoX Red'''
|style="background-color:#d41121"| '''<span style="color:#ffffff">#d41121</span>'''
|-
!colspan="2"| ''Four Swords''
|-
| '''FS Blue'''
|style="background-color:#1ab1f3"| '''<span style="color:#ffffff">#1ab1f3</span>'''
|-
| '''FS Orange'''
|style="background-color:#ff9413"| '''<span style="color:#ffffff">#ff9413</span>'''
|-
| '''FS Red'''
|style="background-color:#f53913"| '''<span style="color:#ffffff">#f53913</span>'''
|-
!colspan="2"| ''The Wind Waker HD''
|-
| '''TWWHD Red'''
|style="background-color:#f26312"| '''<span style="color:#ffffff">#f26312</span>'''
|-
!colspan="2"| Tingle Tuner
|-
| '''TT Dark Blue'''
|style="background-color:#191cdb"| '''<span style="color:#ffffff">#191cdb</span>'''
|-
| '''TT Light Blue'''
|style="background-color:#4e90c5"| '''<span style="color:#ffffff">#4e90c5</span>'''
|-
| '''TT Green'''
|style="background-color:#295a2b"| '''<span style="color:#ffffff">#295a2b</span>'''
|-
| '''TT Purple'''
|style="background-color:#9b07a3"| '''<span style="color:#ffffff">#9b07a3</span>'''
|-
| '''TT Red'''
|style="background-color:#ce0009"| '''<span style="color:#ffffff">#ce0009</span>'''
|-
!colspan="2"| ''Four Swords Adventures''
|-
| '''FSA GCN Blue'''
|style="background-color:#55dfff"| '''<span style="color:#17456e">#55dfff</span>'''
|-
| '''FSA GCN Green'''
|style="background-color:#78ff1e"| '''<span style="color:#17456e">#78ff1e</span>'''
|-
| '''FSA GCN Purple'''
|style="background-color:#fd71ff"| '''<span style="color:#17456e">#fd71ff</span>'''
|-
| '''FSA GCN Red'''
|style="background-color:#f65712"| '''<span style="color:#ffffff">#f65712</span>'''
|-
!colspan="2"| ''Navi Trackers''
|-
| '''NT Green'''
|style="background-color:#376953"| '''<span style="color:#ffffff">#376953</span>'''
|-
| '''NT Red'''
|style="background-color:#912000"| '''<span style="color:#ffffff">#912000</span>'''
|-
!colspan="2"| ''Twilight Princess HD''
|-
| '''TPHD Blue'''
|style="background-color:#7ebcbf"| '''<span style="color:#ffffff">#7ebcbf</span>'''
|-
| '''TPHD Green'''
|style="background-color:#3c934c"| '''<span style="color:#ffffff">#3c934c</span>'''
|-
| '''TPHD Purple'''
|style="background-color:#944084"| '''<span style="color:#ffffff">#944084</span>'''
|-
| '''TPHD Red'''
|style="background-color:#b74334"| '''<span style="color:#ffffff">#b74334</span>'''
|-
!colspan="2"| ''Phantom Hourglass''
|-
| '''PH Blue'''
|style="background-color:#0000fe"| '''<span style="color:#ffffff">#0000fe</span>'''
|-
| '''PH Green'''
|style="background-color:#00b600"| '''<span style="color:#ffffff">#00b600</span>'''
|-
| '''PH Blue'''
|style="background-color:#dc0000"| '''<span style="color:#ffffff">#dc0000</span>'''
|-
!colspan="2"| ''Spirit Tracks''
|-
| '''ST Red'''
|style="background-color:#e23f3a"| '''<span style="color:#ffffff">#e23f3a</span>'''
|-
!colspan="2"| ''Skyward Sword''
|-
| '''SS Red'''
|style="background-color:#f25239"| '''<span style="color:#ffffff">#f25239</span>'''
|-
| '''SS Dark Blue'''
|style="background-color:#59a7bf"| '''<span style="color:#ffffff">#59a7bf</span>'''
|-
| '''SS Light Blue'''
|style="background-color:#83deff"| '''<span style="color:#17456e">#83deff</span>'''
|-
| '''SS Yellow'''
|style="background-color:#f4b525"| '''<span style="color:#ffffff">#f4b525</span>'''
|-
| '''SS Green'''
|style="background-color:#70b94a"| '''<span style="color:#ffffff">#70b94a</span>'''
|-
!colspan="2"| ''A Link Between Worlds''
|-
| '''ALBW Dark Blue'''
|style="background-color:#0a407f"| '''<span style="color:#ffffff">#0a407f</span>'''
|-
| '''ALBW Light Blue'''<!-- Used when Yuga speaks. -->
|style="background-color:#57f3db"| '''<span style="color:#17456e">#57f3db</span>'''
|-
| '''ALBW Yellow'''<!-- Used when Yuga speaks. -->
|style="background-color:#ffff6e"| '''<span style="color:#17456e">#ffff6e</span>'''
|-
!colspan="2"| ''Breath of the Wild''
|-
| '''BotW Blue'''
|style="background-color:#20f0d8"| '''<span style="color:#17456e">#20f0d8</span>'''
|-
| '''BotW Red'''
|style="background-color:#ef3f54"| '''<span style="color:#ffffff">#ef3f54</span>'''
|-
| '''BotW Yellow'''
|style="background-color:#e8c930"| '''<span style="color:#ffffff">#e8c930</span>'''
|-
| '''BotW Main Quest'''
|style="background-color:#e0c039"| '''<span style="color:#ffffff">#e0c039</span>'''
|-
| '''BotW Shrine Quest'''
|style="background-color:#15a6d3"| '''<span style="color:#ffffff">#15a6d3</span>'''
|-
| '''BotW Side Quest'''
|style="background-color:#b1d213"| '''<span style="color:#ffffff">#b1d213</span>'''
|}
 
Additionally, there are also several colors pertinent to Zelda Wiki. These are as follows:
{| class="wikitable" style="text-align:center; width:100%; max-width:30em;"
|+ Zelda Wiki Colors
|-
!width="50%"| Command
!width="50%"| Result
|-
| '''ZW Background'''
|style="background-color:#17456e"| '''<span style="color:#ffffff">#17456e</span>'''
|-
| '''ZW Light'''
|style="background-color:#1e5c93"| '''<span style="color:#ffffff">#1e5c93</span>'''
|-
| '''ZW Dark 1'''
|style="background-color:#163d5f"| '''<span style="color:#ffffff">#163d5f</span>'''
|-
| '''ZW Dark 2'''
|style="background-color:#0c2236"| '''<span style="color:#ffffff">#0c2236</span>'''
|-
| '''ZW Dark Red'''
|style="background-color:#5f1619"| '''<span style="color:#ffffff">#5f1619</span>'''
|-
| '''ZW Border'''
|style="background-color:#426787"| '''<span style="color:#ffffff">#426787</span>'''
|-
| '''ZW Header'''
|style="background-color:#1d578b"| '''<span style="color:#ffffff">#1d578b</span>'''
|}
[[Category:Formatting Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 16:53, 23 April 2023

Purpose

This template allows text to be colored such that quotes from games (e.g. Template:Cite) or other media have the same color highlights as the source text. These colors convey meaningful empasis and are essential to Zelda Wiki's terminology guidelines.

Usage

SyntaxBoilerplate
{{Color|<colorId>|<text>}}
{{Color||}}
ParameterStatusDescription
1colorIdrequiredThe name of the color - see supported colors below
2textrequiredThe text to color

This template allows text to be colored such that quotes from games (e.g. [[Template:Cite]]) or other media have the same color highlights as the source text. These colors convey meaningful empasis and are essential to Zelda Wiki's [[Guidelines:Terminology|terminology guidelines]].

Template parameters

ParameterDescriptionTypeStatus
colorId1

The name of the color - see supported colors below

Stringrequired
text2

The text to color

Stringrequired
__

Dummy parameter. Do not use.

Unknownoptional

Examples

#InputOutputCategories added
1{{Color|TWWHD Vermilion|merchant's oath}} merchant's oath
2{{Color|SSHD Blue|Demise}} Demise
3{{Color|invalid color|foo}} foo
This template no longer supports arbitrary web colors. Use Template:Web Color instead. Name all in-game colors at Module:Color/Data.
4{{Color|#f2a1b5|custom color}} custom color
Leading/trailing whitespace is not allowed in the color name.
5{{Color|SSHD Blue |Demise}} Demise
6
{{Color|SSHD
Blue|Demise}}
Demise
Both parameters are required.
7{{Color||missing color}} missing color
8{{Color|missing text}}
9{{Color|}}
10{{Color}}
Color names can be discontinued.
11{{Color|deprecated color|bar}} bar
12{{Color|replaced color|bar}} bar


Supported Colors

To edit supported colors, see Module:Color/Data.

Text Colors
ColorNameNotes
Encyclopedia
E Blue
E CR Blue
E CR Dark Green
E CR Light Green
E CR Red
E CR Yellow
E Green
E Red
E TW Blue
E TW Red
The Legend of Zelda
TLoZ Blue
TLoZ Green
TLoZ Red
The Adventure of Link
TAoL Teal
Link's Awakening for Nintendo Switch
LANS Blue
LANS Green
LANS Pink
LANS Red
Ocarina of Time
OoT Dark Blue
OoT Green
OoT Light Blue
OoT Orange
OoT Purple
OoT Red
OoT White
OoT Yellow
Ocarina of Time 3D
OoT3D Black
OoT3D Dark Blue
OoT3D Green
OoT3D Light Blue
OoT3D Purple
OoT3D Red
OoT3D White
OoT3D Yellow
Majora's Mask
MM Dark Blue
MM Green
MM Light Blue
MM Purple
MM Red
MM Silver
MM Versus RedFrom The Legend of Zelda: Majora's Mask—Official Perfect Guide
MM White
MM Yellow
Majora's Mask 3D
MM3D Dark Blue
MM3D Gold
MM3D Green
MM3D Light Blue
MM3D Purple
MM3D Red
MM3D Silver
MM3D White
MM3D Yellow
Oracle of Seasons
OoS Blue
OoS Green
OoS Red
OoS Versus RedFrom Official The Legend of Zelda: Oracle of Seasons & Ages Perfect Guide
Oracle of Ages
OoA Blue
OoA Map PastMap text in the Past
OoA Map PresentMap text in the Present
OoA Red
OoA Versus RedFrom Official The Legend of Zelda: Oracle of Ages & Seasons Perfect Guide
Four Swords
FS Blue
FS Orange
FS Red
The Wind Waker
TWW BlueAppears mainly on Signs and Letters.
TWW GreenUsed when mentioning Tingle or other green things.
TWW Light BlueQueen of the Fairies' default text color.
TWW Light RedStandard "highlighted text" color. Appears mostly during important cutscenes.
TWW Light Yellow
TWW OrangeUsed when mentioning Orange Rupees. Not to be confused with TWW Vermilion, which is more common.
TWW PeriwinkleUsed when mentioning Knuckle or Blue Chu Jelly.
TWW PurpleUsed when mentioning amounts of Rupees.
TWW RedAppears mainly on Signs and Letters. Not to be confused with TWW Light Red or TWW Vermilion, which are more common.
TWW SilverUsed when mentioning Silver Rupees.
TWW TT BlueTingle Tuner
TWW TT BrownTingle Tuner; default text color
TWW TT GreenTingle Tuner
TWW TT Light BlueTingle Tuner
TWW TT PurpleTingle Tuner
TWW TT RedTingle Tuner
TWW TurquoiseAppears mainly on the Items subscreen.
TWW VermilionStandard "highlighted text" color.
TWW Yellow
The Wind Waker HD
TWWHD Dark Blue
TWWHD Green
TWWHD Light Blue
TWWHD Orange
TWWHD Purple
TWWHD RedNot to be confused with TWWHD Vermilion, which is more common.
TWWHD Silver
TWWHD Vermilion
TWWHD Yellow
Four Swords Adventures
FSA Blue
FSA Green
FSA NT GreenNavi Trackers
FSA NT RedNavi Trackers
FSA Purple
FSA Red
The Minish Cap
TMC Blue
TMC Figurine Blue
TMC Figurine Red
TMC Green
TMC Red
Twilight Princess
TP Animal Green
TP Blue
TP Dark Brown
TP Gold
TP Green
TP Light Brown
TP Midna Blue
TP Purple
TP Red
TP White
TP Yellow
Twilight Princess HD
TPHD Animal Green
TPHD Black
TPHD Blue
TPHD Dark Brown
TPHD Gold
TPHD Green
TPHD Light Brown
TPHD Midna Blue
TPHD Orange
TPHD Purple
TPHD Red
TPHD White
TPHD Yellow
Phantom Hourglass
PH Blue
PH Green
PH Red
Spirit Tracks
ST Dark Blue
ST Dark Red
ST Green
ST Light Blue
ST Light Green
ST Light Red
Skyward Sword
SS Black
SS Blue
SS Demise
SS Dialogue
SS Gold
SS Green
SS Purple
SS Red
SS White
Skyward Sword HD
SSHD Black
SSHD Blue
SSHD Demise
SSHD Dialogue
SSHD Gold
SSHD Green
SSHD Purple
SSHD Red
SSHD White
A Link Between Worlds
ALBW Blue
ALBW Dark Blue
ALBW GreenSeen in the ending
ALBW Light BlueUsed when Yuga speaks
ALBW Red
ALBW YellowUsed when Yuga speaks
Tri Force Heroes
TFH Blue
TFH Blue Link
TFH Green Link
TFH Red
TFH Red Link
Breath of the Wild
BotW Blue
BotW Gold
BotW Gray
BotW Main Quest
BotW MapMap locations
BotW Memory
BotW Monk Blue
BotW OrangeSheikah Slate interface
BotW Red
BotW Sheikah Slate BlueSheikah Slate interface
BotW Shrine Quest
BotW Side Quest
BotW TW BlueTips from the Wild
BotW Yellow
Tears of the Kingdom
TotK Channel BlueThe Legend of Zelda: Tears of the Kingdom Channel
TotK Gray
TotK MapMap
TotK Map BlueShrine of Light, Towns
TotK Mysterious VoiceMysterious Voice
TotK Purah PadPurah Pad interface
TotK Red
TotK TealThis is an estimate. Should be replaced with the hexadecimal used in the game files.
TotK White
TotK Yellow
Animal Crossing
Animal Crossing New Leaf Orange
Freshly-Picked Tingle's Rosy Rupeeland
FPTRR Green
FPTRR Orange
FPTRR Red
FPTRR Yellow
Link's Crossbow Training
LCT Black
LCT Blue
Nintendo Land
NL Blue
Hyrule Warriors
HW Blue
HW Green
HW Red
HW Yellow
Hyrule Warriors Legends
HWL Blue
HWL Green
HWL Red
HWL Yellow
Hyrule Warriors: Definitive Edition
HWDE Adventure Mode Green
HWDE Adventure Mode Yellow
HWDE Blue
HWDE Green
HWDE Red
HWDE Yellow
Super Smash Bros. Ultimate
SSBU Challenges Classic Mode
SSBU Challenges Games & More
SSBU Challenges Smash
SSBU Challenges Spirit Board
SSBU Challenges Spirits
SSBU Music
SSBU Route
Cadence of Hyrule
CoH Blue
CoH Green
CoH Red
CoH Yellow
Hyrule Warriors: Age of Calamity
HWAoC Blue
HWAoC Gray
HWAoC Map
HWAoC Map Blue
HWAoC Red
HWAoC Yellow
Other
NM BrownNintendo Magazine