Difference between revisions of "Template:Databox/row"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) m (Experimenting.)  | 
				Shawndouglas (talk | contribs)  m (Experimenting.)  | 
				||
| 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>  | ||
  |<th scope="row" style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>  |  |<tr class="{{{rowclass|}}}">  | ||
  |<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|}}}">  |   |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">  | ||
{{{data}}}</td></tr>  | {{{data}}}</td></tr>  | ||
}}  | }}  | ||







