మూస:Colort/Color/doc

వికీపీడియా నుండి
Jump to navigation Jump to search

Color table row, for use with {{Colort}}, which creates the column headings.

Usage[మార్చు]

{{Colort/Color

|name=common name – may contain markup
|alias=alternative name or |html_name=html name
|sort=sort name – an alternative name or spelling that should be used for sorting, must not contain markup
|r=red decimal value – 0–255, percent values are automatically generated
|g=green decimal value – 0–255, percent values are automatically generated
|b=blue decimal value – 0–255, percent values are automatically generated
|hex=hex triplet – can be automatically generated
|h=hue degrees – HSV/HSB and HSL, can be automatically generated
|s=saturation percent – HSV/HSB, can be automatically generated
|v=brightness/value percent – HSV/HSB, can be automatically generated
|sat=saturation percent – HSL, can be automatically generated
|l=lightness percent – HSL, can be automatically generated

}}

If not provided, values for HSL, HSV and hex triplet are auto-generated from RGB parameters. That means, parameters name, r, g and b are required, the rest is optional and mostly should only be used if the automatic calculation yields rounding errors or fails for other reasons.

The hash sign # for hex triplets, percent % and degree ° symbols must not be entered as they are included automatically.

Parameters[మార్చు]

Table row with digital color data, usually in 11 or 12 columns.

మూస పరామితులు

పరామితివివరణరకంస్థితి
common namename

the vulgar color name, may contain markup

లైనుతప్పనిసరి
alternative namealias html_name

usually used for synonymous names, but may be used for arbitrary content if the last column header is changed

లైనుఐచ్చికం
(deprecated)html_name

legacy variant of alias parameter, kept for backwards compatibility only

లైనువాడుకలో లేదు
sort namesort

an alternative name or spelling that should be used for sorting, must not contain markup like links

లైనుఐచ్చికం
code namecode

the color name as used in computer code (e.g. special capitalization or spelling with hyphens, underscores or spaces), must not contain markup

లైనుఐచ్చికం
color articlelink

the Wikipedia article title explaining this color, must not contain markup

పేజీ పేరుఐచ్చికం
red component (RGB)r

decimal 8bit value (0–255), percent value is generated automatically

అప్రమేయం
0
సంఖ్యతప్పనిసరి
green component (RGB)g

decimal 8bit value (0–255), percent value is generated automatically

అప్రమేయం
0
సంఖ్యతప్పనిసరి
blue component (RGB)b

decimal 8bit value (0–255), percent value is generated automatically

అప్రమేయం
0
సంఖ్యతప్పనిసరి
hex triplet (RGB)hex

six hexadecimal digits, automatically preceded by a hash sign (#) as used in several computer languages, e.g. CSS

అప్రమేయం
generated from r, g, b
లైనుఐచ్చికం
hue (HSB/HSV, HSL)h

in degrees (0–359), automatically succeeded by degrees sign (°)

అప్రమేయం
generated from r, g, b
సంఖ్యఐచ్చికం
saturation (HSB/HSV)s

percentage (0–100), automatically succeeded by percent sign (%), usually differs from HSL saturation

అప్రమేయం
generated from r, g, b
సంఖ్యఐచ్చికం
brightness/value (HSB/HSV)v

percentage (0–100), automatically succeeded by percent sign

అప్రమేయం
generated from r, g, b
సంఖ్యఐచ్చికం
saturation (HSL)sat

percentage (0–100), automatically succeeded by percent sign (%), usually differs from HSV/HSB saturation

అప్రమేయం
generated from r, g, b
సంఖ్యఐచ్చికం
lightness/luminance (HSL)l

percentage (0–100), automatically succeeded by percent sign (%)

అప్రమేయం
generated from r, g, b
సంఖ్యఐచ్చికం
narrow layout switchnarrow

if specified this parameters changes the layout to a narrower one that covers two rows, must be specified for all neighboring rows too

లైనుఐచ్చికం
extra right paddingpadding

a valid CSS length value, usually set appropriately to care for sort buttons in column headers, should be specified for all neighboring rows too

అప్రమేయం
21px (0 if narrow)
లైనుఐచ్చికం
color sample column widthwidth

a valid CSS length value setting the width of the first column, should be specified for all neighboring rows too

అప్రమేయం
4em (1em if narrow)
లైనుఐచ్చికం
border colorborder

a valid CSS color value or name for the color of cell borders, usually a light gray

అప్రమేయం
#AAA
లైనుఐచ్చికం
TOC anchorlink target

provides a link target, especially for links from the table of contents, should usually be specified only for the first color name starting with a certain letter in an alphabetically sorted list, to said letter, uppercase

లైనుఐచ్చికం

Copy and Paste[మార్చు]

{{Colort/Color|name=|r=|g=|b=}}
{{Colort/Color|name=|alias=|sort=|r=|g=|b=}}
{{Colort/Color|name=|alias=|sort=|r=|g=|b=|hex=|h=|sat=|l=|s=|v=}}

Examples[మార్చు]

See X11 color names, Web colors, or "what links here".

Code[మార్చు]

The {{colort/Color}} template provides the calculation of missing values, the actual table row design is found in {{colort/1row}} (default) or {{colort/2row}} for a narrow, non-sortable variant with two rows per color. These two sub-templates should never be used directly elsewhere!