Template:Infobox person: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="infobox" style="width:22em; font-size:90%; line-height:1.4em;">
<table class="infobox" style="width:22em; font-size:90%; line-height:1.4em;">
<!-- Name -->
{{#if: {{{name|}}} |
<tr>
<tr>
   <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th>
   <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th>
</tr>
</tr>
}}
<!-- Image -->
{{#if: {{{image|}}} |
<tr>
<tr>
   <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]<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>
}}


<!-- Birth Date -->
<!-- Birth Date -->
Line 76: 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>