Template:Infobox/row: Difference between revisions
Jump to navigation
Jump to search
Row padding. |
Line padding smaller. |
||
Line 1: | Line 1: | ||
{{#if:{{{header|}}} | {{#if:{{{header|}}} | ||
|<tr valign="top | |<tr valign="top"><th colspan="2" class="{{{class|}}}" style="text-align:center; padding-bottom: 5px; {{{headerstyle|}}}">{{{header}}}</th></tr> | ||
|{{#if:{{{data|}}} | |{{#if:{{{data|}}} | ||
|<tr class="{{{rowclass|}}}" valign="top | |<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: 5px; {{{labelstyle|}}}">{{{label}}}</th> | ||
<td class="{{{class|}}}" style="padding-bottom: | <td class="{{{class|}}}" style="padding-bottom: 5px; {{{datastyle|}}}"> | ||
|<td colspan="2" class="{{{class|}}}" style="text-align:center; padding-bottom: | |<td colspan="2" class="{{{class|}}}" style="text-align:center; padding-bottom: 5px; {{{datastyle|}}}"> | ||
}} | }} | ||
{{{data}}}</td></tr> | {{{data}}}</td></tr> | ||
}} | }} | ||
}} | }} |