Template:Player Infobox: Difference between revisions
Jump to navigation
Jump to search
ClearPixels (talk | contribs) Created page with "<noinclude> '''Player Infobox''' - Used on player pages to display a summary card. == Usage == <pre> {{Player Infobox | name = PlayerName | image = PlayerName_skin.png | caption = "Build first, ask questions never." | joined = March 2024 | status = Active | rank = Trusted | residence = Ironhaven | playstyle = Builder | affiliations = Ironhaven Builders Guild | discord = player#1234 }} </pre> Category:Templates </no..." |
ClearPixels (talk | contribs) |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
'''Player Infobox''' - Used on player pages to display a summary card. | |||
<noinclude> | <noinclude> | ||
'''Player Infobox''' - Used on player pages to display a summary card. | '''Player Infobox''' - Used on player pages to display a summary card. | ||
| Line 20: | Line 23: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{| class="wikitable" style="float:right; margin-left:1em; margin-bottom:1em; width: | {| class="wikitable" style="float:right; margin-left:1em; margin-bottom:1em; width:270px; font-size:90%;" | ||
|- | |- | ||
! colspan="2" style="background:# | ! colspan="2" style="background:#e8e8e8; font-size:1.2em; padding:8px; text-align:center;" | {{{name|{{PAGENAME}}}}} | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
{{!}}- | {{!}}- | ||
| Line 29: | Line 32: | ||
{{#if:{{{caption|}}}| | {{#if:{{{caption|}}}| | ||
{{!}}- | {{!}}- | ||
{{!}} colspan="2" style="text-align:center; font-style:italic; color:# | {{!}} colspan="2" style="text-align:center; font-style:italic; color:#555; padding:2px 8px 8px;" {{!}} ''{{{caption}}}'' | ||
}} | }} | ||
|- | |- | ||
! colspan="2" style="background:# | ! colspan="2" style="background:#e8e8e8; text-align:center; padding:4px;" | Player Information | ||
{{#if:{{{joined|}}}| | {{#if:{{{joined|}}}| | ||
{{!}}- | {{!}}- | ||
! style="width:40%; padding: | ! style="width:40%; padding:4px 8px;" {{!}} Joined | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{joined}}} | ||
}} | }} | ||
{{#if:{{{status|}}}| | {{#if:{{{status|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Status | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{status}}} | ||
}} | }} | ||
{{#if:{{{rank|}}}| | {{#if:{{{rank|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Rank | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{rank}}} | ||
}} | }} | ||
{{#if:{{{residence|}}}| | {{#if:{{{residence|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Residence | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} [[{{{residence}}}]] | ||
}} | }} | ||
{{#if:{{{playstyle|}}}| | {{#if:{{{playstyle|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Playstyle | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{playstyle}}} | ||
}} | }} | ||
{{#if:{{{affiliations|}}}| | {{#if:{{{affiliations|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Affiliations | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{affiliations}}} | ||
}} | }} | ||
{{#if:{{{discord|}}}| | {{#if:{{{discord|}}}| | ||
{{!}}- | {{!}}- | ||
! style="padding: | ! style="padding:4px 8px;" {{!}} Discord | ||
{{!}} style="padding: | {{!}} style="padding:4px 8px;" {{!}} {{{discord}}} | ||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Revision as of 21:16, 3 April 2026
Player Infobox - Used on player pages to display a summary card.
Player Infobox - Used on player pages to display a summary card.
Usage
{{Player Infobox
| name = PlayerName
| image = PlayerName_skin.png
| caption = "Build first, ask questions never."
| joined = March 2024
| status = Active
| rank = Trusted
| residence = Ironhaven
| playstyle = Builder
| affiliations = Ironhaven Builders Guild
| discord = player#1234
}}