Template:SiteColor

From Inkipedia, the Splatoon wiki
Revision as of 02:14, 17 January 2017 by GuyPerfect (talk | contribs) (Adding example)

Produces a CSS color value using Inkipedia site colors.

Usage

{{SiteColor|theme[|alpha]}}

Parameters

theme - The theme ID for the color to use. Must be one of the following:

  •   "Splatoon"
  •   "Splatoon 2"
  •   Any other value

alpha - If present, a number in the range [0.0, 1.0] representing the opacity of the color. If absent, a fully-opaque color is produced.

Example

Markup

<span style="color: {{SiteColor|Splatoon 2|0.5}};">Sample text</span>

Output

Sample text