Template:HexColor: Difference between revisions

From Golly.Life Wiki

No edit summary
No edit summary
Line 2: Line 2:
{{Tl|HexColor}} is a template for including a color by hex code, and having the hex code colored with the color itself.
{{Tl|HexColor}} is a template for including a color by hex code, and having the hex code colored with the color itself.


Example:
Example with Sunbeams Yellow:


<pre>
<pre>
{{HexColor|ffe266}}
{{HexColor|ffe266}}
</pre>
</pre>
Renders as:


{{HexColor|ffe266}}
{{HexColor|ffe266}}
</noinclude>

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 with Sunbeams Yellow:

{{HexColor|ffe266}}

Renders as:

#ffe266