<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.iraspa.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AColor%2Fdoc</id>
	<title>Template:Color/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iraspa.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AColor%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.iraspa.org/index.php?title=Template:Color/doc&amp;action=history"/>
	<updated>2026-04-25T16:27:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.iraspa.org/index.php?title=Template:Color/doc&amp;diff=305&amp;oldid=prev</id>
		<title>Administrator: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.iraspa.org/index.php?title=Template:Color/doc&amp;diff=305&amp;oldid=prev"/>
		<updated>2018-07-18T14:10:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 14:10, 18 July 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Administrator</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.iraspa.org/index.php?title=Template:Color/doc&amp;diff=304&amp;oldid=prev</id>
		<title>wikipedia&gt;Srdjan m: The second parameter is not required – the template will show the color value of the text if it&#039;s omitted, and there&#039;s no reason to prevent people from using it that way in VE.</title>
		<link rel="alternate" type="text/html" href="https://wiki.iraspa.org/index.php?title=Template:Color/doc&amp;diff=304&amp;oldid=prev"/>
		<updated>2018-02-04T12:44:20Z</updated>

		<summary type="html">&lt;p&gt;The second parameter is not required – the template will show the color value of the text if it&amp;#039;s omitted, and there&amp;#039;s no reason to prevent people from using it that way in VE.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}} __NOTOC__&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{High-risk|122,000+}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This template can be used to specify the foreground color of a span of text. Acceptable values are [[RGB color model|RGB]] hex codes, e.g. #C9E72A, or any of the [[web colors]]: red, blue, green, moccasin, darkorchid, etc. To set the background color of a span of text, use {{tl|background color}}.&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
* {{tlx|color|name of color or hex code of color|Text}}&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
{{tbullet|color|red|Hello, world!}}&lt;br /&gt;
{{tbullet|color|#00F000|Hello, world!}}&lt;br /&gt;
&lt;br /&gt;
If the second parameter is omitted, the color value is displayed as text:&lt;br /&gt;
&lt;br /&gt;
{{tbullet|color|#00F000}}&lt;br /&gt;
{{tbullet|color|red}}&lt;br /&gt;
&lt;br /&gt;
===Performance considerations===&lt;br /&gt;
The template generates an HTML span tag:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;span style=&amp;quot;color:{{{1}}}&amp;quot;&amp;gt;{{{2}}}&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
It runs at speeds in excess of 700 per second, and so is functionally identical to using the HTML markup directly.&lt;br /&gt;
&lt;br /&gt;
===Template data===&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;The color template can be used to add a span of text with any given text color&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Color&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;CSS name of color or hex code of color, e.g. &amp;#039;red&amp;#039; or &amp;#039;#00F000&amp;#039;.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Text&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The string of text to be formatted in the desired color&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Redirects===&lt;br /&gt;
* {{tl|COLOR}}&lt;br /&gt;
* {{tl|Colored text}}&lt;br /&gt;
* {{tl|Colour}}&lt;br /&gt;
* {{tl|COLOUR}}&lt;br /&gt;
* {{tl|Fgcolor}}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* {{tl|resize}}&lt;br /&gt;
* {{tl|linkcolor}}&lt;br /&gt;
* {{tl|font color}}, sets both text and background color&lt;br /&gt;
* {{tl|background color}}, sets background color only&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
| &amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Text color templates| ]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Srdjan m</name></author>
		
	</entry>
</feed>