“模板:Infobox/row”的版本间的差异
BallanceBug(讨论 | 贡献) 小 (2个标签:移动版编辑、移动网页编辑) |
BallanceBug(讨论 | 贡献) (撤销BallanceBug(讨论)的版本3288) (1个标签:撤销) |
||
第1行: | 第1行: | ||
{{#if:{{{header|}}} | {{#if:{{{header|}}} | ||
− | |<tr {{#if: {{{rowstyle|}}} | style="{{{rowstyle}}}; width" }}><th colspan="2" {{#if: {{{class|}}} | class="{{{class}}}" }} style="text-align: center; width: 100%; | + | |<tr {{#if: {{{rowstyle|}}} | style="{{{rowstyle}}}; width" }}><th colspan="2" {{#if: {{{class|}}} | class="{{{class}}}" }} style="text-align: center; width: 100%; {{{headerstyle|}}}">{{{header}}}</th></tr> |
|{{#if:{{{data|}}} | |{{#if:{{{data|}}} | ||
− | |<tr {{#if: {{{rowclass|}}} | class="{{{rowclass}}}" }} {{#if: {{{rowstyle|}}} | style="width: 100%; | + | |<tr {{#if: {{{rowclass|}}} | class="{{{rowclass}}}" }} {{#if: {{{rowstyle|}}} | style="width: 100%; {{{rowstyle}}}" }}>{{#if:{{{label|}}} |
− | |<th scope="row" style="text-align: left; width: 38.4%; | + | |<th scope="row" style="text-align: left; width: 38.4%; {{{labelstyle|}}}">{{{label}}}</th> |
− | <td {{#if: {{{class|}}} | class="{{{class}}}" }} {{#if: {{{datastyle|}}} | style="width: 61.6%; | + | <td {{#if: {{{class|}}} | class="{{{class}}}" }} {{#if: {{{datastyle|}}} | style="width: 61.6%; |
− | {{{datastyle}}}" | style="width: 61.6% | + | {{{datastyle}}}" | style="width: 61.6%"}}> |
− | |<td colspan="2" {{#if: {{{class|}}} | class="{{{class}}}" }} style="text-align:center; width: 100%; | + | |<td colspan="2" {{#if: {{{class|}}} | class="{{{class}}}" }} style="text-align:center; width: 100%; {{{datastyle|}}}"> |
}} | }} | ||
{{{data}}}</td></tr> | {{{data}}}</td></tr> | ||
}} | }} | ||
}} | }} |