Template:Tint/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{doc|0}}}</noinclude>
{{doc/subpage}}
Experimental template. Don't use it now.
 
A template for coloring text with colors that match the wiki.
 
== Parameters and Examples ==
{| class="standard-table" | style="width:100%"
|-
! Parameter
! Description
! Example
! Preview
|-
| align=center | {{Code|{{Param|color}}}}
| Defined text color. The default color is white. The other colors can be found [[#Avaliable Colors|below]].
{{Important|Custom HSL, HEX, RGB and others are not supported. This is necessary to standardize syntax highlighting.}}
| {{CodeBlock|{{((}}Tint&#124;{{Tint|color=yellow|color}}{{=}}{{Tint|color=green|yellow}}&#124;{{Tint|color=comment|Hello, World!}}{{))}}}}
| {{Capsule|margin=5px|{{Tint|color=yellow|Hello, World!}}}}
|-
| align=center | {{Code|{{Param|italic}}}}
| Italic text.
| {{CodeBlock|{{((}}Tint&#124;{{Tint|color=yellow|italic}}{{=}}{{Tint|color=green|1}}&#124;{{Tint|color=comment|Hello, World!}}{{))}}}}
| {{Capsule|margin=5px|{{Tint|italic=1|Hello, World!}}}}
|-
| align=center | {{Code|{{Param|bold}}}}
| Bold text.
| {{CodeBlock|{{((}}Tint&#124;{{Tint|color=yellow|bold}}{{=}}{{Tint|color=green|1}}&#124;{{Tint|color=comment|Hello, World!}}{{))}}}}
| {{Capsule|margin=5px|{{Tint|bold=1|Hello, World!}}}}
|-
| align=center | {{Code|{{Param|underline}}}}
| Sets the underlining of the text.
| {{CodeBlock|{{((}}Tint&#124;{{Tint|color=yellow|underline}}{{=}}{{Tint|color=green|1}}&#124;{{Tint|color=comment|Hello, World!}}{{))}}}}
| {{Capsule|margin=5px|{{Tint|underline=1|Hello, World!}}}}
|-
| align=center | {{Code|{{Param|strikethrough}}}}
| Applies strikethrough to text.
| {{CodeBlock|{{((}}Tint&#124;{{Tint|color=yellow|strikethrough}}{{=}}{{Tint|color=green|1}}&#124;{{Tint|color=comment|Hello, World!}}{{))}}}}
| {{Capsule|margin=5px|{{Tint|strikethrough=1|Hello, World!}}}}
|-
|}
 
== Avaliable Colors ==
The following describes the color names you can use in {{param|color}}.
 
{| class="standard-table"
|-
! Color name
! Color code
|-
| {{Code|style=3|{{Tint|color=orange|orange}}}}
| {{Color|r=230|g=126|b=34}}
|-
| {{Code|style=3|{{Tint|color=green|green}}}}
| {{Color|r=195|g=232|b=141}}
|-
| {{Code|style=3|{{Tint|color=darkgreen|darkgreen}}}}
| {{Color|r=159|g=206|b=59}}
|-
| {{Code|style=3|{{Tint|color=purple|purple}}}}
| {{Color|r=199|g=146|b=255}}
|-
| {{Code|style=3|{{Tint|color=pink|pink}}}}
| {{Color|r=239|g=155|b=155}}
|-
| {{Code|style=3|{{Tint|color=red|red}}}}
| {{Color|r=231|g=76|b=60}}
|-
| {{Code|style=3|{{Tint|color=yellow|yellow}}}}
| {{Color|r=255|g=203|b=107}}
|-
| {{Code|style=3|{{Tint|color=gold|gold}}}}
| {{Color|r=235|g=185|b=23}}
|-
| {{Code|style=3|{{Tint|color=blue|blue}}}}
| {{Color|r=58|g=155|b=240}}
|-
| {{Code|style=3|{{Tint|color=olive|olive}}}}
| {{Color|r=206|g=201|b=59}}
|-
| {{Code|style=3|{{Tint|color=gray|gray}}}}
| {{Color|rgb=207}}
|-
| {{Code|style=3|{{Tint|color=comment|comment}}}}
| {{Color|r=95|g=100|b=105}}
|-
| {{Code|style=3|{{Tint|default}}}}
| {{Color|rgb=255}}
|}
<includeonly>{{sandbox other||
[[Category:Templates]]
[[Category:Formatting templates]]
}}</includeonly>__NOTOC__

Latest revision as of 00:06, 9 May 2025

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

A template for coloring text with colors that match the wiki.

Parameters and Examples

Parameter Description Example Preview
{{{color}}} Defined text color. The default color is white. The other colors can be found below.
Icon-Important.pngImportant:Custom HSL, HEX, RGB and others are not supported. This is necessary to standardize syntax highlighting.
{{Tint|color=yellow|Hello, World!}}
Hello, World!
{{{italic}}} Italic text.
{{Tint|italic=1|Hello, World!}}
Hello, World!
{{{bold}}} Bold text.
{{Tint|bold=1|Hello, World!}}
Hello, World!
{{{underline}}} Sets the underlining of the text.
{{Tint|underline=1|Hello, World!}}
Hello, World!
{{{strikethrough}}} Applies strikethrough to text.
{{Tint|strikethrough=1|Hello, World!}}
Hello, World!

Avaliable Colors

The following describes the color names you can use in {{{color}}}.

Color name Color code
orange #E67E22
green #C3E88D
darkgreen #9FCE3B
purple #C792FF
pink #EF9B9B
red #E74C3C
yellow #FFCB6B
gold #EBB917
blue #3A9BF0
olive #CEC93B
gray #CFCFCF
comment #5F6469
default #FFFFFF