「テンプレート:C」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(リンクを日本語版に修正)
4行目: 4行目:
 
{{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]]).}}
 
{{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]].
+
See also [[ヘルプ:テンプレート#テーブルテンプレート]].
   
 
== Usage ==
 
== Usage ==

2020年10月4日 (日) 15:37時点における版

このページはテンプレートです。このページに Arch Linux に関連する情報は含まれていません、他の記事のパーツとして使って下さい。詳しくは、ヘルプ:テンプレートを見て下さい。

このテンプレートで実験はしないようお願いします。このテンプレートを使っているページを破壊してしまうおそれがあります。このテンプレートを編集したいときは、テキストをテンプレート:サンドボックスにコピーして、そこでテストを行ってから、問題ないようでしたら編集してください。

このテンプレートに関して何か意見がある場合は、自由に発言してください。

Template to center the text inside table cell. The template was copied from Wikipedia:Template:Center.

ノート: If most table cells should be centered, do not wrap every cell with this template and instead add style="text-align: center;" after the table class (you can then left align cells using Template:L).

See also ヘルプ:テンプレート#テーブルテンプレート.

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