Template:SiteColor
Revision as of 03:11, 17 January 2017 by ink>GuyPerfect
Produces an RGB triplet color value using Inkipedia site colors.
Usage
{{SiteColor|theme}}
Parameters
theme - The theme ID for the color to use. Must be one of the following:
- "Splatoon"
- "Splatoon 2"
- Any other value
Example
Markup
<span style="color: rgb({{SiteColor|Splatoon 2}});">Sample text</span>
Output
Sample text