Difference between revisions of "Template:Databox/row"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) m (Additional experimentation.)  | 
				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>  | ||
}}  | |||
{{#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>  | |||
}}  | }}  | ||
Revision as of 21:19, 9 May 2012







