Difference between revisions of "Template:UserInfobox"

From SimpleFlips' Server Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<div class="infobox-title">{{{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>
 
    <td>{{{username}}}</td>
 
</tr>}}{{#if:{{{alts|}}}|<tr>
 
 
     <th>Alts</th>
 
     <th>Alts</th>
 
     <td>{{{alts}}}</td>
 
     <td>{{{alts}}}</td>
Line 15: Line 12:
 
     <td>{{{aliases}}}</td>
 
     <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>

Latest revision as of 23:01, 24 June 2022

UserInfobox