Template:SiteColor: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Kjhf moved page User:GuyPerfect/SiteColor to Template:Sitecolor: "it felt good")
(Changed generic to neutral blue)
Line 1: Line 1:
<includeonly>{{#switch: "{{{1|}}}"
<includeonly>{{#switch: "{{{1|}}}"
|"Generic"    = 170, 220, 0
|"Generic"    = 0, 153, 255
|"NIWA"      = 255, 128, 0
|"NIWA"      = 255, 128, 0
|"Splatoon"  = 170, 220, 0
|"Splatoon"  = 170, 220, 0

Revision as of 21:09, 4 April 2017

Produces an RGB triplet color value using Inkipedia site colors.

Parameters

theme Unnamed. The theme ID for the color to use. Must be one of the following:
  •   Generic
  •   Splatoon
  •   Splatoon 2
  •   Any other value

Example

Markup

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

Output

Sample text