Difference between revisions of "Template:Infobox character"

From SDSDWiki
 
(49 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|}}}|
| More Info
+
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
|}
+
{{#if:{{{caption|}}}|<tr>
 
+
    <td>{{{caption}}}</td>
{| style="float:right;border:1px solid black"
+
</tr>}}
| title  = {{{title|<includeonly>{{{name|{{{subject_name|{{PAGENAME}} }}} }}}</includeonly>}}}
+
<table>{{#if:{{{fullname|}}}|<tr>
| image  = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo_size|}}}|sizedefault=frameless|alt={{{logo_alt|}}}}}
+
    <th>Full Name:</th>
| image2  = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}}}
+
    <td>{{{fullname}}}</td>
| caption2= {{{caption|}}}
+
</tr>}}{{#if:{{{alias|}}}|<tr>
 
+
    <th>Alias:</th>
| label3  = Media type
+
    <td>{{{alias}}}</td>
| data3  = {{{type|}}}
+
</tr>}}{{#if:{{{creaturetype|}}}|<tr>
| label3a = Usage
+
    <th>Creature Type:</th>
| data13a = {{{use|}}}
+
    <td>{{{creaturetype}}}</td>
| label4  = [[Content format|Encoding]]
+
</tr>}}{{#if:{{{race|}}}|<tr>
| data4  = {{{encoding|}}}
+
    <th>Race:</th>
| label5  = Capacity
+
    <td>{{{race}}}</td>
| data5  = {{{capacity|}}}
+
</tr>}}{{#if:{{{pronouns|}}}|<tr>
| label6  = Block size
+
    <th>Pronouns:</th>
| data6  = {{{blocksize|}}}
+
    <td>{{{pronouns}}}</td>
| label7  = Read mechanism
+
</tr>}}{{#if:{{{age|}}}|<tr>
| data7  = {{{read|}}}
+
    <th>Age:</th>
| label8  = Write mechanism
+
    <td>{{{age}}}</td>
| data8  = {{{write|}}}
+
</tr>}}{{#if:{{{DOB|}}}|<tr>
| label9  = [[International standard|Standard]]
+
    <th>DOB:</th>
| data9  = {{{standard|}}}
+
    <td>{{{DOB}}}</td>
| label10  = Developed{{spaces}}by
+
</tr>}}{{#if:{{{height|}}}|<tr>
| data10  = {{{owner|}}}
+
    <th>Height:</th>
| label10a  = Invented
+
    <td>{{{height}}}</td>
| data10a  = {{{invented|}}}
+
</tr>}}{{#if:{{{hair|}}}|<tr>
| label10b  =  Introduced
+
    <th>Hair:</th>
| data10b  = {{{introduced|}}}
+
    <td>{{{hair}}}</td>
| label11 = Dimensions
+
</tr>}}{{#if:{{{eyes|}}}|<tr>
| data11  = {{{dimensions|}}}
+
    <th>Eyes:</th>
| label12 = Weight
+
    <td>{{{eyes}}}</td>
| data12  = {{{weight|}}}
+
</tr>}}{{#if:{{{nationality|}}}|<tr>
| label14 = Extended from
+
    <th>Nationality:</th>
| data14  = {{{extended from|}}}
+
    <td>{{{nationality}}}</td>
| label15 = Extended to
+
</tr>}}{{#if:{{{home|}}}|<tr>
| data15  = {{{extended to|}}}
+
    <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