Jump to content

Template:Infobox person: Difference between revisions

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


      <tr>
<!-- Image -->
        <th>Birth date</th>
{{#if: {{{image|}}} |
        <td>{{{birth_date}}}</td>
<tr>
      </tr>
  <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]{{#if:{{{caption}}} |<br><small>{{{caption}}}</small>}}</td>
</tr>
}}


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