Template:Infobox player: Difference between revisions

From EverVoid Wiki
Jump to navigation Jump to search
No edit summary
m (Added Player INfobox)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="infobox">
<includeonly>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<table class="rsw-infobox plainlinks no-parenthesis-style" cellpadding="0" cellspacing="0">
<div class="infobox-image">[[File:{{{image}}}|120x270px]]</div>}}
<tr>
<table>{{#if:{{{param1|}}}|<tr>
<td class="infobox-image bordered-image" colspan="2">[[File:{{{image}}}|224x300px]]
     <th>Parameter 1</th>
</td></tr>
     <td>{{{param1}}}</td>
<tr>
</tr>}}{{#if:{{{param2|}}}|<tr>
<th class="infobox-header" colspan="2">{{{title|{{PAGENAME}}}}}
     <th>Parameter 2</th>
</th></tr>
     <td>{{{param2}}}</td>
{{#if:{{{Rank|}}}|<tr>
</tr>}}{{#if:{{{param3|}}}|<tr>
     <th>Rank</th>
     <th>Parameter 3</th>
     <td>{{{Rank}}}</td>
     <td>{{{param3}}}</td>
</tr>}}{{#if:{{{Discord|}}}|<tr>
</tr>}}{{#if:{{{param4|}}}|<tr>
     <th>Discord</th>
     <th>Parameter 4</th>
     <td>{{{Discord}}}</td>
     <td>{{{param4}}}</td>
</tr>}}{{#if:{{{Clan|}}}|<tr>
</tr>}}{{#if:{{{param5|}}}|<tr>
     <th>Clan</th>
     <th>Parameter 5</th>
     <td>{{{Clan}}}</td>
     <td>{{{param5}}}</td>
</tr>}}{{#if:{{{Status|}}}|<tr>
     <th>Status</th>
     <td>{{{Status}}}</td>
</tr>}}{{#if:{{{Join date|}}}|<tr>
     <th>Join date</th>
     <td>{{{Join date}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</includeonly>
<noinclude>
To view the Player Infobox documentation and learn how to use it [[Template:Infobox player/doc|Click Here]]
</noinclude>

Latest revision as of 05:25, 22 October 2020


To view the Player Infobox documentation and learn how to use it Click Here