Template:Infobox: Difference between revisions
No edit summary |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class=" | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | |||
{{#if:{{{uuid|}}}|<div style='text-align: center;' class="infobox-image">https://visage.surgeplay.com/full/384/{{{uuid|}}}.png</div>}} | |||
{{#if:{{{image|}}}| | |||
}} | |||
<table> | <table> | ||
{{#if:{{{ | {{#if:{{{uuid|}}}| | ||
<tr> | <tr> | ||
<th>UUID</th> | <th>UUID</th> | ||
<td>{{{ | <td>[https://namemc.com/profile/{{{uuid}}} {{{uuid}}}]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{joined|}}}| | ||
<tr> | <tr> | ||
<th>Joined</th> | <th>Joined</th> | ||
<td>{{{ | <td>{{{joined}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{rank|}}}| | ||
<tr> | <tr> | ||
<th>Rank</th> | <th>Rank</th> | ||
<td>{{{ | <td>{{{rank}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{crew|}}}| | ||
<tr> | <tr> | ||
<th>Crew</th> | <th>Crew</th> | ||
<td>{{{ | <td>{{{crew}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{history|}}}| | ||
<tr> | <tr> | ||
<th>History</th> | <th>History</th> | ||
<td>{{{ | <td>{{{history}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
<th>Punishments</th> | <th>Punishments</th> | ||
<td>{{{ | <td>[https://bans.piratemc.com/index.php?action=viewplayer&player={{{title|{{PAGENAME}}}}}&server=0 {{{title|{{PAGENAME}}}}} Punishments]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Stats</th> | <th>Stats</th> | ||
<td>{{{ | <td>[https://piratemc.com/pirate/{{{title|{{PAGENAME}}}}}/ {{{title|{{PAGENAME}}}}} Stats]</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> |