Template:Color: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(revert damage)
No edit summary
Line 1: Line 1:
<span style="color:{{{1}}}">{{{2}}}</span><noinclude>
<span style="color:{{{11231}}}">{{{112}}}</span><noinclude>


{{Documentation}}
{{Documentation}}
<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
</noinclude>
</noinclude>

Revision as of 11:17, 28 October 2009

{{{112}}}

[edit] Template documentation

The quick Template:Color can be used to add a span of text with any given text color, such as an RGB hex code, #C9E72A, or any of the web colors: red, blue, green, moccasin, or darkorchid, etc.

Usage

{{color|name of color or hex code of color|Text}}

For example:

{{color|red|Hello, world!}} gives:  {{{112}}}
{{color|#00F000|Hello, world!}} gives:  {{{112}}}

Wikitext generated:

<span style="color:{{{1|}}}">{{{2|}}}</span>

See: Web colors, for a list of colors. A misspelled color name will not be reported, but will cause the text to remain as black text.

Performance considerations

The template merely uses a span tag:  <span style="color:{{{1}}}">{{{2}}}</span>. It runs at speeds in excess of 700 per second, and so it is functionally identical to the longer span-tag markup.