Template:SiteColor

From WikiMe @ iroiro.io
Revision as of 02:15, 17 January 2017 by ink>GuyPerfect (Removing TOC)
Jump to: navigation, search


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