Difference between revisions of "Template:Colort"

From blackwiki
Jump to navigation Jump to search
imported>Crissov
(only 1em sample for {{{narrow}}})
imported>Crissov
(sample color as border)
Line 3: Line 3:
 
{{#if:{{{narrow|}}}
 
{{#if:{{{narrow|}}}
 
|<!--narrow color table-->
 
|<!--narrow color table-->
!style="width:{{{width|1em}}}" rowspan="2"{{!}} Color
+
!style="border-left:solid {{{width|1em}}} {{{border|#CCC}}};border-right:solid 2px {{{border|#AAA}}};" rowspan="2"{{!}} [[X11 color names|Name(s)]]
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};" rowspan="2"{{!}} [[X11 color names|Name(s)]]
 
 
!colspan="4" scope="colgroup" style="border-right:solid 2px {{{border|#AAA}}}"{{!}} [[RGB]]
 
!colspan="4" scope="colgroup" style="border-right:solid 2px {{{border|#AAA}}}"{{!}} [[RGB]]
 
!colspan="3" scope="colgroup" style="border-right:solid 2px {{{border|#AAA}}}"{{!}} [[HSL and HSV|HSL / HSV]]
 
!colspan="3" scope="colgroup" style="border-right:solid 2px {{{border|#AAA}}}"{{!}} [[HSL and HSV|HSL / HSV]]
Line 16: Line 15:
 
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Lightness, Value or brightness"{{!}} Light / Value
 
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};width:{{{colwidth|3em}}};" title="Lightness, Value or brightness"{{!}} Light / Value
 
|<!--wide color table-->
 
|<!--wide color table-->
!style="width:{{{width|4em}}}" class="unsortable"{{!}} Color
+
!style="border-left:solid {{{width|4em}}} {{{border|#CCC}}};border-right:solid 2px {{{border|#AAA}}};"{{!}} Name
!style="border-left:solid 0px {{{border|#AAA}}};border-right:solid 2px {{{border|#AAA}}};"{{!}} Name
 
 
!style="border-left:solid 2px {{{border|#AAA}}};border-right:solid 1px {{{border|#AAA}}};" title="Hexadecimal triplet"{{!}} [[Web colors#Hex triplet|Hex]] <small>(RGB)</small>
 
!style="border-left:solid 2px {{{border|#AAA}}};border-right:solid 1px {{{border|#AAA}}};" title="Hexadecimal triplet"{{!}} [[Web colors#Hex triplet|Hex]] <small>(RGB)</small>
 
!style="border-left:solid 1px {{{border|#AAA}}};border-right:solid 0px {{{border|#AAA}}};width:{{{colwidth|3em}}};"{{!}} [[RGB|Red]]<br /> <small>(RGB)</small>
 
!style="border-left:solid 1px {{{border|#AAA}}};border-right:solid 0px {{{border|#AAA}}};width:{{{colwidth|3em}}};"{{!}} [[RGB|Red]]<br /> <small>(RGB)</small>

Revision as of 11:03, 26 August 2014

Color names
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, ...