Template:Tint/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Mailmanmicky (talk | contribs) mNo edit summary |
||
Line 73: | Line 73: | ||
{{Tint|color=pink|{{((}}{color|{{))}}}}} | {{Tint|color=pink|{{((}}{color|{{))}}}}} | ||
}} | }} | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
[[Category:Templates]][[Category:Formatting templates]] | [[Category:Templates]][[Category:Formatting templates]] | ||
}}</includeonly>__NOTOC__ | }}</includeonly>__NOTOC__ |
Revision as of 18:46, 9 May 2023

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.
This template is currently experimental. It is used on some pages, but it is recommended to avoid using this template for now, as it may be reworked later.
Parameters and Examples
Parameter | Description | Example | Preview |
---|---|---|---|
{{{color}}} | Defined text color. The default color is white.
Custom HSL, HEX, RGB and others are not supported. This is necessary to standardize syntax highlighting. |
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
⇆#E67E22rgb(230,126,34)⇆ orange
⇆#C3E88Drgb(195,232,141)⇆ green
⇆#9FCE3Brgb(159,206,59)⇆ darkgreen
⇆#C792FFrgb(199,146,255)⇆ purple
⇆#EF9B9Brgb(239,155,155)⇆ pink
⇆#E74C3Crgb(231,76,60)⇆ red
⇆#FFCB6Brgb(255,203,107)⇆ yellow
⇆#EBB917rgb(235,185,23)⇆ gold
⇆#3A9BF0rgb(58,155,240)⇆ blue
⇆#CEC93Brgb(206,201,59)⇆ olive
⇆#CFCFCFrgb(207,207,207)⇆ gray
⇆#5F6469rgb(95,100,105)⇆ comment
⇆#FFFFFFrgb(255,255,255)⇆ default
Test
{{Tint|color=#FFFFFF|Hello, World!}}
{{{color|}}}