Diferencia entre revisiones de «Plantilla:SiteColor»

De Inkipedia
m (Adding example)
m (Removing TOC)
Línea 4: Línea 4:
|#default    = 196, 196, 196
|#default    = 196, 196, 196
}}{{#if:{{{2|}}}|, {{{2}}}}})</includeonly><noinclude>
}}{{#if:{{{2|}}}|, {{{2}}}}})</includeonly><noinclude>
__NOTOC__
Produces a CSS color value using Inkipedia site colors.
Produces a CSS color value using Inkipedia site colors.



Revisión del 02:15 17 ene 2017


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:

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