Difference between revisions of "Template:Infobox person"

From CreaWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
+
<div class="infobox_person">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
+
<div class="infobox_person-title">{{{title|{{PAGENAME}}}}}</div>
  
 
{{#if:{{{image|}}}|
 
{{#if:{{{image|}}}|
<div class="infobox-image">
+
<div class="infobox_person-image">
[[Special:Redirect/file/{{{image}}}|150px]]</div>}}
+
[[File:{{{image}}}|150px]]</div>}}
  
 
<table>{{#if:{{{birth_date|}}}|<tr>
 
<table>{{#if:{{{birth_date|}}}|<tr>
Line 10: Line 10:
 
     <td>{{{birth_date}}}</td>
 
     <td>{{{birth_date}}}</td>
 
</tr>}}{{#if:{{{birth_place|}}}|<tr>
 
</tr>}}{{#if:{{{birth_place|}}}|<tr>
     <th></th>
+
     <th>Birthplace</th>
 
     <td>{{{birth_place}}}</td>
 
     <td>{{{birth_place}}}</td>
 
</tr>}}{{#if:{{{death_date|}}}|<tr>
 
</tr>}}{{#if:{{{death_date|}}}|<tr>
 
     <th>Died</th>
 
     <th>Died</th>
 
     <td>{{{death_date}}}</td>
 
     <td>{{{death_date}}}</td>
 +
</tr>}}{{#if:{{{resting_place|}}}|<tr>
 +
    <th>Resting Place</th>
 +
    <td>{{{resting_place}}}</td>
 +
</tr>}}{{#if:{{{nationality|}}}|<tr>
 +
    <th>Nationality</th>
 +
    <td>{{{nationality}}}</td>
 +
</tr>}}{{#if:{{{ocupation|}}}|<tr>
 +
    <th>Ocupation</th>
 +
    <td>{{{ocupation}}}</td>
 +
</tr>}}{{#if:{{{notable_work|}}}|<tr>
 +
    <th>Notable work</th>
 +
    <td>{{{notable_work}}}</td>
 
</tr>}}{{#if:{{{awards|}}}|<tr>
 
</tr>}}{{#if:{{{awards|}}}|<tr>
 
     <th>Awards</th>
 
     <th>Awards</th>
 
     <td>{{{awards}}}</td>
 
     <td>{{{awards}}}</td>
 +
</tr>}}{{#if:{{{agent|}}}|<tr>
 +
    <th>Agent</th>
 +
    <td>{{{agent}}}</td>
 +
</tr>}}{{#if:{{{website|}}}|<tr>
 +
    <th>Website</th>
 +
    <td>{{{website}}}</td>
 +
</tr>}}{{#if:{{{signature|}}}|<tr>
 +
    <th>Signature</th>
 +
    <td>{{{signature}}}</td>
 
</tr>}}
 
</tr>}}
 
  
 
</table>
 
</table>
  
 
</div>
 
</div>

Latest revision as of 09:41, 10 May 2021

Infobox person