「テンプレート:Infobox/rowh/doc」の版間の差分
提供: Yourpedia
								
												
				| 細 | |||
| 1行目: | 1行目: | ||
| <noinclude>{{Documentation subpage}}</noinclude> | <noinclude>{{Documentation subpage}}</noinclude> | ||
| − | '''Infobox/rowh''' | + | '''Infobox/rowh'''はInfoboxを組成するためのテンプレートです。ヘッダ行作成用です。 | 
| == 引数一覧 == | == 引数一覧 == | ||
| 11行目: | 11行目: | ||
| }} | }} | ||
| </pre> | </pre> | ||
| + | === 既定値 === | ||
| + | *style - text-align:center; font-weight:bold | ||
| + | *colnum - 2 | ||
| == 使用例 == | == 使用例 == | ||
| 18行目: | 21行目: | ||
| <table> | <table> | ||
| {{Infobox/rowh | {{Infobox/rowh | ||
| − |   |colnum=  | + |   |colnum= | 
| − |   |class=  | + |   |class= | 
|   |style= width:20em; background-color:pink; font-size:large; |   |style= width:20em; background-color:pink; font-size:large; | ||
|   |header= header |   |header= header | ||
| 28行目: | 31行目: | ||
| <table> | <table> | ||
| {{Infobox/rowh | {{Infobox/rowh | ||
| − |   |colnum=  | + |   |colnum= | 
| − |   |class=  | + |   |class= | 
|   |style= width:20em; background-color:pink; font-size:large; |   |style= width:20em; background-color:pink; font-size:large; | ||
|   |header= header |   |header= header | ||
2018年5月26日 (土) 20:17時点における版
|   | このページは、テンプレートの解説ページです。このページを直接参照すると、リンク先のページ名やURLを変数で指定しているリンクが赤リンクになる場合がありますが、リンク先を指定し直さなくてよい場合もあります。リンクの設定の不具合に関する質問等は親ページの会話ページに投稿して下さい。 | 
Infobox/rowhはInfoboxを組成するためのテンプレートです。ヘッダ行作成用です。
引数一覧
{{Infobox/rowh
 |colnum= 
 |class=
 |style=
 |header=
}}
既定値
- style - text-align:center; font-weight:bold
- colnum - 2
使用例
常にtableの中で使用します。
- 入力例
<table>
{{Infobox/rowh
 |colnum=
 |class=
 |style= width:20em; background-color:pink; font-size:large;
 |header= header
}}
</table>
- 出力例
| header | 
|---|
関連テンプレート
- {{Infobox}}
- {{Infobox/rowd}}
- {{Infobox/rowld}}
- {{Infobox/rowhld}}
- {{Infobox/rowldd}}
- {{Infobox/rowhldd}}

