Template:Infobox player/doc: Difference between revisions
Jump to navigation
Jump to search
Hypermoron (talk | contribs) (Replaced content with "{{Infobox |above = {{{name}}} |image = [[File:{{{image}}}]] |caption = {{{image_caption}}} | data1 = Personal information | label2 = Known as | data2 = {{{nickname}}} | label3 = Former usernames | data3 = {{{former_names}}} | label4 = Gender | data4 = {{{gender}}} | label5 = Nationality | data5 = {{{nationality}}} | label6 = Relatives | data6 = {{{relatives}}} | data7 = On Parallel | label8 = Server ranks | data8 = {{{ranks}}} | la...") Tag: Replaced |
Hypermoron (talk | contribs) No edit summary |
||
Line 25: | Line 25: | ||
| label12 = Occupation | | label12 = Occupation | ||
| data12 = {{{occupation}}} | | data12 = {{{occupation}}} | ||
| label13 = Years active | |||
| data13 = {{{active_from}}}–{{{active_to}}} | |||
}} | }} | ||
Line 112: | Line 115: | ||
"example": "Darkmount Mall owner", | "example": "Darkmount Mall owner", | ||
"type": "line", | "type": "line", | ||
"suggested": true | |||
}, | |||
"active_from": { | |||
"label": "Active from", | |||
"description": "The year the player became active on Parallel.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"active_to": { | |||
"label": "Active to", | |||
"description": "The year the player became inactive on Parallel.", | |||
"type": "number", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 128: | Line 143: | ||
"bases", | "bases", | ||
"affiliation", | "affiliation", | ||
"occupation" | "occupation", | ||
"active_from", | |||
"active_to" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 05:19, 25 June 2022
Infobox player
[[File:[[File:{{{image}}}]]|150px|class=|alt=[[File:{{{image}}}]]: Infobox image for Infobox player the infobox in Minecraft]]
{ "title": "Infobox player", "rows": [], "invimages": [], "images": [ "[[File:{{{image}}}]]" ] }
An infobox to serve as a quick reference on the right side of item pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Player name | name | Will automatically enter based on page name
| Line | optional |
Image | image | Refers to the image file of the player skin stored on the wiki.
| File | suggested |
Image caption | image_caption | A caption for the image. Usually not necessary. | Line | optional |
Known as | nickname | The player's preferred name(s). | Line | suggested |
Former usernames | former_names | Other usernames the player has used in the past. | Line | suggested |
Gender | gender | The player's gender. | Line | suggested |
Nationality | nationality | The player's real-world nationality. | Line | suggested |
Relatives | relatives | Any relatives of the player who are on the server. | Line | optional |
Server ranks | ranks | Any server ranks the player holds.
| Line | suggested |
Titles | titles | Any unofficial titles the player holds.
| Line | suggested |
Bases | bases | Bases the player occupies.
| Line | suggested |
Affiliation | affiliation | Any groups the player belongs to.
| Line | suggested |
Occupation | occupation | Any positions the player holds.
| Line | suggested |
Active from | active_from | The year the player became active on Parallel. | Number | suggested |
Active to | active_to | The year the player became inactive on Parallel. | Number | suggested |