Template:Metacritic score color

From Valve Developer Community
Revision as of 12:59, 2 May 2023 by Equalizer5118 (talk | contribs) (saved it, les go. still a wip tho, no edit pls. go to talk page if there is a better way)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Under construction.png
This Template page is actively undergoing a major edit.
As a courtesy, please do not edit this Template while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.

The user who added this notice, should you wish to contact them, is: Equalizer5118, an idiot who cant spel (talk) tr = idir.

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

This is used to get the color for the border and background of a specific Metacritic score.

Parameters

Parameter Usage Example Result
(no parameters) Returns red in hexadecimal {{Metacritic score color}}

100, 100, 100

{{{1}}} The score of the game from the Metacritic website. Returns the appropriate color of the background in hexadecimal. {{Metacritic score color|35}}
{{Metacritic score color|50}}
{{Metacritic score color|100}}


255, 255, 0
0, 255, 0

{{{2}}} If set to color: Returns the color of the text that corresponds to the background.

If set to rgb: Returns the color of the border in RGB format.
If set to rgbdark: Returns the color of the background in RGB format, darker version of rgb.
If set to dark or hexdark: Same as above, but in hexadecimal.

Text color (unused?):
{{Metacritic score color|35|color}}
{{Metacritic score color|50|color}}
{{Metacritic score color|100|color}}

Border color (RGB): {{Metacritic score color|35|rgb}}
{{Metacritic score color|50|rgb}}
{{Metacritic score color|100|rgb}}

Background color (RGB Dark): {{Metacritic score color|35|rgbdark}}
{{Metacritic score color|50|rgbdark}}
{{Metacritic score color|100|rgbdark}}

Text color:



255, 255, 0
0, 255, 0



Border color (RGB):



255, 255, 0
0, 255, 0



Background (RGB Dark):



255, 255, 0
0, 255, 0



Background (Hex Dark):



255, 255, 0
0, 255, 0