Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:Cell1/doc

From Wikipedia, the free encyclopedia

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

[edit]

Example 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

[edit]

The {{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]