Template:Game color/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clean up, replaced: See Also → See also)
m (→‎top: clean up, replaced: {{Documentation subpage → {{Doc/subpage)
Line 1: Line 1:
{{Documentation subpage}}
{{Doc/subpage}}
<!-- Please place categories where indicated at the bottom of this page.) -->
<!-- Please place categories where indicated at the bottom of this page.) -->
__NOTOC__
__NOTOC__

Revision as of 02:15, 12 January 2024

Edit-copy.png
This is a documentation subpage for Template:Game color.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Usage

Template for accessing unique, pre-defined colors for games and engine branches documented on the Valve Developer Community, based on feature addition templates. This template forwards a color variable 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 also return its game color using {{hl2|col}} → #E6AC39. That approach is much cleaner because {{game color}} uses a huge switch statement that also uses templates as keys (such as "{{hl2}}"); This means that every page using {{game color}} creates an entry in the "What links here" list for all game icon templates used.

Examples

{{Game color|csgo}} #E9B963
<span style="color:{{Game color|csgo}}">Example text</span> Example text

{| class="wikitable"
| style="background:{{Game color|as}};"| Example text
|}

Example text

See also