Difference between revisions of "Template:Infobox/row"

From LIMSWiki
Jump to navigationJump to search
m (More experimenting.)
(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|}}}
|<th scope="row" style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>
  |<tr class="{{{rowclass|}}}">{{#if:{{{label|}}}
  <td class="{{{class|}}}" style="{{{datastyle|}}}">
  |<th scope="row" style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>
|<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">
    <td class="{{{class|}}}" style="{{{datastyle|}}}">
  |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">
  }}
{{{data}}}</td></tr>
{{{data}}}</td></tr>
}}
}}
}}

Latest revision as of 21:23, 9 May 2012