Template:HexColor: Difference between revisions
From Golly.Life Wiki
(Created page with "<span style="color: #{{{1}}};"><nowiki>#</nowiki>{{{1}}}</span>") |
No edit summary |
||
| Line 1: | Line 1: | ||
<span style="color: #{{{1}}};"><nowiki>#</nowiki>{{{1}}}</span> | <includeonly><span style="color: #{{{1}}};"><nowiki>#</nowiki>{{{1}}}</span></includeonly><noinclude> | ||
{{Tl|HexColor}} is a template for including a color by hex code, and having the hex code colored with the color itself. | |||
Example: | |||
<pre> | |||
{{HexColor|ffe266}} | |||
</pre> | |||
{{HexColor|ffe266}} | |||
Revision as of 09:04, 5 February 2021
{{HexColor}} is a template for including a color by hex code, and having the hex code colored with the color itself.
Example:
{{HexColor|ffe266}}
#ffe266