Difference between revisions of "Template:Infobox character"

From SDSDWiki
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="float:right;border:1px solid black"
+
<div class="infobox">
|{{PAGENAME}}
+
<div class="infobox-title vale-title">{{{title|{{PAGENAME}}}}}</div>
|-  
+
{{#if:{{{world|}}}|<div class="infobox-world">{{{world}}}</div>}}{{#if:{{{image|}}}|
| [[File:{{{image}}}|300px]]
+
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
|-
+
{{#if:{{{caption|}}}|<tr>
| Creature Type || {{{creaturetype}}}
+
    <td>{{{caption}}}</td>
|-
+
</tr>}}
| Race || {{{race}}}
+
<table>{{#if:{{{fullname|}}}|<tr>
|-
+
    <th>Full Name:</th>
| Pronouns || {{{pronouns}}}
+
    <td>{{{fullname}}}</td>
|-
+
</tr>}}{{#if:{{{alias|}}}|<tr>
| Age || {{{age}}}
+
    <th>Alias:</th>
|
+
    <td>{{{alias}}}</td>
|}
+
</tr>}}{{#if:{{{creaturetype|}}}|<tr>
 +
    <th>Creature Type:</th>
 +
    <td>{{{creaturetype}}}</td>
 +
</tr>}}{{#if:{{{race|}}}|<tr>
 +
    <th>Race:</th>
 +
    <td>{{{race}}}</td>
 +
</tr>}}{{#if:{{{pronouns|}}}|<tr>
 +
    <th>Pronouns:</th>
 +
    <td>{{{pronouns}}}</td>
 +
</tr>}}{{#if:{{{age|}}}|<tr>
 +
    <th>Age:</th>
 +
    <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>
 +
</div>

Latest revision as of 20:32, 17 May 2025

Infobox character