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