مندرجات کا رخ کریں

سانچہ:Cell3

آزاد دائرۃ المعارف، ویکیپیڈیا سے

{{Cell3|COLOR}}

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

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


Usage

[ترمیم]

{{Cell3|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
          

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