Difference between revisions of "Template:Infobox/row"
From Nornopedia
(Created page with "</noinclude>{{#if:{{{header|}}} |<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> |{{#if:{{{data|}}} |<tr clas...") |
(No difference)
|
Latest revision as of 18:19, 16 March 2014
{{#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>
}}
}}