Difference between revisions of "Template:Infobox/row"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) m (More experimenting.) |
Shawndouglas (talk | contribs) (Undo revision 8505 by Shawndouglas (talk)) |
||
Line 1: | Line 1: | ||
{{#if:{{{header|}}} | {{#if:{{{header|}}} | ||
|<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> | |<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> | ||
|<tr class="{{{rowclass|}}}"> | |{{#if:{{{data|}}} | ||
|<tr class="{{{rowclass|}}}">{{#if:{{{label|}}} | |||
|<th scope="row" style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th> | |||
<td class="{{{class|}}}" style="{{{datastyle|}}}"> | |||
|<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}"> | |||
}} | |||
{{{data}}}</td></tr> | {{{data}}}</td></tr> | ||
}} | |||
}} | }} |