Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/skins/Skin.php at line 1639] in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/debug/MWDebug.php on line 386
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Player: Difference between revisions

Template page
[checked revision][checked revision]
mNo edit summary
mNo edit summary
Line 1: Line 1:
<templatestyles src="Infobox Player/styles.css" />
<templatestyles src="Infobox Player/styles.css" />
{{#vardefine:uname|{{#if:{{{username|}}}|{{{username}}}|{{#titleparts:{{PAGENAME}}|1|2}}}}}}
{{#vardefine:unameE|{{urlencode:{{#var:uname}}|WIKI}}}}


{| class="infobox-player"
{| class="infobox-player"
Line 9: Line 6:
|-
|-
! class="infobox-image" colspan="2" |
! class="infobox-image" colspan="2" |
   {{#ifexist:File:Avatar_{{#var:unameE}}.jpg
   <!-- Avatar: respecte strictement ta logique #titleparts -->
   | [[File:Avatar_{{#var:unameE}}.jpg|200px|center]]
   [[File:Avatar_{{#titleparts:{{PAGENAME}}|1|2}}.jpg|200px|center]]
   | {{#ifexist:File:Avatar_{{#var:unameE}}.jpeg
   {{#ifexist:File:Avatar_{{#titleparts:{{PAGENAME}}|1|2}}.jpeg
     | [[File:Avatar_{{#var:unameE}}.jpeg|200px|center]]
     | [[File:Avatar_{{#titleparts:{{PAGENAME}}|1|2}}.jpeg|200px|center]]
     | {{#ifexist:File:Avatar_{{#var:unameE}}.png
     | {{#ifexist:File:Avatar_{{#titleparts:{{PAGENAME}}|1|2}}.png
      | [[File:Avatar_{{#var:unameE}}.png|200px|center]]
        | [[File:Avatar_{{#titleparts:{{PAGENAME}}|1|2}}.png|200px|center]]
      | [[File:No-avatar-placeholder.png|200px|center|link=]]
        | [[File:No-avatar-placeholder.png|200px|center|link=]]
       }}
       }}
    }}
   }}
   }}
|-
|-
| class="infobox-upload" colspan="2" |
| class="infobox-upload" colspan="2" |
[{{fullurl:Special:FlexiUpload | campaign=players&username={{#var:unameE}}}} '''⬆ Upload your avatar here''']
[{{fullurl:Special:FlexiUpload
| campaign=players&username={{#titleparts:{{PAGENAME}}|1|2}}
}} '''⬆ Upload your avatar here''']
|-
|-
| class="infobox-caption" colspan="2" | {{{caption|}}}
| class="infobox-caption" colspan="2" | {{{caption|}}}

Revision as of 15:42, 2 September 2025

Page Template:Infobox Player/styles.css has no content.

Unknown Player
File:Avatar .jpg
File:No-avatar-placeholder.png

⬆ Upload your avatar here

Player information
Username
Also known as
Discord
Joined TRP
Timezone
Languages
Out-of-character
Age
Pronouns
Country
Current status Active
TRP Roles
Roleplay activity
Played characters
Relations (OOC)
Disciplinary record
None
Notes

Usage

On a player page, add:

{{Infobox Player
 |username   = John Doe
 |aka        = JohnDoe2, JDoe
 |caption    = Long-time TRP player
 |discord    = JohnDoe#1234
 |joined     = September 2025
 |timezone   = EST (UTC-5)
 |languages  = English, Spanish
 |age        = 24
 |pronouns   = he/him
 |country    = USA
 |status     = Active
 |roles      = 
* Player (2022–present)
* Moderation (previously, quit in 2023)
 |characters = [[Jane Tanaka]], [[Kenji Sato]]
 |relations  = 
* Friend of [[Jane Doe]]
* Worked with [[Richard Roe]] in Business faction
 |discipline = 
* Warning — March 2023 (spamming)
* 3-day ban — July 2024 (combat logging)
 |notes      = Returned in 2025 with good standing.
}}
Avatar

Files are expected as Avatar_<username>.(jpg|jpeg|png). The username defaults to the subpage name (e.g., Players/KowaulskyKowaulsky), or to |username= if provided.

Contents