「テンプレート:C」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「<noinclude>{{Template}} ヘルプ:テンプレート#テーブルテンプレートを参照 ==サンプル== {| class="wikitable" |- |{{C|Text}} |} </noinclude><i...」) |
(en:Template:C の版 531756 に同期) |
||
1行目: | 1行目: | ||
<noinclude>{{Template}} |
<noinclude>{{Template}} |
||
+ | Template to center the text inside table cell. The template was copied from [[Wikipedia:Template:Center]]. |
||
+ | {{Note|If most table cells should be centered, do not wrap every cell with this template and instead add {{ic|1=style="text-align: center;"}} after the table class (you can then left align cells using [[Template:L]]).}} |
||
− | [[ヘルプ:テンプレート#テーブルテンプレート]]を参照 |
||
+ | See also [[Help:Template#Table cell templates]]. |
||
− | ==サンプル== |
||
+ | == Usage == |
||
+ | |||
+ | {{bc|<nowiki> |
||
{| class="wikitable" |
{| class="wikitable" |
||
|- |
|- |
||
+ | ! Long title text 1 !! Long title text 2 !! Long title text 3 |
||
− | |{{C|Text}} |
||
+ | |- |
||
+ | | rowspan="2" {{C|Centered}} || colspan="2" {{C|Centered}} |
||
+ | |- |
||
+ | | {{C|Centered}} || Regular |
||
+ | |} |
||
+ | </nowiki>}} |
||
+ | |||
+ | == Example == |
||
+ | |||
+ | {| class="wikitable" |
||
+ | |- |
||
+ | ! Long title text 1 !! Long title text 2 !! Long title text 3 |
||
+ | |- |
||
+ | | rowspan="2" {{C|Centered}} || colspan="2" {{C|Centered}} |
||
+ | |- |
||
+ | | {{C|Centered}} || Regular |
||
|} |
|} |
||
− | </noinclude><includeonly>{{META Table cell |
+ | </noinclude><includeonly>{{META Table cell|{{{1}}}}}</includeonly> |
2020年10月4日 (日) 15:35時点における版
このページはテンプレートです。このページに Arch Linux に関連する情報は含まれていません、他の記事のパーツとして使って下さい。詳しくは、ヘルプ:テンプレートを見て下さい。
このテンプレートで実験はしないようお願いします。このテンプレートを使っているページを破壊してしまうおそれがあります。このテンプレートを編集したいときは、テキストをテンプレート:サンドボックスにコピーして、そこでテストを行ってから、問題ないようでしたら編集してください。
このテンプレートに関して何か意見がある場合は、自由に発言してください。Template to center the text inside table cell. The template was copied from Wikipedia:Template:Center.
See also Help:Template#Table cell templates.
Usage
{| class="wikitable" |- ! Long title text 1 !! Long title text 2 !! Long title text 3 |- | rowspan="2" {{C|Centered}} || colspan="2" {{C|Centered}} |- | {{C|Centered}} || Regular |}
Example
Long title text 1 | Long title text 2 | Long title text 3 |
---|---|---|
Centered | Centered | |
Centered | Regular |