Difference between revisions of "Template:Cell2/doc"
Jump to navigation
Jump to search
imported>Frietjes |
imported>Vanisaac m (→See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other) |
||
Line 36: | Line 36: | ||
*{{tl|scarf}} | *{{tl|scarf}} | ||
− | <includeonly> | + | <includeonly>{{Sandbox other|| |
<!-- CATEGORIES HERE, THANKS --> | <!-- CATEGORIES HERE, THANKS --> | ||
[[Category:Color templates]] | [[Category:Color templates]] | ||
− | </includeonly> | + | }}</includeonly> |
Latest revision as of 01:30, 24 April 2020
![]() | This is a documentation subpage for Template:Cell2. It contains usage information, categories and other content that is not part of the original template page. |
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}}
Contents
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