Template:Infobox/row: Difference between revisions
From Paragon Wiki Archive
Jump to navigationJump to search
import from http://en.wikipedia.org/w/index.php?title=Template:Infobox/row&oldid=370768345 |
adding scope="row" to relevant th element |
||
| 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|}}}"> | ||