Template:Infobox/row: Difference between revisions
Jump to navigation
Jump to search
Line padding smaller. |
Line padding. |
||
Line 3: | Line 3: | ||
|{{#if:{{{data|}}} | |{{#if:{{{data|}}} | ||
|<tr class="{{{rowclass|}}}" valign="top">{{#if:{{{label|}}} | |<tr class="{{{rowclass|}}}" valign="top">{{#if:{{{label|}}} | ||
|<th scope="row" style="text-align:left; padding-bottom: | |<th scope="row" style="text-align:left; padding-bottom: 0.5em; {{{labelstyle|}}}">{{{label}}}</th> | ||
<td class="{{{class|}}}" style="padding-bottom: | <td class="{{{class|}}}" style="padding-bottom: 0.5em; {{{datastyle|}}}"> | ||
|<td colspan="2" class="{{{class|}}}" style="text-align:center; padding-bottom: | |<td colspan="2" class="{{{class|}}}" style="text-align:center; padding-bottom: 0.5em; {{{datastyle|}}}"> | ||
}} | }} | ||
{{{data}}}</td></tr> | {{{data}}}</td></tr> | ||
}} | }} | ||
}} | }} |