Difference between revisions of "Template:Databox/row"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs)  (Updated code.)  | 
				Shawndouglas (talk | contribs)   (Updated code.)  | 
				||
| 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>  | ||
 }}  | |||
}}  | }}  | ||







