Template:Tint/doc: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{doc/subpage}}  | |||
A template for coloring text with colors that match the wiki.  | |||
== Parameters and Examples ==  | == Parameters and Examples ==  | ||
| Line 85: | Line 86: | ||
| {{Color|rgb=255}}  | | {{Color|rgb=255}}  | ||
|}  | |}  | ||
== See also ==  | |||
* {{t|Color}}  | |||
<includeonly>{{sandbox other||  | <includeonly>{{sandbox other||  | ||
[[Category:Templates]]  | [[Category:Templates]]  | ||
[[Category:Formatting templates]]  | [[Category:Formatting templates]]  | ||
}}</includeonly>__NOTOC__  | }}</includeonly>__NOTOC__  | ||
Latest revision as of 03:22, 11 September 2025
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.
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.
 | 
Hello, World! 
 | |
{{{italic}}}
 | 
Italic text. | Hello, World! 
 | |
{{{bold}}}
 | 
Bold text. | Hello, World! 
 | |
{{{underline}}}
 | 
Sets the underlining of the text. | Hello, World! 
 | |
{{{strikethrough}}}
 | 
Applies strikethrough to text. | Hello, World! 
 | 
Avaliable Colors
The following describes the color names you can use in {{{color}}}.
| Color name | Color code | 
|---|---|
orange
 | 
#E67E22rgb(230,126,34) | 
green
 | 
#C3E88Drgb(195,232,141) | 
darkgreen
 | 
#9FCE3Brgb(159,206,59) | 
purple
 | 
#C792FFrgb(199,146,255) | 
pink
 | 
#EF9B9Brgb(239,155,155) | 
red
 | 
#E74C3Crgb(231,76,60) | 
yellow
 | 
#FFCB6Brgb(255,203,107) | 
gold
 | 
#EBB917rgb(235,185,23) | 
blue
 | 
#3A9BF0rgb(58,155,240) | 
olive
 | 
#CEC93Brgb(206,201,59) | 
gray
 | 
#CFCFCFrgb(207,207,207) | 
comment
 | 
#5F6469rgb(95,100,105) | 
default
 | 
#FFFFFFrgb(255,255,255) | 
See also
- {{Color}}