Difference between revisions of "Template:Basic Infobox"
From Shinies
(Adjust parameters) |
m |
||
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:{{{Apparent Species|}}}|<tr> | </tr>}}{{#if:{{{Apparent Species|}}}|<tr> | ||
<th> | <th>Apparent Species</th> | ||
<td>{{{Apparent Species}}}</td> | <td>{{{Apparent 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> |
Revision as of 18:44, 15 March 2022
Basic Infobox