Difference between revisions of "Template:Infobox character"

From SDSDWiki
(Replaced content with "{| style="float:right;border:1px solid black" |My Test Infobox |- | Race | {{race}} |}")
Tag: Replaced
 
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="float:right;border:1px solid black"
+
<div class="infobox">
|My Test Infobox
+
<div class="infobox-title vale-title">{{{title|{{PAGENAME}}}}}</div>
|-
+
{{#if:{{{world|}}}|<div class="infobox-world">{{{world}}}</div>}}{{#if:{{{image|}}}|
| Race | {{race}}
+
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
|}
+
{{#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>
 +
</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