This is a documentation subpage for Template:Cell1. It may contain usage information, categories and other content that is not part of the original template page. |
The {{cell1}} template can be used to create a single consecutive table cell with a specified background color. It is designed for compatibility with {{cell2}}, {{cell3}} and {{cells}} (together, "the {{cell2}} family").
By default, {{cell}} has an internal font size of 50%. However, the {{cell2}} family overrides this, and have a default internal font size of 100%. Therefore a series containing only {{cell}}s will be half the height of a series containing at least one member of the {{cell2}} family. {{cell1}} is designed to emulate the behaviour of the {{cell2}} family, but for a single cell.
Usage
edit{{cell1|COLOR}}
The template takes one unnamed parameter as input, which is the background color of the table cells.
Examples
editExample 1: using {{cell}}
edit{| width="50%" cellspacing=0 {{cell|red}}{{cell|blue}}{{cell|green}} |}
Example 2: using {{cell1}}
edit{| width="50%" cellspacing=0 {{cell1|red}}{{cell1|blue}}{{cell1|green}} |}
Note
editThe {{cell2}} and {{cell3}} template can be used for a sequence of two or three cells of the same color. For more than three cells, use {{cells}}.
See also
edit