Difference between revisions of "Template:Colort"

From blackwiki
Jump to navigation Jump to search
imported>PrimeHunter
(add optional Source column for source=yes (or anything))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{| class="wikitable {{#if:{{{narrow|}}}||sortable}} {{{class|}}}" style="padding:2px;{{{style|}}}"
 
{| class="wikitable {{#if:{{{narrow|}}}||sortable}} {{{class|}}}" style="padding:2px;{{{style|}}}"
|+ {{{caption|Color names}}}
+
|+ {{{caption|Colors}}}
 
{{#if:{{{narrow|}}}
 
{{#if:{{{narrow|}}}
 
|<!--narrow color table-->
 
|<!--narrow color table-->
Line 24: Line 24:
 
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 1px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Lightness"{{!}} [[HSL and HSV#Lightness|Light]]<br /> <small>(HSL)</small>
 
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 1px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Lightness"{{!}} [[HSL and HSV#Lightness|Light]]<br /> <small>(HSL)</small>
 
!style="border-left:solid 1px {{{border|#AAA}}};border-right:solid 0px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Saturation for HSV"{{!}} [[HSL and HSV#Saturation|Satur.]]<br /> <small>(HSV)</small>
 
!style="border-left:solid 1px {{{border|#AAA}}};border-right:solid 0px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Saturation for HSV"{{!}} [[HSL and HSV#Saturation|Satur.]]<br /> <small>(HSV)</small>
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Value or brightness"{{!}} [[HSL and HSV#Brightness|Value]]<br /> <small>(HSV)</small>{{#if:{{{html_name|}}}{{{alias|}}}|
+
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Value or brightness"{{!}} [[HSL and HSV#Lightness|Value]]<br /> <small>(HSV)</small>{{#if:{{{html_name|}}}{{{alias|}}}|
!!style="border-left:solid 2px {{{border|#AAA}}};" title="{{{alias title|CSS, SVG, HTML}}}"{{!}} {{{alias|Alias}}} }}  
+
!!style="border-left:solid 2px {{{border|#AAA}}};" title="{{{alias title|CSS, SVG, HTML}}}"{{!}} {{{alias|Alias}}} }}{{#if:{{{source|}}}|
 +
!!style="border-left:solid 2px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Source"{{!}} Source}}  
 
|}}<noinclude>
 
|}}<noinclude>
 
|}
 
|}
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 23:35, 12 May 2020

Colors
Name Hex
(RGB)
Red
(RGB)
Green
(RGB)
Blue
(RGB)
Hue
(HSL/HSV)
Satur.
(HSL)
Light
(HSL)
Satur.
(HSV)
Value
(HSV)
Template documentation[view] [edit] [history] [purge]

Color table header, for use with {{Colort/Color}}, which generates the rows.

Usage

{{Colort|optional parameters}}

See {{Colort/Color}} for usage.

Parameters

|narrow=true
switches a narrow variant that is not sortable and has two rows per color
|caption=markup text
An alternative table caption, replaces the default
|class=HTML class
More classes to be applied to the table
|style=CSS code
More styles to be applied to the table
|html_name=true
If set an additional column header is added at the end with a default text: “Alias”
|alias=markup text
If present an additional column header is added at the end with the text provided
|alias title=plain text
The hover information to be displayed for the header cell of the optional column, default is “CSS, SVG, HTML”

Examples

See X11 color names, Web colors, List of colors, ...