Template:Infobox/row

From blackwiki
Revision as of 11:03, 19 October 2013 by imported>WOSlinker (Changed protection level of Template:Infobox/row: allow template editors to modify ([Edit=Protected template] (indefinite) [Move=Protected template] (indefinite)))
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>