Template:Infobox person: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
{{#if: {{{name|}}} |
{{#if: {{{name|}}} |
<tr>
<tr>
   <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|Unnamed Person}}}''</th>
   <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th>
</tr>
</tr>
}}
}}
Line 10: Line 10:
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
<tr>
<tr>
   <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]{{#if:{{{caption}}}|<br><small>{{{caption}}}</small>}}</td>
   <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]{{#if:{{{caption}}} |<br><small>{{{caption}}}</small>}}</td>
</tr>
</tr>
}}
}}
Line 83: Line 83:
   <th>Height</th>
   <th>Height</th>
   <td>{{{height}}}</td>
   <td>{{{height}}}</td>
</tr>
}}
<!-- Education -->
{{#if: {{{education|}}} |
<tr>
  <th>Education</th>
  <td>{{{education}}}</td>
</tr>
</tr>
}}
}}
</table>
</table>