Difference between revisions of "Template:Infobox"

From Machibarusu
Jump to navigation Jump to search
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image">{{{image}}}</div>}}
{{#if:{{{image|}}}|<div class="infobox-image">{{{image}}}</div>}}


<table>
<table>
Line 11: Line 11:
     <th>Gender</th>
     <th>Gender</th>
     <td>{{{gender}}}</td>
     <td>{{{gender}}}</td>
</tr>}}
{{#if:{{{species|}}}|<tr>
    <th>Species</th>
    <td>{{{species}}}</td>
</tr>}}
</tr>}}
{{#if:{{{status|}}}|<tr>
{{#if:{{{status|}}}|<tr>
Line 33: Line 29:
</tr>}}
</tr>}}
{{#if:{{{livingplace|}}}|<tr>
{{#if:{{{livingplace|}}}|<tr>
     <th>Living Place</th>
     <th>Residence</th>
     <td>{{{livingplace}}}</td>
     <td>{{{livingplace}}}</td>
</tr>}}
{{#if:{{{family|}}}|<tr>
    <th>Family</th>
    <td>{{{family}}}</td>
</tr>}}
</tr>}}
{{#if:{{{jobs|}}}|<tr>
{{#if:{{{jobs|}}}|<tr>

Revision as of 10:34, 7 July 2023

Infobox