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>Parameter 1</th>
     <th>Name</th>
     <td>{{{Name}}}</td>
     <td>{{{Name}}}</td>
</tr>}}{{#if:{{{Gender|}}}|<tr>
</tr>}}{{#if:{{{Gender|}}}|<tr>
     <th>Parameter 2</th>
     <th>Gender</th>
     <td>{{{Gender}}}</td>
     <td>{{{Gender}}}</td>
</tr>}}{{#if:{{{Pronouns|}}}|<tr>
</tr>}}{{#if:{{{Pronouns|}}}|<tr>
     <th>Parameter 3</th>
     <th>Pronouns</th>
     <td>{{{Pronouns}}}</td>
     <td>{{{Pronouns}}}</td>
</tr>}}{{#if:{{{Apparent Species|}}}|<tr>
</tr>}}{{#if:{{{Apparent Species|}}}|<tr>
     <th>Parameter 4</th>
     <th>Apparent Species</th>
     <td>{{{Apparent Species}}}</td>
     <td>{{{Apparent Species}}}</td>
</tr>}}{{#if:{{{Age|}}}|<tr>
</tr>}}{{#if:{{{Age|}}}|<tr>
     <th>Parameter 5</th>
     <th>Age</th>
     <td>{{{Age}}}</td>
     <td>{{{Age}}}</td>
</tr>}}{{#if:{{{Coloration|}}}|<tr>
</tr>}}{{#if:{{{Coloration|}}}|<tr>
     <th>Parameter 5</th>
     <th>Coloration</th>
     <td>{{{Coloration}}}</td>
     <td>{{{Coloration}}}</td>
</tr>}}{{#if:{{{Hair/Tail|}}}|<tr>
</tr>}}{{#if:{{{Hair/Tail|}}}|<tr>
     <th>Parameter 5</th>
     <th>Hair/Tail</th>
     <td>{{{Hair/Tail}}}</td>
     <td>{{{Hair/Tail}}}</td>
</tr>}}{{#if:{{{Eyes|}}}|<tr>
</tr>}}{{#if:{{{Eyes|}}}|<tr>
     <th>Parameter 5</th>
     <th>Eyes</th>
     <td>{{{Eyes}}}</td>
     <td>{{{Eyes}}}</td>
</tr>}}{{#if:{{{Interior|}}}|<tr>
</tr>}}{{#if:{{{Interior|}}}|<tr>
     <th>Parameter 5</th>
     <th>Interior</th>
     <td>{{{Interior}}}</td>
     <td>{{{Interior}}}</td>
</tr>}}{{#if:{{{World Type|}}}|<tr>
</tr>}}{{#if:{{{World Type|}}}|<tr>
     <th>Parameter 5</th>
     <th>World Type</th>
     <td>{{{World Type}}}</td>
     <td>{{{World Type}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revision as of 19:44, 15 March 2022

Basic Infobox