:SiteColor

모니터링 (토론 | 기여)님의 2021년 2월 21일 (일) 23:09 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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