Difference between revisions of "Template:Infobox character"
From SDSDWiki
| Line 1: | Line 1: | ||
| − | + | <div class="infobox"> | |
| − | |{{PAGENAME}} | + | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| |
| − | + | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | |
| − | + | <table>{{#if:{{{creaturetype|}}}|<tr> | |
| − | | | + | <th>Creature Type</th> |
| − | + | <td>{{{creaturetype}}}</td> | |
| − | | | + | </tr>}}{{#if:{{{Race|}}}|<tr> |
| − | + | <th>Race</th> | |
| − | | | + | <td>{{{race}}}</td> |
| − | + | </tr>}}{{#if:{{{Pronouns|}}}|<tr> | |
| − | | | + | <th>Pronouns</th> |
| − | + | <td>{{{pronouns}}}</td> | |
| − | + | </tr>}}{{#if:{{{param4|}}}|<tr> | |
| − | + | <th>Age</th> | |
| + | <td>{{{age}}}</td> | ||
| + | </tr>}}</table> | ||
| + | </div> | ||
Revision as of 01:39, 3 December 2020
Infobox character