Difference between revisions of "Template:Infobox/row"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
m (add carriage return to allow bulleted lists to work properly)
(add "scope=row", per request)
Line 3: Line 3:
 
  |{{#if:{{{data|}}}
 
  |{{#if:{{{data|}}}
 
   |<tr class="{{{rowclass|}}}">{{#if:{{{label|}}}
 
   |<tr class="{{{rowclass|}}}">{{#if:{{{label|}}}
   |<th style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>
+
   |<th scope="row" style="text-align:left; {{{labelstyle|}}}">{{{label}}}</th>
 
     <td class="{{{class|}}}" style="{{{datastyle|}}}">
 
     <td class="{{{class|}}}" style="{{{datastyle|}}}">
 
   |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">
 
   |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}">

Revision as of 08:51, 15 October 2010