Template:ColorSwatch: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
m (Talnora moved page User:Talnora/sandbox/Test3 to User:Talnora/sandbox/ColorSwatch: More descriptive name)
m (Added documentation.)
Line 1: Line 1:
<span style="padding: 0px 5px; border-radius: 10px; background: #{{{1|000000}}}; border: 2px solid gray;">&nbsp;</span> {{{1|000000}}}
<includeonly><span style="padding: 0px 5px; border-radius: 10px; background: #{{{1|000000}}}; border: 2px solid #888888;">&nbsp;</span>&nbsp;{{{1|000000}}}</includeonly><noinclude>Creates a sample color palette with its associated hex color code.
 
 
<strong>Usage:</strong>
 
<code><nowiki>{{ColorSwatch|<color>}}</nowiki></code>, where <code><color></code> is a color given as RGB hexadecimal values, without the #.
 
 
<strong>Example:</strong>
 
<code><nowiki>{{ColorSwatch|#FF0000}}</nowiki></code> yields {{ColorSwatch|FF0000}}.

Revision as of 22:53, 30 December 2023

Creates a sample color palette with its associated hex color code.


Usage:

{{ColorSwatch|<color>}}, where <color> is a color given as RGB hexadecimal values, without the #.


Example:

{{ColorSwatch|#FF0000}} yields   FF0000.