Template:Color

From Sword of Moonlight Wiki
Revision as of 18:05, 2 August 2024 by dlw>RheingoldRiver (Created page with "<includeonly><span class="color">{{{1}}} <span class="color__splotch" style="background-color: {{{1}}};" title="{{{1}}}"></span></span></includeonly><noinclude> {{doc}} Category:Formatting templates </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Color/doc to edit this documentation. (How does this work?)

This template creates a small color splotch with a given background color next to a plaintext color code. This is useful for previewing colors.

Usage

{{color|<color>}} Where <color> is any valid CSS color.

Examples

My favorite color is {{color|darkgreen}}

I think the current {{color|#6d8afb}} of links should be changed to a {{color|#6df4fb}}

RGB is cool too, you can do {{color|rgb(128,255,128)}}, or even transparency with {{color|rgba(128,255,128,0.5)}}.

Produces:

My favorite color is darkgreen 

I think the current #6d8afb  of links should be changed to a #6df4fb 

RGB is cool too, you can do rgb(128,255,128) , or even transparency with rgba(128,255,128,0.5) .