Template:Table th

提供:Terraria Japan Wiki

(版間での差分)
移動: 案内, 検索
(ページの作成:「<includeonly>style = "padding: 0.2em; background: #E4F0F7; color: #063B5E; text-align: center;"</includeonly><noinclude> テーブル(表)の見出し。 == 記述 =...」)
 
(間の5版分が非表示)
1行: 1行:
-
<includeonly>style = "padding: 0.2em; background: #E4F0F7; color: #063B5E; text-align: center;"</includeonly><noinclude>
+
style="padding:0.2em;{{色背景}}{{色文字}}text-align:center;"<noinclude>
-
テーブル(表)の見出し。
+
テーブル(表)の見出し(th)のスタイル統一用。
-
== 記述 ==
+
== 使用例 ==
-
<pre>{{Table th}}</pre><br />
+
併用は{{Tl|Table set}}を参照。
-
== ==[[Category:Template|]]</noinclude>
+
見出しのみ変える場合の単独使用の表示は以下:
 +
 
 +
<pre>
 +
{| class="wikitable"
 +
|- {{Table th}}
 +
| 項目 || 説明
 +
|-
 +
|test||test
 +
|}
 +
</pre>
 +
あるいは
 +
<pre>
 +
{| class="wikitable"
 +
|{{Table th}}| 項目 ||{{Table th}}| 説明
 +
|-
 +
|test||test
 +
|}
 +
</pre>
 +
{| class="wikitable"
 +
|- {{Table th}}
 +
| 項目 || 説明
 +
|-
 +
|test||test
 +
|}
 +
 
 +
 
 +
<pre>
 +
{| class="wikitable"
 +
!{{Table th}}| 項目 !!{{Table th}}| 説明
 +
|-
 +
|test||test
 +
|}
 +
</pre>
 +
{| class="wikitable"
 +
!{{Table th}}| 項目 !!{{Table th}}| 説明
 +
|-
 +
|test||test
 +
|}
 +
 
 +
[[Category:テンプレートスタイル統一用|表1]]
 +
</noinclude>

2021年11月20日 (土) 16:45時点における最新版

style="padding:0.2em;background-color:#E4F0F7;color:#063B5E;text-align:center;"

テーブル(表)の見出し(th)のスタイル統一用。

[編集] 使用例

併用は{{Table set}}を参照。

見出しのみ変える場合の単独使用の表示は以下:

{| class="wikitable"
|- {{Table th}}
| 項目 || 説明
|-
|test||test
|}

あるいは

{| class="wikitable"
|{{Table th}}| 項目 ||{{Table th}}| 説明
|-
|test||test
|}
項目 説明
testtest


{| class="wikitable"
!{{Table th}}| 項目 !!{{Table th}}| 説明
|-
|test||test
|}
項目 説明
testtest


スポンサード リンク

スポンサードリンク