Difference between revisions of "Template:Infobox/row"

From Gumstix User Wiki
Jump to: navigation, search
(Created page with "{{#if:{{{header|}}} |<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> |{{#if:{{{data|}}} |<tr class="{{{rowclass|...")
 
(No difference)

Latest revision as of 16:37, 14 February 2011

{{#if:

|<tr><th colspan="2" class="" style="text-align:center; ">{{{header}}}</th></tr>
|{{#if:
 |<tr class="">{{#if:
  |<th scope="row" style="text-align:left; ">{{{label}}}</th>
   <td class="" style="">
  |<td colspan="2" class="" style="text-align:center; ">
 }}

{{{data}}}</td></tr>

}}

}}