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

提供: Yourpedia
移動: 案内検索
(ページの作成:「<noinclude><table> </noinclude><tr class="{{{rowclass|}}}" style="vertical-align:top; {{{rowstyle|}}}"><th class="{{{labelclass|}}}" style="text-align:left; white-space:n...」)
 
(クラス設定の除去など)
1行目: 1行目:
 
<noinclude><table>
 
<noinclude><table>
</noinclude><tr class="{{{rowclass|}}}" style="vertical-align:top; {{{rowstyle|}}}"><th class="{{{labelclass|}}}" style="text-align:left; white-space:nowrap; {{{labelstyle|}}}">{{{label|}}}</th><td colspan="{{{colnum|1}}}" class="{{{dataclass|}}}" style="{{{datastyle|}}}">{{{data|}}}</td></tr><noinclude>
+
</noinclude><tr style="vertical-align:top; {{{rowstyle|}}}"><th style="text-align:left; white-space:nowrap; {{{labelstyle|}}}">{{{label|}}}</th><td colspan="{{{colnum|1}}}" style="background-color:transparent; {{{datastyle|}}}">{{{data|}}}</td></tr><noinclude>
 
</table>
 
</table>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

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

Template Info このテンプレートの解説はテンプレート:Infobox/rowld/docから呼び出されています[編集] [履歴]

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

引数一覧

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

既定値

  • rowstyle - vertical-align:top
  • labelstyle - font-weight:bold; text-align:left; white-space:nowrap
  • datastyle - text-align:left; background-color:transparent
  • 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

関連テンプレート