Difference between revisions of "Template:SiteColor"
ink>Inkrid (Adding Octo Expansion) |
ink>Heddy m (semi-automated edit: updating ink templates sitewide) |
||
| Line 14: | Line 14: | ||
|<code>theme</code>||Unnamed. | |<code>theme</code>||Unnamed. | ||
|The theme ID for the color to use. Must be one of the following: | |The theme ID for the color to use. Must be one of the following: | ||
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor|Generic}})}} Generic |
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor|Splatoon}})}} Splatoon |
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor|Splatoon 2}})}} Splatoon 2 |
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor|Octo Expansion}})}} Octo Expansion |
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor|NIWA}})}} NIWA |
| − | *{{Ink|custom| | + | *{{Ink|custom|1|rgb({{SiteColor}})}} ''Any other value'' |
|} | |} | ||
Revision as of 01:01, 16 August 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:
|
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