Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 23:54, 24 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> The {{tl|cell2}} template can be used to create two consecutive table cells with a specified background color. The command {{cell2}} is equivalent to {{cell}}{{cell}} === Usage === {{cell2}} The template takes one unnamed parameter as input, which is the background color of the table cells. === Examples === ;Code <syntaxhighlight lang="wikitext"> {| width="50%" cellspacing=0 {{cell|r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The {{cell2}} template can be used to create two consecutive table cells with a specified background color.

The command {{cell2|COLOR}} is equivalent to {{cell|COLOR}} {{cell|COLOR}}


Usage

{{cell2|COLOR}}

The template takes one unnamed parameter as input, which is the background color of the table cells.

Examples

Code
{| width="50%" cellspacing=0
{{cell|red}}{{cell2|blue}}{{cell3|green}}
|}
Result

Note

The {{cell3}} template can be used for a sequence of three cells of the same color. For more than three cells, use {{cells}}.

See also