Difference between revisions of "Template:Infobox/row"

From Libre Pathology
Jump to navigation Jump to search
m (Protected "Template:Infobox/row" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
Line 9: Line 9:
{{{data}}}</td></tr>
{{{data}}}</td></tr>
  }}
  }}
}}<noinclude></pre></noinclude>
}}<noinclude></pre>
{{Derivative of Wikipedia}}
</noinclude>

Revision as of 03:54, 24 May 2013

</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>