Difference between revisions of "Template:UserInfobox"

From SimpleFlips' Server Wiki
Jump to navigation Jump to search
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="infobox">
 
<div class="infobox">
<div class="infobox-user">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
<table>{{#if:{{{username|}}}|<tr>
+
<table>{{#if:{{{alts|}}}|<tr>
     <th>Username</th>
+
     <th>Alts</th>
     <td>{{{username}}}</td>
+
    <td>{{{alts}}}</td>
 +
</tr>}}{{#if:{{{discord|}}}|<tr>
 +
    <th>Discord Username</th>
 +
     <td>{{{discord}}}</td>
 +
</tr>}}{{#if:{{{aliases|}}}|<tr>
 +
    <th>Aliases</th>
 +
    <td>{{{aliases}}}</td>
 
</tr>}}{{#if:{{{joindate|}}}|<tr>
 
</tr>}}{{#if:{{{joindate|}}}|<tr>
     <th>Joined at</th>
+
     <th>Joined</th>
 
     <td>{{{joindate}}}</td>
 
     <td>{{{joindate}}}</td>
 
</tr>}}{{#if:{{{role|}}}|<tr>
 
</tr>}}{{#if:{{{role|}}}|<tr>
 
     <th>Role</th>
 
     <th>Role</th>
 
     <td>{{{role}}}</td>
 
     <td>{{{role}}}</td>
 +
</tr>}}{{#if:{{{affiliation|}}}|<tr>
 +
    <th>Affiliation</th>
 +
    <td>{{{affiliation}}}</td>
 +
</tr>}}{{#if:{{{other|}}}|<tr>
 +
    <th>Additional info</th>
 +
    <td>{{{other}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Latest revision as of 23:01, 24 June 2022

UserInfobox