「テンプレート:Infobox/rowhld/doc」の版間の差分

提供: Yourpedia
移動: 案内検索
(ページの作成:「<noinclude>{{Documentation subpage}}</noinclude> '''Infobox/rowhld'''はInfoboxを組成するためのテンプレートです。ヘッダ・ラベル付きデータ行...」)
 
 
(同じ利用者による、間の2版が非表示)
5行目: 5行目:
 
<pre>
 
<pre>
 
{{Infobox/rowhld
 
{{Infobox/rowhld
|rowclass=
 
|rowstyle=
 
 
  |colnum=
 
  |colnum=
|headerclass=
 
 
  |headerstyle=
 
  |headerstyle=
 
  |header=
 
  |header=
  |labelclass=
+
  |rowstyle=
 
  |labelstyle=
 
  |labelstyle=
 
  |label=
 
  |label=
 
  |datacolnum=  
 
  |datacolnum=  
|dataclass=
 
 
  |datastyle=
 
  |datastyle=
 
  |data=
 
  |data=
21行目: 17行目:
 
</pre>
 
</pre>
 
=== 既定値 ===
 
=== 既定値 ===
*headerstyle - text-align:center; font-weight:bold
+
*headerstyle - text-align:center; font-weight:bold; background-color:transparent
 
*rowstyle - vertical-align:top
 
*rowstyle - vertical-align:top
 
*labelstyle - white-space:nowrap; text-align:left;font-weight:bold
 
*labelstyle - white-space:nowrap; text-align:left;font-weight:bold
*datastyle - text-align:left
+
*datastyle - text-align:left; background-color:transparent
 
*colnum - 2
 
*colnum - 2
 
*datacolnum - 1
 
*datacolnum - 1
63行目: 59行目:
  
 
<includeonly>
 
<includeonly>
[[Category:内部用テンプレート]]
+
[[Category:内部テンプレート]]
 
</includeonly>
 
</includeonly>

2018年5月27日 (日) 01:14時点における最新版

Tech Doc このページは、テンプレートの解説ページです。このページを直接参照すると、リンク先のページ名やURLを変数で指定しているリンク赤リンクになる場合がありますが、リンク先を指定し直さなくてよい場合もあります。リンクの設定の不具合に関する質問等は親ページの会話ページに投稿して下さい。

Infobox/rowhldはInfoboxを組成するためのテンプレートです。ヘッダ・ラベル付きデータ行作成用です。

引数一覧[編集]

{{Infobox/rowhld
 |colnum=
 |headerstyle=
 |header=
 |rowstyle=
 |labelstyle=
 |label=
 |datacolnum= 
 |datastyle=
 |data=
}}

既定値[編集]

  • headerstyle - text-align:center; font-weight:bold; background-color:transparent
  • rowstyle - vertical-align:top
  • labelstyle - white-space:nowrap; text-align:left;font-weight:bold
  • datastyle - text-align:left; background-color:transparent
  • colnum - 2
  • datacolnum - 1

使用例[編集]

常にtableの中で使用します。

  • 入力例
<table>
{{Infobox/rowhld
 |headerstyle= font-size:large; background-color:yellow
 |header= header
 |labelstyle= width:5em; background-color:orange
 |label= label
 |datastyle= width:15em; background-color:yellowgreen
 |data= data<br />data<br />data
}}
</table>
  • 出力例
header
labeldata
data
data

関連テンプレート[編集]