<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_color%2Fdoc</id>
	<title>Template:Infobox color/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_color%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_color/doc&amp;action=history"/>
	<updated>2026-04-04T15:37:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_color/doc&amp;diff=6322&amp;oldid=prev</id>
		<title>&gt;Bumm13: spelling fix</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_color/doc&amp;diff=6322&amp;oldid=prev"/>
		<updated>2023-07-05T09:54:08Z</updated>

		<summary type="html">&lt;p&gt;spelling fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
{{Lua|Module:Color}}&lt;br /&gt;
{{Infobox color&lt;br /&gt;
|title      =Sample color&lt;br /&gt;
|hex        =0080FF&lt;br /&gt;
|bgcolor    =&lt;br /&gt;
|image      =Image:CIExy1931.png&lt;br /&gt;
|image_size =&lt;br /&gt;
|alt        =Some alt&lt;br /&gt;
|caption    =CIE colorspace&lt;br /&gt;
|frequency  =num - num&lt;br /&gt;
|wavelength =num - num&lt;br /&gt;
|symbolism  =Some symbols&lt;br /&gt;
|spelling   =Some spelling&lt;br /&gt;
|cmyk=1&lt;br /&gt;
|c=C|m=M|y=Y|k=K&lt;br /&gt;
|source=Sample color&lt;br /&gt;
|colorspace=Color Space&lt;br /&gt;
|isccname   =Some iscc name&lt;br /&gt;
|caveat     =Some caveat&lt;br /&gt;
|variations=1&lt;br /&gt;
|variation1=Darker sample|variation1color=#003F7F&lt;br /&gt;
|variation2=Lighter sample|variation2color=#3FCFFF&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The sRGB triplet, HSV, CIELch&amp;lt;sub&amp;gt;uv&amp;lt;/sub&amp;gt; and (if enabled) CMYK coordinates are automatically calculated from the hex parameter, so they generally do not need to be specified. CMYK is hidden by default because it doesn&amp;#039;t take color profiles into account.&lt;br /&gt;
&lt;br /&gt;
==Blank template==&lt;br /&gt;
&lt;br /&gt;
Minimal usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox color&lt;br /&gt;
|title  = &lt;br /&gt;
|hex    =&lt;br /&gt;
|source =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Full usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox color&lt;br /&gt;
|title      = &lt;br /&gt;
|hex        =&lt;br /&gt;
|hexref     =&lt;br /&gt;
|source     =&lt;br /&gt;
|bgcolor    =&lt;br /&gt;
|image      =  &lt;br /&gt;
|image_size =&lt;br /&gt;
|alt        =&lt;br /&gt;
|caption    =&lt;br /&gt;
|frequency  =&lt;br /&gt;
|wavelength =&lt;br /&gt;
|symbolism  =&lt;br /&gt;
|spelling   =&lt;br /&gt;
|cmyk       = &amp;lt;!-- Set to 1 to display --&amp;gt;&lt;br /&gt;
|c=|m=|y=|k=  &amp;lt;!-- Give CMYK only when you know what you are doing -- see notes. --&amp;gt;&lt;br /&gt;
|cmykref    =&lt;br /&gt;
|colorspace =&lt;br /&gt;
|isccname   =&lt;br /&gt;
|caveat     =&lt;br /&gt;
|variations = &lt;br /&gt;
|variation1 =|variation1color=&lt;br /&gt;
|variation2 =|variation2color=&lt;br /&gt;
|variation3 =|variation3color=&lt;br /&gt;
|variation4 =|variation4color=&lt;br /&gt;
|variation5 =|variation5color=&lt;br /&gt;
|variation6 =|variation6color=&lt;br /&gt;
|variation7 =|variation7color=&lt;br /&gt;
|variation8 =|variation8color=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
The following template parameters are supported:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | Recommended parameters&lt;br /&gt;
|-&lt;br /&gt;
! title &lt;br /&gt;
| Name of the color&lt;br /&gt;
|-&lt;br /&gt;
! hex &lt;br /&gt;
| sRGB hex triplet.&lt;br /&gt;
|-&lt;br /&gt;
! source &lt;br /&gt;
| Source for the main color coordinates, usually an RGB triplet or an hex triplet, in [[sRGB]] space. See [[Wikipedia:WikiProject Color/Sources for Color Coordinates]].&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | [[Spectral color]] parameters (optional)&lt;br /&gt;
|-&lt;br /&gt;
! wavelength&lt;br /&gt;
| The [[wavelength]] interval in [[Nanometre|nm]].&lt;br /&gt;
|-&lt;br /&gt;
! frequency&lt;br /&gt;
| The [[frequency]] in [[Terahertz (unit)|THz]].&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; |  Variation samples (optional)&lt;br /&gt;
|-&lt;br /&gt;
! variations &lt;br /&gt;
| If set include some samples of variations.&lt;br /&gt;
|-&lt;br /&gt;
! variationstitle&lt;br /&gt;
| Used for the title of the variations section, otherwise &amp;quot;Some variations of title&amp;quot; is used.&lt;br /&gt;
|-&lt;br /&gt;
! variation&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&lt;br /&gt;
| Name of the Nth variation, where N is between 1 and 8.&lt;br /&gt;
|-&lt;br /&gt;
! variation&amp;#039;&amp;#039;N&amp;#039;&amp;#039;color&lt;br /&gt;
| Color used for variationN, defaults to the web color of the same name.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; |  CMYK parameters (optional)&lt;br /&gt;
|-&lt;br /&gt;
! cmyk&lt;br /&gt;
| Enable display of CMYK coordinates. The coordinates are otherwise hidden (see [[:Category:Color articles with suppressed CMYK data]]).&lt;br /&gt;
|-&lt;br /&gt;
! c &lt;br /&gt;
| Cyanic CMYK color space coordinate&lt;br /&gt;
|-&lt;br /&gt;
! m &lt;br /&gt;
| Magenta CMYK color space coordinate&lt;br /&gt;
|-&lt;br /&gt;
! y &lt;br /&gt;
| Yellow CMYK color space coordinate&lt;br /&gt;
|-&lt;br /&gt;
! k &lt;br /&gt;
| Black CMYK color space coordinate&lt;br /&gt;
|-&lt;br /&gt;
! cmykref&lt;br /&gt;
| The reference for CMYK coordinates, if different from the main source.&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align: center;&amp;quot; |  Other parameters&lt;br /&gt;
|-&lt;br /&gt;
! bgcolor&lt;br /&gt;
| (Optional) Color in hex format used for background behind the name of the color. Defaults to value specified by the hex parameter.&lt;br /&gt;
|-&lt;br /&gt;
! caption&lt;br /&gt;
| (Optional) Appears under image, if specified.&lt;br /&gt;
|-&lt;br /&gt;
! caveat &lt;br /&gt;
| (Optional) Additional text to display at the bottom of the infobox.&lt;br /&gt;
|-&lt;br /&gt;
! colorspace &lt;br /&gt;
| (Optional) Colorspace of this color.&lt;br /&gt;
|-&lt;br /&gt;
! image&lt;br /&gt;
| (Optional) Name of an image to display. Do not use wikicode: use the format &amp;lt;code&amp;gt;image=Image:Example.jpg&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! isccname&lt;br /&gt;
| (Optional) Display ISCC–NBS System of Color Designation color category&lt;br /&gt;
|-&lt;br /&gt;
! spelling &lt;br /&gt;
| (Optional) For articles standardised to the British spelling this can be set to &amp;quot;Colour&amp;quot;. The word &amp;quot;colour&amp;quot; is case-insensitive.&lt;br /&gt;
|-&lt;br /&gt;
! symbolism&lt;br /&gt;
| What the color commonly represents. Multiple lines may be included using &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
===Color/Colour spelling===&lt;br /&gt;
For articles standardised to British spelling, add the parameter &amp;lt;code&amp;gt;spelling=Colour&amp;lt;/code&amp;gt;. The word &amp;quot;colour&amp;quot; is case-insensitive.&lt;br /&gt;
&lt;br /&gt;
===CMYK values===&lt;br /&gt;
There is no functionality for converting RGB to CMYK because there is no single CMYK color space. Variations in paper and ink processes account for the various combinations of non-invertible matrices and look-up tables used in converting from RGB to CMYK. If you wish to obtain CMYK values for these colors, you will get appropriate conversion values from your graphics application when you define the type of ink and paper you will be printing on.&lt;br /&gt;
&lt;br /&gt;
A CMYK value is meaningful only if you can specify what ink&amp;amp;ndash;paper&amp;amp;ndash;process standard it is supposed to be used with. If your color article does not specifically concern a quirk in the CMYK process (such as [[rich black]]), it&amp;#039;s best to leave it unspecified since it does not add additional information.&lt;br /&gt;
&lt;br /&gt;
Because the CMYK data quality is generally awful, the infobox currently adds an additional barrier to its use, requiring a {{para|cmyk|1}} to be passed. Articles without this parameter but still providing a CMYK value are sorted into [[:Category:Color articles with suppressed CMYK data]]. An article should provide a CMYK coordinate with {{para|cmyk|1}} only when the source provides these coordinates.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[:Category:WikiProject Color articles needing infobox sources]]&lt;br /&gt;
* [[:Category:Color articles with unsourced CMYK data]]&lt;br /&gt;
&lt;br /&gt;
Simple colorbox templates to display a sample color:&lt;br /&gt;
{{Color box templates}}&lt;br /&gt;
{{Color shades}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Arts and culture infobox templates|Color]]&lt;br /&gt;
[[Category:Science and nature infobox templates|Color]]&lt;br /&gt;
[[Category:Color templates|Infobox]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;Bumm13</name></author>
	</entry>
</feed>