Template:Infobox person: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<table class="infobox" style="width:22em; font-size:90%; line-height:1.4em | <table | ||
<tr> | class="infobox" | ||
style="width: 22em; font-size: 90%; line-height: 1.4em" | |||
> | |||
{{#if:{{{name|}}} | |||
<tr> | |||
</tr> | <th | ||
colspan="2" | |||
style="text-align: center; font-size: 120%; background-color: #f5f5f5" | |||
> | |||
''{{{name|}}}'' | |||
</th> | |||
</tr> | |||
<tr> | }} {{#if:{{{image|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align: center"> | |||
</tr> | [[File:{{{image}}}|200px|alt={{{name}}}]]<br /><small | ||
>{{{caption}}}</small | |||
> | |||
</td> | |||
</tr> | |||
}} {{#if:{{{birth_date|}}}| | |||
<tr> | |||
<th>Birth date</th> | |||
<td>{{{birth_date}}}</td> | |||
</tr> | |||
<tr> | }} {{#if:{{{known_for|}}}| | ||
<tr> | |||
<th>known for</th> | |||
</tr> | <td>{{{known_for}}}</td> | ||
<tr> | </tr> | ||
}} {{#if:{{{nationality|}}}| | |||
<tr> | |||
</tr> | <th>Nationality</th> | ||
<tr> | <td>{{{nationality}}}</td> | ||
</tr> | |||
}} {{#if:{{{occupation|}}}| | |||
</tr> | <tr> | ||
<tr> | <th>Occupation</th> | ||
<td>{{{occupation}}}</td> | |||
</tr> | |||
</tr> | }} {{#if:{{{years_active|}}}| | ||
<tr> | <tr> | ||
<th>Years active</th> | |||
<td>{{{years_active}}}</td> | |||
</tr> | </tr> | ||
<tr> | }} {{#if:{{{notable_works|}}}| | ||
<tr> | |||
<th>Notable work(s)</th> | |||
</tr> | <td>{{{notable_works}}}</td> | ||
<tr> | </tr> | ||
}} {{#if:{{{home_town|}}}| | |||
<tr> | |||
</tr> | <th>Home town</th> | ||
{{#if:{{{height|}}}| | <td>{{{home_town}}}</td> | ||
</tr> | |||
}} {{#if:{{{website|}}}| | |||
<tr> | |||
<th>Website</th> | |||
}} | <td>[{{{website}}} {{{website}}}]</td> | ||
</table> | </tr> | ||
}} {{#if:{{{height|}}}| | |||
<tr> | |||
<th>Height</th> | |||
<td>{{{height}}}</td> | |||
</tr> | |||
}} | |||
</table> |