Difference between revisions of "Template:UserInfobox"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
m (Ingo moved page Template:Infobox to Template:UserInfobox without leaving a redirect)  | 
				m  | 
				||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox">  | <div class="infobox">  | ||
| − | <div class="infobox-  | + | <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:{{{  | + | <table>{{#if:{{{alts|}}}|<tr>  | 
| − |      <th>Username</th>  | + |      <th>Alts</th>  | 
| − |      <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   | + |      <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 22:01, 24 June 2022
UserInfobox