Difference between revisions of "Template:Infobox"

From Machibarusu
Jump to navigation Jump to search
Tag: Reverted
Tag: Reverted
Line 1: Line 1:
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{fullname|}}}|<tr>
    <th>Full Name</th>
    <td>{{{fullname}}}</td>
</tr>}}{{#if:{{{gender|}}}|<tr>
    <th>Gender</th>
    <td>{{{gender}}}</td>
</tr>}}{{#if:{{{species|}}}|<tr>
    <th>Species</th>
    <td>{{{species}}}</td>
</tr>}}{{#if:{{{birthday|}}}|<tr>
    <th>Date of Birth</th>
    <td>{{{birthday}}}</td>
</tr>}}{{#if:{{{deathday|}}}|<tr>
    <th>Date of Death</th>
    <td>{{{deathday}}}</td>
</tr>}}{{#if:{{{origin|}}}|<tr>
    <th>Origin</th>
    <td>{{{origin}}}</td>
</tr>}}{{#if:{{{livingplace|}}}|<tr>
    <th>Living Place</th>
    <td>{{{livingplace}}}</td>
</tr>}}{{#if:{{{jobs|}}}|<tr>
    <th>Occupations</th>
    <td>{{{jobs}}}</td>
</tr>}}{{#if:{{{affiliation|}}}|<tr>
    <th>Affiliation</th>
    <td>{{{affiliation}}}</td>
</tr>}}{{#if:{{{objects|}}}|<tr>
    <th>Known Objects</th>
    <td>{{{objects}}}</td>
</tr>}}{{#if:{{{artists|}}}|<tr>
    <th>Artists</th>
    <td>{{{artists}}}</td>
</tr>}}</table>
</div>
<includeonly>
<includeonly>
<div class="xc1 character">
<div class="xc1 character">

Revision as of 17:18, 3 September 2022