Difference between revisions of "Template:Infobox/row"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(fix header class)
m (Protected "Template:Infobox/row": Excessive vandalism (‎[edit=autoconfirmed] (indefinite) ‎[move=autoconfirmed] (indefinite)))
 
(6 intermediate revisions by 4 users not shown)
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|}}}">
   }}{{{data}}}</td></tr>
+
   }}
 +
{{{data}}}</td></tr>
 
  }}
 
  }}
 
}}
 
}}
 +
<noinclude>
 +
This page is copied from Wikipedia's [http://en.wikipedia.org/w/index.php?title=Template:Infobox/row Template:Infobox/row].
 +
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 22:13, 25 August 2017


This page is copied from Wikipedia's Template:Infobox/row.