Template:Game color: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Moved documentation to subpage)
(Added game icon template detection and default color)
Line 1: Line 1:
<includeonly>{{#switch: {{{1}}}
<includeonly>{{#switch: {{{1}}}
| {{src06}}
| Source 2006 = <nowiki>#ff8f00</nowiki>
| Source 2006 = <nowiki>#ff8f00</nowiki>
| {{src07}}
| Source 2007 = <nowiki>#F26025</nowiki>
| Source 2007 = <nowiki>#F26025</nowiki>
| {{src09}}
| Source 2009 = <nowiki>#558fa5</nowiki>
| Source 2009 = <nowiki>#558fa5</nowiki>
| {{src13}}
| Source 2013 = <nowiki>#9bf442</nowiki>
| Source 2013 = <nowiki>#9bf442</nowiki>
| Half-Life 2: Episode One = <nowiki>#ff8f00</nowiki>
| Half-Life 2: Episode One = <nowiki>#ff8f00</nowiki>
| Half-Life 2: Episode Two = <nowiki>#F26025</nowiki>
| Half-Life 2: Episode Two = <nowiki>#F26025</nowiki>
| {{tf2}}
| Team Fortress 2 = <nowiki>#CF7336</nowiki>
| Team Fortress 2 = <nowiki>#CF7336</nowiki>
| Portal 2010 ARG Update = <nowiki>#6bbcfa</nowiki>
| Portal 2010 ARG Update = <nowiki>#6bbcfa</nowiki>
| {{l4d}}
| {{l4ds}}
| Left 4 Dead series
| Left 4 Dead = <nowiki>#317C29</nowiki>
| Left 4 Dead = <nowiki>#317C29</nowiki>
| {{l4d2}}
| Left 4 Dead 2 = <nowiki>#BFA828</nowiki>
| Left 4 Dead 2 = <nowiki>#BFA828</nowiki>
| Left 4 Dead series = <nowiki>#BFA828</nowiki>
| {{as}}
| Alien Swarm = <nowiki>#3E6D7F</nowiki>
| Alien Swarm = <nowiki>#3E6D7F</nowiki>
| {{portal2}}
| Portal 2 = <nowiki>#23B1E5</nowiki>
| Portal 2 = <nowiki>#23B1E5</nowiki>
| {{sin}}
| Sin Episodes = <nowiki>rgb(100,165,150)</nowiki>
| Sin Episodes = <nowiki>rgb(100,165,150)</nowiki>
| Black Mesa (Source) = <nowiki>#e47125</nowiki>
| {{bms}}
| Black Mesa (Source)
| Black Mesa = <nowiki>#e47125</nowiki>
| Black Mesa = <nowiki>#e47125</nowiki>
| {{GMOD}}
| Garry's Mod = <nowiki>#1295f0</nowiki>
| Garry's Mod = <nowiki>#1295f0</nowiki>
| {{Ins}}
| Insurgency = <nowiki>#c7d1e0</nowiki>
| Insurgency = <nowiki>#c7d1e0</nowiki>
| {{INFRA}}
| INFRA = <nowiki>#99ccff</nowiki>
| INFRA = <nowiki>#99ccff</nowiki>
| {{con}}
| Contagion = <nowiki>#417ee0</nowiki>
| Contagion = <nowiki>#417ee0</nowiki>
| {{csgo}}
| Counter-Strike: Global Offensive = <nowiki>#5eedaf</nowiki>
| Counter-Strike: Global Offensive = <nowiki>#5eedaf</nowiki>
| {{mapbase}}
| Mapbase = <nowiki>#a163c9</nowiki>
| Mapbase = <nowiki>#a163c9</nowiki>
| #default = <nowiki>#add8e6</nowiki>
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage, not here -->
<!-- Add categories to the /doc subpage, not here -->
</noinclude>
</noinclude>

Revision as of 18:29, 23 April 2020

English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history

Usage

Game color is a template for accessing unique, predefined colors for games and engine branches documented on the Valve Developer Community, based on feature addition templates. This template returns a hexadecimal color value directly and is intended to be used inside of wiki formatting.

Tip.pngTip:Every game icon template (such as {{hl2}}, see Category: Game icons) can return its game color using {{hl2|col}} → #E6AC39. This approach is what this template uses. Use that directly wherever possible.

Parameters

  • {{{1}}} – The full name or abbreviation of a game. If Template:name exists, {{game color|name}} returns {{name|col}}, otherwise {{{default|#add8e6}}}. Other legal values are: todo, in, only, also, since, removed, not.
  • {{{default|#add8e6}}} – The fallback return value if {{{1}}} is invalid.

Examples

{{Game color}} #add8e6 Example text
{{Game color|hl2}} #add8e6 Example text
{{Game color|hl2|default=#00ff88}} #add8e6 Example text
{{Game color|qwerty|default=#00ff88}} #add8e6 Example text
{{Game color|qwerty}} #add8e6 Example text
{{Game color|todo}} #add8e6 Example text
{{Game color|removed}} #add8e6 Example text

See also