Template:Infobox: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
{{#if:{{{uuid|}}}|<div class="infobox-image">https://visage.surgeplay.com/full/384/{{{uuid|}}}.png</div>}} | {{#if:{{{uuid|}}}|<div style='text-align: center;' class="infobox-image">https://visage.surgeplay.com/full/384/{{{uuid|}}}.png</div>}} | ||
<table> | <table> | ||
{{#if:{{{uuid|}}}| | {{#if:{{{uuid|}}}| | ||
Line 8: | Line 8: | ||
<th>UUID</th> | <th>UUID</th> | ||
<td>[https://namemc.com/profile/{{{uuid}}} {{{uuid}}}]</td> | <td>[https://namemc.com/profile/{{{uuid}}} {{{uuid}}}]</td> | ||
</tr> | |||
}} | |||
{{#if:{{{uuid|}}}| | |||
<tr> | |||
<th>Player stats</th> | |||
<td>[https://stats.piratemc.com/#player:{{{uuid}}} {{{title|{{PAGENAME}}}}} Stats Page]</td> | |||
</tr> | </tr> | ||
}} | }} | ||
Line 26: | Line 32: | ||
<th>Crew</th> | <th>Crew</th> | ||
<td>{{{crew}}}</td> | <td>{{{crew}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{crew|}}}| | |||
<tr> | |||
<th>Settlement</th> | |||
<td>{{{settlement}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
Line 41: | Line 53: | ||
<tr> | <tr> | ||
<th> | <th>Website Profile</th> | ||
<td>[https://piratemc.com/pirate/{{{title|{{PAGENAME}}}}}/ {{{title|{{PAGENAME}}}}} | <td>[https://piratemc.com/pirate/{{{title|{{PAGENAME}}}}}/ {{{title|{{PAGENAME}}}}} Website Profile]</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> |