<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ACell%2Fdoc</id>
	<title>Template:Cell/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ACell%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Cell/doc&amp;action=history"/>
	<updated>2026-04-05T21:37:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Cell/doc&amp;diff=7609&amp;oldid=prev</id>
		<title>Wikipedia&gt;Vanisaac: /* See also */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Cell/doc&amp;diff=7609&amp;oldid=prev"/>
		<updated>2020-04-24T01:30:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt;clean up per &lt;a href=&quot;/w/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (page does not exist)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/w/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (page does not exist)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/span&gt;&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 ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
The {{tl|cell}} template can be used to create a table cell with a specified background color.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
:{{cell}}&lt;br /&gt;
The template takes one unnamed parameter as input, which is the background color of the table cell. The default content of each cell is a single non-breaking space with a font-size of 50%.  To override the content of each cell, use a second unnamed parameter. To override the default font-size, use the &amp;lt;code&amp;gt;style=&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
&lt;br /&gt;
;Complete specification&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;cell|&amp;#039;&amp;#039;Color&amp;#039;&amp;#039;|&amp;#039;&amp;#039;Text&amp;#039;&amp;#039;|style=&amp;#039;&amp;#039;Style&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Default&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;cell|&amp;#039;&amp;#039;Color&amp;#039;&amp;#039;|&amp;amp;amp;nbsp;|style=font-size:50%;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
==== Example 1 ====&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red}}{{cell|blue}}{{cell|green}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red}}{{cell|blue}}{{cell|green}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example 2 ====&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red| }}{{cell|blue| }}{{cell|green| }}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red| }}{{cell|blue| }}{{cell|green| }}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Example 3 ====&lt;br /&gt;
;Code&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red|R|style=text-align:center}}{{cell|blue|B|style=text-align:center}}{{cell|green|G|style=text-align:center}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Result&lt;br /&gt;
{| width=&amp;quot;50%&amp;quot; cellspacing=0&lt;br /&gt;
{{cell|red|R|style=text-align:center}}{{cell|blue|B|style=text-align:center}}{{cell|green|G|style=text-align:center}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Note ===&lt;br /&gt;
&lt;br /&gt;
The {{tl|cell2}} and {{tl|cell3}} templates can be used to condense a sequence of cells of the same color.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
*{{tl|cell2}} – two consecutive equal {{tl|cell}} calls&lt;br /&gt;
*{{tl|cell3}} – three consecutive equal {{tl|cell}} calls&lt;br /&gt;
*{{tl|cells}} – up to twenty consecutive equal {{tl|cell}} calls&lt;br /&gt;
*{{tl|color box}}&lt;br /&gt;
*{{tl|color strip}}&lt;br /&gt;
*{{tl|scarf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Color templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Vanisaac</name></author>
	</entry>
</feed>