Difference between revisions of "Template:Infobox character"

From SDSDWiki
Line 3: Line 3:
 
<div class="infobox-image">[[File:{{{image}}}|150px]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|150px]]</div>}}
 
<table>{{#if:{{{fullname|}}}|<tr>
 
<table>{{#if:{{{fullname|}}}|<tr>
     <th>Full Name</th>
+
     <th>Full Name:</th>
 
     <td>{{{fullname}}}</td>
 
     <td>{{{fullname}}}</td>
 
</tr>}}{{#if:{{{creaturetype|}}}|<tr>
 
</tr>}}{{#if:{{{creaturetype|}}}|<tr>
     <th>Creature Type</th>
+
     <th>Creature Type:</th>
 
     <td>{{{creaturetype}}}</td>
 
     <td>{{{creaturetype}}}</td>
 
</tr>}}{{#if:{{{race|}}}|<tr>
 
</tr>}}{{#if:{{{race|}}}|<tr>
     <th>Race</th>
+
     <th>Race:</th>
 
     <td>{{{race}}}</td>
 
     <td>{{{race}}}</td>
 
</tr>}}{{#if:{{{pronouns|}}}|<tr>
 
</tr>}}{{#if:{{{pronouns|}}}|<tr>
     <th>Pronouns</th>
+
     <th>Pronouns:</th>
 
     <td>{{{pronouns}}}</td>
 
     <td>{{{pronouns}}}</td>
 
</tr>}}{{#if:{{{age|}}}|<tr>
 
</tr>}}{{#if:{{{age|}}}|<tr>
     <th>Age</th>
+
     <th>Age:</th>
 
     <td>{{{age}}}</td>
 
     <td>{{{age}}}</td>
 +
</tr>}}{{#if:{{{DOB|}}}|<tr>
 +
    <th>DOB:</th>
 +
    <td>{{{DOB}}}</td>
 +
</tr>}}{{#if:{{{height|}}}|<tr>
 +
    <th>Height:</th>
 +
    <td>{{{height}}}</td>
 +
</tr>}}{{#if:{{{hair|}}}|<tr>
 +
    <th>Hair:</th>
 +
    <td>{{{hair}}}</td>
 +
</tr>}}{{#if:{{{eyes|}}}|<tr>
 +
    <th>Eyes:</th>
 +
    <td>{{{eyes}}}</td>
 +
</tr>}}{{#if:{{{nationality|}}}|<tr>
 +
    <th>Nationality:</th>
 +
    <td>{{{nationality}}}</td>
 +
</tr>}}{{#if:{{{home|}}}|<tr>
 +
    <th>Home</th>
 +
    <td>{{{home}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Revision as of 17:30, 19 December 2020

Infobox character