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