Template:Player Infobox: Difference between revisions

From Blockate Wiki
Content added Content deleted
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
No edit summary
Tag: Manual revert
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
{| class="wikitable infobox"
! colspan="2" class="infobox-header" style="background-color: #ff5959;" | {{#if:{{{user_id|}}}|<span class="plainlinks">[https://www.roblox.com/users/{{{user_id}}}/profile <div style="color:#ffffff">{{{username|{{PAGENAME}}}}}</div>]</span>|{{{username|{{PAGENAME}}}}}}}
<title source="title1">
|- {{#if: {{{avatar|}}}||style="display: none"}}
<default>{{PAGENAME}}</default>
! colspan="2" | [[File:{{{avatar}}}|200px]]
</title>
|- {{#if: {{{avatar|}}}||style="display: none"}}
<image source="image1">
| colspan="2" style="text-align: center" | <small>{{{username}}}'s avatar</small>
<caption source="caption1"/>
|- {{#if: {{{alias|}}}||style="display: none"}}
</image>
! Also known as
<data source="row1">
| {{{alias}}}
<label>Label</label>
|- {{#if: {{{rank|}}}||style="display: none"}}
</data>
! Rank
<data source="row2">
| {{{rank}}}
<label>Label</label>
|- {{#if: {{{started|}}}||style="display: none"}}
</data>
! Joined Blockate
</infobox>
| {{{started}}}
|}

<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Player Infobox
{{Person
|username=fewkz
|title1=Example
|user_id=20405051
|image1=Example
|avatar=FewkzAvatar.png
|caption1=Example
|rank=Creator
|row1=Example
|alias=fox
|row2=Example
}}
}}
</pre>
</pre>
[[Category:Templates]][[Category:Infobox Templates]]
</noinclude>
</noinclude>

Latest revision as of 10:07, 26 October 2022

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


Example usage:

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