Template:SiteColor
Revision as of 02:20, 17 January 2017 by ink>GuyPerfect (It makes more sense as just the color triplet)
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|0.5}});">Sample text</span>
Output
Sample text