Difference between revisions of "Template:UserInfobox"
Jump to navigation
Jump to search
m |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
| − | <div class="infobox-image">[[File:{{{image}}}| | + | <div class="infobox-image">[[File:{{{image}}}|200px]]</div>}} |
| − | <table>{{#if:{{{ | + | <table>{{#if:{{{alts|}}}|<tr> |
| − | <th> | + | <th>Alts</th> |
| − | <td>{{{ | + | <td>{{{alts}}}</td> |
</tr>}}{{#if:{{{discord|}}}|<tr> | </tr>}}{{#if:{{{discord|}}}|<tr> | ||
<th>Discord Username</th> | <th>Discord Username</th> | ||
| Line 12: | Line 12: | ||
<td>{{{aliases}}}</td> | <td>{{{aliases}}}</td> | ||
</tr>}}{{#if:{{{joindate|}}}|<tr> | </tr>}}{{#if:{{{joindate|}}}|<tr> | ||
| − | <th>Joined | + | <th>Joined</th> |
<td>{{{joindate}}}</td> | <td>{{{joindate}}}</td> | ||
</tr>}}{{#if:{{{role|}}}|<tr> | </tr>}}{{#if:{{{role|}}}|<tr> | ||
| Line 20: | Line 20: | ||
<th>Affiliation</th> | <th>Affiliation</th> | ||
<td>{{{affiliation}}}</td> | <td>{{{affiliation}}}</td> | ||
| + | </tr>}}{{#if:{{{other|}}}|<tr> | ||
| + | <th>Additional info</th> | ||
| + | <td>{{{other}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 22:01, 24 June 2022
UserInfobox