Template:Infobox Player: Difference between revisions
More actions
| [checked revision] | [checked revision] |
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" | |||
|+ {{{username|{{PAGENAME}}}}} | |||
|- | |||
{{#if:{{{avatar|}}}| | |||
! colspan="2" | [[File:{{{avatar}}}|300px]] | |||
|- | |||
}} | |||
{{#if:{{{caption|}}}| | |||
| colspan="2" style="text-align:center; font-style:italic;" | {{{caption}}} | |||
|- | |||
}} | |||
! Status | |||
| {{StatusBadges|{{{status|Active}}}}} | |||
|- | |||
{{#if:{{{username|}}}| | |||
! Username | |||
{{!}} {{{username}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{aka|}}}| | |||
! Also known as | |||
{{!}} {{{aka}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{discord|}}}| | |||
! Discord | |||
{{!}} {{{discord}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{joined|}}}| | |||
! Joined TRP | |||
{{!}} {{{joined}}} | |||
{{!}}- | |||
}} | |||
! colspan="2" style="text-align:center; background-color: #f8f9fa;" | '''Out-of-character''' | |||
|- | |||
{{#if:{{{age|}}}| | |||
! Age | |||
{{!}} {{{age}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{pronouns|}}}| | |||
! Pronouns | |||
{{!}} {{{pronouns}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{country|}}}| | |||
! Country | |||
{{!}} {{{country}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{timezone|}}}| | |||
! Timezone | |||
{{!}} {{{timezone}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{languages|}}}| | |||
! Languages | |||
{{!}} {{{languages}}} | |||
{{!}}- | |||
}} | |||
! colspan="2" style="text-align:center; background-color: #f8f9fa;" | '''TRP Activity''' | |||
|- | |||
{{#if:{{{roles|}}}| | |||
! TRP Roles | |||
{{!}} {{{roles}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{characters|}}}| | |||
! Played characters | |||
{{!}} {{{characters}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{relations|}}}| | |||
! Relations (OOC) | |||
{{!}} {{{relations}}} | |||
{{!}}- | |||
}} | |||
[[Category: | ! colspan="2" style="text-align:center; background-color: #f8f9fa;" | '''Administrative''' | ||
|- | |||
{{#if:{{{discipline|}}}| | |||
! Disciplinary record | |||
{{!}} {{{discipline}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{notes|}}}| | |||
! Notes | |||
{{!}} {{{notes}}} | |||
{{!}}- | |||
}} | |||
|} | |||
[[Category:Players]] | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Revision as of 11:22, 4 September 2025
Usage
On a player page, add:
{{Infobox Player
|username = John Doe
|avatar = Avatar_JohnDoe.jpg
|caption = Long-time TRP player
|status = Active
|aka = JohnDoe2, JDoe
|discord = JohnDoe#1234
|joined = September 2025
|age = 24
|pronouns = he/him
|country = USA
|timezone = EST (UTC-5)
|languages = English, Spanish
|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
Upload player avatars as image files and reference them in the |avatar= parameter.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Username | username | If the field is empty, the page name will be automatically added. | Line | optional |
| Avatar image | avatar | no description | File | suggested |
| Avatar caption | caption | no description | Line | suggested |
| Status | status | Player's current status on the server.
| Line | required |
| Also known as | aka | Alternative usernames or nicknames. | Content | suggested |
| Discord | discord | Player's Discord username | Line | optional |
| Joined TRP | joined | When the player joined the server. | Line | suggested |
| Age | age | Player's real-life age (out-of-character). | Line | suggested |
| Pronouns | pronouns | Player's preferred pronouns. | Line | suggested |
| Country | country | Player's country of residence. | Line | suggested |
| Timezone | timezone | Player's timezone. | Line | suggested |
| Languages | languages | Languages spoken by the player. | Line | suggested |
| TRP Roles | roles | Player's roles on the server (staff, moderation, etc.). | Content | suggested |
| Played characters | characters | Characters played by this player. | Content | suggested |
| Relations (OOC) | relations | Out-of-character relationships with other players. | Content | suggested |
| Disciplinary record | discipline | Any disciplinary actions or warnings. | Content | suggested |
| Notes | notes | Additional notes about the player. | Content | suggested |