Template:Infobox/row: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
<noinclude><pre></noinclude>{{#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|}}}  
  |{{#if:{{{data|}}}  
Line 9: Line 9:
{{{data}}}</td></tr>
{{{data}}}</td></tr>
  }}  
  }}  
}}<noinclude></pre></noinclude>
}}