Template:SiteColor: Difference between revisions

From Inkipedia, the Splatoon wiki
No edit summary
(Undo revision 122244 by Thinker224 (talk))
Line 4: Line 4:
|"Splatoon"  = 170, 220, 0    <!-- #AADC00 -->
|"Splatoon"  = 170, 220, 0    <!-- #AADC00 -->
|"Splatoon 2" = 240, 60, 120    <!-- #F03C78 -->
|"Splatoon 2" = 240, 60, 120    <!-- #F03C78 -->
|"Octarian" = 140, 12, 127    <!-- #F03C78 -->
|#default    = 192, 192, 192  <!-- #C0C0C0 -->
|#default    = 192, 192, 192  <!-- #C0C0C0 -->
}}</includeonly><noinclude>__NOTOC__
}}</includeonly><noinclude>__NOTOC__
Line 17: Line 16:
*{{Ink|custom|16|rgb({{SiteColor|Splatoon}})}} Splatoon
*{{Ink|custom|16|rgb({{SiteColor|Splatoon}})}} Splatoon
*{{Ink|custom|16|rgb({{SiteColor|Splatoon 2}})}} Splatoon 2
*{{Ink|custom|16|rgb({{SiteColor|Splatoon 2}})}} Splatoon 2
*{{Ink|custom|16|rgb({{SiteColor|Octarian}})}} Octarian
*{{Ink|custom|16|rgb({{SiteColor}})}} ''Any other value''
*{{Ink|custom|16|rgb({{SiteColor}})}} ''Any other value''
|}
|}

Revision as of 03:42, 16 April 2018

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>

For use in templates with an optional color parameter:

style=" background:rgb({{#if:{{{color|}}}|{{{color}}}|{{SiteColor|Generic}}}}); " 

Output

Sample text