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

提供: Yourpedia
移動: 案内検索
(ページの作成:「<noinclude>{{Documentation subpage}}</noinclude> '''Infobox/rowld'''はInfoboxを組成するためのテンプレートです。ラベル付きデータ行作成用で...」)
 
(使用例)
27行目: 27行目:
 
<table>
 
<table>
 
{{Infobox/rowld
 
{{Infobox/rowld
|rowclass=
 
|rowstyle=
 
|labelclass=
 
 
  |labelstyle= width:5em;  background-color:orange
 
  |labelstyle= width:5em;  background-color:orange
 
  |label= label
 
  |label= label
|colnum=
 
|dataclass=
 
 
  |datastyle= width:15em; background-color:yellowgreen
 
  |datastyle= width:15em; background-color:yellowgreen
 
  |data= data<br />data<br />data
 
  |data= data<br />data<br />data
42行目: 37行目:
 
<table>
 
<table>
 
{{Infobox/rowld
 
{{Infobox/rowld
|rowclass=
+
  |labelstyle= width:5em; background-color:orange
|rowstyle=
+
|labelclass=
+
  |labelstyle= width:5em; background-color:orange
+
 
  |label= label
 
  |label= label
|colnum=
 
|dataclass=
 
 
  |datastyle= width:15em; background-color:yellowgreen
 
  |datastyle= width:15em; background-color:yellowgreen
 
  |data= data<br />data<br />data
 
  |data= data<br />data<br />data
 
}}
 
}}
 
</table>
 
</table>
 +
 
== 関連テンプレート ==
 
== 関連テンプレート ==
 
*{{Tl|Infobox}}
 
*{{Tl|Infobox}}

2018年5月26日 (土) 20:37時点における版

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

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

引数一覧

{{Infobox/rowld
 |rowclass=
 |rowstyle=
 |labelclass=
 |labelstyle=
 |label=
 |colnum= 
 |dataclass=
 |datastyle=
 |data=
}}

既定値

  • rowstyle - vertical-align:top
  • labelstyle - font-weight:bold; text-align:left; white-space:nowrap
  • datastyle - text-align:left
  • colnum - 1

使用例

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

  • 入力例
<table>
{{Infobox/rowld
 |labelstyle= width:5em;  background-color:orange
 |label= label
 |datastyle= width:15em; background-color:yellowgreen
 |data= data<br />data<br />data
}}
</table>
  • 出力例
labeldata
data
data

関連テンプレート