Jump to content

Template:Infobox person: Difference between revisions

From WikiGence
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"
  <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th>
      style="width: 22em; font-size: 90%; line-height: 1.4em"
</tr>
    >
<tr>
      {{#if:{{{name|}}}
  <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]<br><small>{{{caption}}}</small></td>
      <tr>
</tr>
        <th
          colspan="2"
          style="text-align: center; font-size: 120%; background-color: #f5f5f5"
        >
          ''{{{name|}}}''
        </th>
      </tr>


<tr>
      }} {{#if:{{{image|}}}|
  <th>Birth date</th>
      <tr>
  <td>{{{birth_date}}}</td>
        <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|}}}|
  <th>known for</th>
      <tr>
  <td>{{{known_for}}}</td>
        <th>known for</th>
</tr>
        <td>{{{known_for}}}</td>
<tr>
      </tr>
  <th>Nationality</th>
      }} {{#if:{{{nationality|}}}|
  <td>{{{nationality}}}</td>
      <tr>
</tr>
        <th>Nationality</th>
<tr>
        <td>{{{nationality}}}</td>
  <th>Occupation</th>
      </tr>
  <td>{{{occupation}}}</td>
      }} {{#if:{{{occupation|}}}|
</tr>
      <tr>
<tr>
        <th>Occupation</th>
  <th>Years active</th>
        <td>{{{occupation}}}</td>
  <td>{{{years_active}}}</td>
      </tr>
</tr>
      }} {{#if:{{{years_active|}}}|
<tr>
      <tr>
  <th>Notable work(s)</th>
        <th>Years active</th>
  <td>{{{notable_works}}}</td>
        <td>{{{years_active}}}</td>
</tr>
      </tr>
<tr>
      }} {{#if:{{{notable_works|}}}|
  <th>Home town</th>
      <tr>
  <td>{{{home_town}}}</td>
        <th>Notable work(s)</th>
</tr>
        <td>{{{notable_works}}}</td>
<tr>
      </tr>
  <th>Website</th>
      }} {{#if:{{{home_town|}}}|
  <td>[{{{website}}} {{{website}}}]</td>
      <tr>
</tr>
        <th>Home town</th>
{{#if:{{{height|}}}|
        <td>{{{home_town}}}</td>
  <tr>
      </tr>
    <th>Height</th>
      }} {{#if:{{{website|}}}|
    <td>{{{height}}}</td>
      <tr>
  </tr>
        <th>Website</th>
}}
        <td>[{{{website}}} {{{website}}}]</td>
</table>
      </tr>
      }} {{#if:{{{height|}}}|
      <tr>
        <th>Height</th>
        <td>{{{height}}}</td>
      </tr>
      }}
    </table>

Revision as of 18:27, 17 April 2025