Template:Game color: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added missing switch cases that are in use: hl1, P2CE, GMOD.)
(added colors for Source MP and Source 2004.)
Line 1: Line 1:
<includeonly>{{#switch: {{{1}}}
<includeonly>{{#switch: {{{1}}}
| {{src04}}
| src04
| Source 2004 = <nowiki>#0cbeda</nowiki>
| {{src06}}
| {{src06}}
| src06
| src06
Line 5: Line 8:
| {{src07}}
| {{src07}}
| src07
| src07
| Source 2007 = <nowiki>#F26025</nowiki>
| Source 2007 = <nowiki>#f26025</nowiki>
| {{src09}}
| {{src09}}
| src09
| src09
| src09sp
| Source 2009 = <nowiki>#558fa5</nowiki>
| Source 2009 = <nowiki>#558fa5</nowiki>
| {{srcmp}}
| srcmp
| src09mp
| sourcemp
| Source MP = <nowiki>#a38fa5</nowiki>
| {{src13}}
| {{src13}}
| src13
| src13

Revision as of 14:48, 20 April 2022

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}} #ffcc14 Example text
{{Game color|hl2|default=#00ff88}} #ffcc14 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