Template:Documentation subpage Template:High-use Template:Warning Template:Uses TemplateStyles Template:Tl can be used to specify the foreground color of a span of text. Acceptable values are RGB hex codes, e.g. #C9E72A, or any of the web colors: red, blue, green, moccasin, darkorchid, etc. To set the background color of a span of text, use {{background color}}.

UsageEdit

For example:

  • {{#invoke:demoTemplate|color|red|Hello, world!}}
  • {{#invoke:demoTemplate|color|#00F000|Hello, world!}}

If the second parameter is omitted, the color value is displayed as text:

  • {{#invoke:demoTemplate|color|#00F000}}
  • {{#invoke:demoTemplate|color|red}}

Dark modeEdit

This template does not function in dark mode. If you have a use case for color in your page, you should use an existing more-specific template (such as Template:Tl or Template:Tl).

RedirectsEdit

See alsoEdit

TemplateDataEdit

Template:TemplateData header <templatedata> { "description": "The color template can be used to add a span of text with any given text color", "params": { "1": { "label": "Color", "description": "CSS name of color or hex code of color, e.g. 'red' or '#00F000'.", "type": "string", "required": true }, "2": { "label": "Text", "description": "The string of text to be formatted in the desired color", "type": "string", "suggested": true } } } </templatedata>