Difference between revisions of "Template:Infobox character"

From SDSDWiki
 
(28 intermediate revisions by 3 users 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 vale-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
+
{{#if:{{{world|}}}|<div class="infobox-world">{{{world}}}</div>}}{{#if:{{{image|}}}|
<table>{{#if:{{{creaturetype|}}}|<tr>
+
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
     <th>Creature Type</th>
+
{{#if:{{{caption|}}}|<tr>
 +
    <td>{{{caption}}}</td>
 +
</tr>}}
 +
<table>{{#if:{{{fullname|}}}|<tr>
 +
    <th>Full Name:</th>
 +
    <td>{{{fullname}}}</td>
 +
</tr>}}{{#if:{{{alias|}}}|<tr>
 +
    <th>Alias:</th>
 +
    <td>{{{alias}}}</td>
 +
</tr>}}{{#if:{{{creaturetype|}}}|<tr>
 +
     <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:{{{param4|}}}|<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>Hometown:</th>
 +
    <td>{{{home}}}</td>
 +
</tr>}}{{#if:{{{affiliations|}}}|<tr>
 +
    <th>Affiliations:</th>
 +
    <td>{{{affiliations}}}</td>
 +
</tr>}}{{#if:{{{bias|}}}|<tr>
 +
    <th>God Bias:</th>
 +
    <td>{{{bias}}}</td>
 +
</tr>}}{{#if:{{{language|}}}|<tr>
 +
    <th>Languages Spoken:</th>
 +
    <td>{{{language}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Latest revision as of 20:32, 17 May 2025

Infobox character