Template:Infobox/row/sandbox

From blackwiki
< Template:Infobox‎ | row
Revision as of 08:17, 12 December 2012 by imported>Google9999
Jump to navigation Jump to search
</noinclude>{{#if:{{{header|}}}
 |<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>
 }} 
}}<noinclude>