Template:SiteColor
(Redirected from Template:Sitecolor)
Produces an RGB triplet color value using Inkipedia site colors.
Parameters[edit]
theme |
Unnamed. | The theme ID for the color to use. Must be one of the following:
|
Example[edit]
Markup[edit]
<span style="color: rgb({{SiteColor|Splatoon 2}});">Sample text</span>
For use in templates with an optional color parameter:
style=" background:rgb({{#if:{{{color|}}}|{{{color}}}|{{SiteColor|Generic}}}}); "
Output[edit]
Sample text