Template:Swatch inline: Difference between revisions
Template page
More actions
Created page with "<span title="{{{2|{{{1|}}}}}}" style="background-color:{{{1|}}}; color:{{{3|#000}}}">{{#if:{{{2|}}}|{{replace|{{{2}}}|#|#}}|{{replace|{{{1}}}|#|#}}}}</span><noinclude> {{documentation}} </noinclude>" |
(No difference)
|
Latest revision as of 21:19, 15 February 2025
{{{1}}}
Usage
Mostly for use on talk pages when discussing color.
{{swatch inline|RED}}gives RED{{swatch inline|Salmon}}gives Salmon{{swatch inline|#00FF00}}gives #00FF00{{swatch inline|gold|Au}}gives Au{{swatch inline|#004800|dark green|white}}gives dark green
RED, gold and white are HTML color names, whereas #00FF00 and #004800 are RGB hex triplets.