Template:Cell2/doc
表示
これはTemplate:Cell2の解説サブページです。 使用方法、カテゴリ、およびその他テンプレートページ自体に含まれない情報を収容しています。 |
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
[編集]