Template:Player Infobox: Difference between revisions

From Blockate Wiki
Content added Content deleted
No edit summary
(Update player infobox)
Line 1: Line 1:
{| class="wikitable infotable"
{| class="wikitable infotable"
! colspan="2" style="background-color:#ff5959;" | {{{username|{{PAGENAME}}}}}
! colspan="2" style="background-color:#ff5959;" | <span class="plainlinks">[https://www.roblox.com/users/{{{user_id}}}/profile {{{username}}}]</span>
|- {{#if: {{{image|}}}||style="display: none"}}
|- {{#if: {{{avatar|}}}||style="display: none"}}
! colspan="2" | [[File:{{{image}}}|200px]]
! colspan="2" | [[File:{{{avatar}}}|200px]]
| colspan="2" style="text-align: center" | <small>{{{username}}}'s avatar</small>
|- {{#if: {{{caption|}}}||style="display: none"}}{{#if: {{{image|}}}||style="display: none"}}
| colspan="2" style="text-align: center" | <small>{{{caption}}}</small>
|- {{#if: {{{alias|}}}||style="display: none"}}
|- {{#if: {{{alias|}}}||style="display: none"}}
! Known as
! Known as
Line 19: Line 18:
Example usage:<pre>
Example usage:<pre>
{{Player Infobox
{{Player Infobox
|username=Example
|username=fewkz
|user_id=20405051
|image=Example
|avatar=FewkzAvatar.png
|caption=Example
|rank=Example
|rank=Creator
|alias=fox
|started=Example
|alias=Example
}}
}}
</pre>
</pre>

Revision as of 08:43, 22 October 2022

{{{username}}}
[[File:{{{avatar}}}|200px]] {{{username}}}'s avatar
Known as {{{alias}}}
Rank {{{rank}}}
Joined Blockate {{{started}}}


Example usage:

{{Player Infobox
|username=fewkz
|user_id=20405051
|avatar=FewkzAvatar.png
|rank=Creator
|alias=fox
}}