「テンプレート:Infobox/row」の版間の差分
提供: ひつじ小屋別館2代目
(ページの白紙化) |
細 |
||
| 1行目: | 1行目: | ||
| − | + | <includeonly><onlyinclude>{{#if:{{{header|}}} | |
| + | |<tr><th scope="col" colspan="2" {{#if:{{{class|}}}|class="{{{class}}}"}} style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> | ||
| + | |{{#if:{{{data|}}} | ||
| + | |<tr {{#if:{{{rowclass|}}}|class="{{{rowclass}}}"}}>{{#if:{{{label|}}} | ||
| + | |<th scope="row" style="text-align:left; white-space:nowrap; {{{labelstyle|}}}">{{{label}}}</th> | ||
| + | <td {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{datastyle|}}}|style="{{{datastyle}}}"}}><!-- | ||
| + | -->|<td colspan="2" {{#if:{{{class|}}}|class="{{{class}}}"}} style="text-align:center; {{{datastyle|}}}"><!-- | ||
| + | -->}} | ||
| + | <!-- | ||
| + | -->{{{data}}}</td></tr> | ||
| + | }} | ||
| + | }}</onlyinclude></includeonly> | ||