Jump to content

Template:Infobox person: Difference between revisions

From WikiGence
No edit summary
Tag: Reverted
No edit summary
 
(19 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| 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;">
|+ style="text-align:center; font-size: 120%; background-color:#f5f5f5;" | '''{{{name|}}}'''
<!-- Name -->
|-
{{#if: {{{name|}}} |
| colspan="2" style="text-align:center;" | [[File:{{{image|}}}|200px|alt={{{name|}}}]]<br><small>{{{caption|}}}</small>
<tr>
|-
  <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th>
! Birth date
</tr>
| {{{birth_date|}}}
}}
|-
 
! 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>
! Notable work(s)
  <th>Notable work(s)</th>
| {{{notable_works}}}
  <td>{{{notable_works}}}</td>
</tr>
}}
}}
<!-- Home Town -->
{{#if: {{{home_town|}}} |
{{#if: {{{home_town|}}} |
|-
<tr>
! Home town
  <th>Home town</th>
| {{{home_town}}}
  <td>{{{home_town}}}</td>
</tr>
}}
}}
<!-- Website -->
{{#if: {{{website|}}} |
{{#if: {{{website|}}} |
|-
<tr>
! Website
  <th>Website</th>
| [{{{website}}} {{{website}}}]
  <td>[{{{website}}} {{{website}}}]</td>
</tr>
}}
}}
<!-- Height -->
{{#if: {{{height|}}} |
{{#if: {{{height|}}} |
|-
<tr>
! Height
  <th>Height</th>
| {{{height}}}
  <td>{{{height}}}</td>
</tr>
}}
 
<!-- Education -->
{{#if: {{{education|}}} |
<tr>
  <th>Education</th>
  <td>{{{education}}}</td>
</tr>
}}
}}
|}
</table>

Latest revision as of 03:15, 19 July 2025