Difference between revisions of "Template:Basic Infobox"
From Shinies
(basic infobox creation I hope) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{ | <table>{{#if:{{{Name|}}}|<tr> | ||
<th> | <th>Name</th> | ||
<td>{{{ | <td>{{{Name}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Gender|}}}|<tr> | ||
<th> | <th>Gender</th> | ||
<td>{{{ | <td>{{{Gender}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Pronouns|}}}|<tr> | ||
<th> | <th>Pronouns</th> | ||
<td>{{{ | <td>{{{Pronouns}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Species|}}}|<tr> | ||
<th> | <th>Species</th> | ||
<td>{{{ | <td>{{{Species}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Age|}}}|<tr> | ||
<th> | <th>Age</th> | ||
<td>{{{ | <td>{{{Age}}}</td> | ||
</tr>}}{{#if:{{{Coloration|}}}|<tr> | |||
<th>Coloration</th> | |||
<td>{{{Coloration}}}</td> | |||
</tr>}}{{#if:{{{Hair/Tail|}}}|<tr> | |||
<th>Hair/Tail</th> | |||
<td>{{{Hair/Tail}}}</td> | |||
</tr>}}{{#if:{{{Eyes|}}}|<tr> | |||
<th>Eyes</th> | |||
<td>{{{Eyes}}}</td> | |||
</tr>}}{{#if:{{{Interior|}}}|<tr> | |||
<th>Interior</th> | |||
<td>{{{Interior}}}</td> | |||
</tr>}}{{#if:{{{World Type|}}}|<tr> | |||
<th>World Type</th> | |||
<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 19: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 |