Template:Infobox person: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<table
    <table
       class="infobox"
       class="infobox"
       style="width: 22em; font-size: 90%; line-height: 1.4em"
       style="width: 22em; font-size: 90%; line-height: 1.4em"
Line 11: Line 11:
         </th>
         </th>
       </tr>
       </tr>
       <tr>
       <tr>
         <td colspan="2" style="text-align: center">
         <td colspan="2" style="text-align: center">
Line 19: Line 18:
         </td>
         </td>
       </tr>
       </tr>
{{#if:{{{birth_date|}}}|
 
       <tr>
       <tr>
         <th>Birth date</th>
         <th>Birth date</th>
Line 25: Line 24:
       </tr>
       </tr>


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