Difference between revisions of "Template:Cells"

From Wikishire
Jump to: navigation, search
Line 1: Line 1:
 
{| class="wikitable" style="width: 100%;"
 
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|style="background-color:{{#if:{{{1|}}}|{{#replace:{{{1}}}|#|#}}|#ffffff}}; colspan={{#if:{{{2|}}}|{{{2}}}|1}}"|{{#if:{{{3|}}}|{{{3}}}| }}
+
|style="background-color:{{#if:{{{1|}}}|{{#replace:{{{1}}}|#|#}}|#ffffff}}; colspan="{{#if:{{{2|}}}|{{{2}}}|1}}"|{{#if:{{{3|}}}|{{{3}}}| }}
 
|}<!--Earlier version
 
|}<!--Earlier version
 
{{#if:{{{1|}}}
 
{{#if:{{{1|}}}

Revision as of 16:16, 10 March 2024

 
[edit] [{{#invoke:Purge|main}}] Template documentation

The {{cells}} template can be used to create up to 20 consecutive table cells with a specified background colour.

The command {{cells|4|COLOUR}} is equivalent to

 
 
 
 

Usage

 

The template takes two unnamed parameters as input

  • n is the number of consecutive table cells
  • COLOUR is the background colour

Examples

Code
{{scarf|width=30em|{{cell|red}}{{cells|4|blue}}{{cell|green}}}}
Result
style="background-color:
 
 
 
"| 

Note

The {{cell2}} and {{cell3}} templates can be used for a sequence of two or three cells of the same colour.

See also