Difference between revisions of "Template:Infobox"

From Machibarusu
Jump to navigation Jump to search
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:


<table>
<table>
{{#if:{{{fullname|}}}|<tr><div class="infobox-line">
{{#if:{{{fullname|}}}|<tr>
     <th>Full Name</th>
     <th>Full Name</th>
     <td>{{{fullname}}}</td>
     <td>{{{fullname}}}</td>
</div></tr>}}
</tr>}}
{{#if:{{{gender|}}}|<tr>
{{#if:{{{gender|}}}|<tr>
     <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