Template:Infobox taser: Difference between revisions

No edit summary
add nowrap to labels
Line 9: Line 9:
<table>
<table>
{{#if:{{{other_names|}}}|<tr>
{{#if:{{{other_names|}}}|<tr>
     <th>Other names</th>
     <th class="nowrap">Other names</th>
     <td>{{{other_names}}}</td>
     <td>{{{other_names}}}</td>
</tr>}}
</tr>}}
{{#if:{{{country|}}}|<tr>
{{#if:{{{country|}}}|<tr>
     <th class="infobox-label">Country</th>
     <th class="nowrap">Country</th>
     <td class="infobox-data">{{Country |1={{{country}}} }} <span>[[{{Country-flags|{{{country}}}}}|x18px|border]]</span>
     <td class="infobox-data">{{Country |1={{{country}}} }} <span>[[{{Country-flags|{{{country}}}}}|x18px|border]]</span>
</tr>}}</td>
</tr>}}</td>
{{#if:{{{years_active|}}}|<tr>
{{#if:{{{years_active|}}}|<tr>
     <th>Years active</th>
     <th class="nowrap">Years active</th>
     <td>{{{years_active}}}</td>
     <td>{{{years_active}}}</td>
</tr>}}
</tr>}}
{{#if:{{{known_for|}}}|<tr>
{{#if:{{{known_for|}}}|<tr>
     <th>Known for</th>
     <th class="nowrap">Known for</th>
     <td>{{{known_for}}}</td>
     <td>{{{known_for}}}</td>
</tr>}}
</tr>}}