Difference between revisions of "Template:Basic Infobox"
From Shinies
(Adjust parameters) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{Name|}}}|<tr> | <table>{{#if:{{{Name|}}}|<tr> | ||
<th> | <th>Name</th> | ||
<td>{{{Name}}}</td> | <td>{{{Name}}}</td> | ||
</tr>}}{{#if:{{{Gender|}}}|<tr> | </tr>}}{{#if:{{{Gender|}}}|<tr> | ||
<th> | <th>Gender</th> | ||
<td>{{{Gender}}}</td> | <td>{{{Gender}}}</td> | ||
</tr>}}{{#if:{{{Pronouns|}}}|<tr> | </tr>}}{{#if:{{{Pronouns|}}}|<tr> | ||
<th> | <th>Pronouns</th> | ||
<td>{{{Pronouns}}}</td> | <td>{{{Pronouns}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Species|}}}|<tr> | ||
<th> | <th>Species</th> | ||
<td>{{{ | <td>{{{Species}}}</td> | ||
</tr>}}{{#if:{{{Age|}}}|<tr> | </tr>}}{{#if:{{{Age|}}}|<tr> | ||
<th> | <th>Age</th> | ||
<td>{{{Age}}}</td> | <td>{{{Age}}}</td> | ||
</tr>}}{{#if:{{{Coloration|}}}|<tr> | </tr>}}{{#if:{{{Coloration|}}}|<tr> | ||
<th> | <th>Coloration</th> | ||
<td>{{{Coloration}}}</td> | <td>{{{Coloration}}}</td> | ||
</tr>}}{{#if:{{{Hair/Tail|}}}|<tr> | </tr>}}{{#if:{{{Hair/Tail|}}}|<tr> | ||
<th> | <th>Hair/Tail</th> | ||
<td>{{{Hair/Tail}}}</td> | <td>{{{Hair/Tail}}}</td> | ||
</tr>}}{{#if:{{{Eyes|}}}|<tr> | </tr>}}{{#if:{{{Eyes|}}}|<tr> | ||
<th> | <th>Eyes</th> | ||
<td>{{{Eyes}}}</td> | <td>{{{Eyes}}}</td> | ||
</tr>}}{{#if:{{{Interior|}}}|<tr> | </tr>}}{{#if:{{{Interior|}}}|<tr> | ||
<th> | <th>Interior</th> | ||
<td>{{{Interior}}}</td> | <td>{{{Interior}}}</td> | ||
</tr>}}{{#if:{{{World Type|}}}|<tr> | </tr>}}{{#if:{{{World Type|}}}|<tr> | ||
<th> | <th>World Type</th> | ||
<td>{{{World Type}}}</td> | <td>{{{World Type}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": {}, | |||
"image": {}, | |||
"Name": {}, | |||
"Gender": {}, | |||
"Pronouns": {}, | |||
"Apparent Species": {}, | |||
"Age": {}, | |||
"Coloration": {}, | |||
"Hair/Tail": {}, | |||
"Eyes": {}, | |||
"Interior": {}, | |||
"World Type": {} | |||
}, | |||
"description": "Infobox for characters" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 18:54, 15 March 2022
Basic Infobox
Infobox for characters
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | optional |
image | image | no description | Unknown | optional |
Name | Name | no description | Unknown | optional |
Gender | Gender | no description | Unknown | optional |
Pronouns | Pronouns | no description | Unknown | optional |
Apparent Species | Apparent Species | no description | Unknown | optional |
Age | Age | no description | Unknown | optional |
Coloration | Coloration | no description | Unknown | optional |
Hair/Tail | Hair/Tail | no description | Unknown | optional |
Eyes | Eyes | no description | Unknown | optional |
Interior | Interior | no description | Unknown | optional |
World Type | World Type | no description | Unknown | optional |