Template:Profile/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
{ | { | ||
"params": { | "params": { | ||
"gender": { | "gender": { | ||
"label": { | "label": { | ||
| Line 48: | Line 39: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": " | "en": "The player's gender" | ||
}, | }, | ||
"example": { | "example": { | ||
| Line 60: | Line 51: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": " | "en": "Preferred pronouns" | ||
}, | }, | ||
"example": { | "example": { | ||
| Line 67: | Line 58: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"nationality": { | "nationality": { | ||
| Line 91: | Line 64: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": " | "en": "The player's real-world nationality" | ||
}, | }, | ||
"type": " | "type": "string", | ||
"default": "\n" | |||
}, | }, | ||
"location": { | "location": { | ||
| Line 121: | Line 95: | ||
}, | }, | ||
"description": { | "description": { | ||
"en": "Languages that the | "en": "Languages that the player is able to speak" | ||
}, | }, | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 137: | Line 111: | ||
"twitter": { | "twitter": { | ||
"label": { | "label": { | ||
"en": "Twitter | "en": "Twitter" | ||
}, | }, | ||
"description": { | "description": { | ||
| Line 178: | Line 152: | ||
"description": { | "description": { | ||
"en": "The current Minecraft version at the time the user started playing Minecraft" | "en": "The current Minecraft version at the time the user started playing Minecraft" | ||
}, | }, | ||
"type": "string" | "type": "string" | ||
| Line 249: | Line 194: | ||
}, | }, | ||
"example": "CreeperKing309.png", | "example": "CreeperKing309.png", | ||
"suggested": true | |||
}, | |||
"nickname": { | |||
"label": "Nickname", | |||
"description": "The player's preferred name(s)", | |||
"type": "string" | |||
}, | |||
"former_names": { | |||
"label": "Former Names", | |||
"description": "Other usernames the player has used in the past", | |||
"type": "string" | |||
}, | |||
"relatives": { | |||
"label": "Relatives", | |||
"description": "Any relatives of the player who are on the server", | |||
"type": "string" | |||
}, | |||
"ranks": { | |||
"label": "Ranks", | |||
"description": "Any server ranks the player holds", | |||
"example": "Mod, Researcher", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"titles": { | |||
"label": "Titles", | |||
"description": "Any unofficial titles the player holds", | |||
"example": "Pirate King", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"bases": { | |||
"label": "Bases", | |||
"description": "Bases the player occupies", | |||
"example": "Thiccy Piston", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"description": "Any groups the player belongs to", | |||
"example": "Scrovnia", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"description": "Any positions the player holds", | |||
"example": "Darkmount Mall owner", | |||
"type": "string", | |||
"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", | |||
"default": "Present", | |||
"suggested": true | "suggested": true | ||
} | } | ||
| Line 255: | Line 263: | ||
"title", | "title", | ||
"image", | "image", | ||
" | "nickname", | ||
"former_names", | |||
"pronouns", | |||
"gender", | "gender", | ||
"nationality", | "nationality", | ||
"location", | "location", | ||
"nomap", | "nomap", | ||
"languages", | "languages", | ||
"relatives", | |||
"ranks", | |||
"titles", | |||
"bases", | |||
"affiliation", | |||
"occupation", | |||
"website", | "website", | ||
"twitter", | "twitter", | ||
| Line 270: | Line 283: | ||
"discord", | "discord", | ||
"joined_minecraft", | "joined_minecraft", | ||
" | "active_from", | ||
" | "active_to", | ||
"custom_field_name", | "custom_field_name", | ||
"custom_field_value" | "custom_field_value" | ||
Revision as of 07:05, 27 October 2023
This template provides an infobox for user pages. It has been edited slightly to better reflect the profile needs of Parallel players.
{{Profile
| title =
| image =
| name =
| date_of_birth =
| age =
| gender =
| pronouns =
| health =
| armor =
| nationality =
| location =
| language =
| website =
| twitter =
| reddit =
| github =
| discord =
| joined_minecraft =
| minecraft =
| join =
| play =
| custom_field_name =
| custom_field_value =
}}
TemplateData
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | Only needed to change the title from the page name
| String | optional |
| Image | image | Profile image, avatar or rendered player skin
| String | suggested |
| Nickname | nickname | The player's preferred name(s) | String | optional |
| Former Names | former_names | Other usernames the player has used in the past | String | optional |
| Pronouns | pronouns | Preferred pronouns
| String | suggested |
| Gender | gender | The player's gender
| String | optional |
| Nationality | nationality | The player's real-world nationality
| String | optional |
| Location | location | Location of the user (use nomap parameter to disable Google Maps link) | Content | optional |
| No map | nomap | Disables map for "location" parameter
| Number | optional |
| Languages | languages | Languages that the player is able to speak | String | suggested |
| Relatives | relatives | Any relatives of the player who are on the server | String | optional |
| Ranks | ranks | Any server ranks the player holds
| String | suggested |
| Titles | titles | Any unofficial titles the player holds
| String | suggested |
| Bases | bases | Bases the player occupies
| String | suggested |
| Affiliation | affiliation | Any groups the player belongs to
| String | suggested |
| Occupation | occupation | Any positions the player holds
| String | suggested |
| Website | website | URL of a desired website link | String | optional |
twitter | Handle on Twitter | String | optional | |
reddit | Handle on Reddit | String | optional | |
| Github | github | Github account | String | optional |
| Discord | discord | Discord username | String | suggested |
| Joined Minecraft | joined_minecraft | The current Minecraft version at the time the user started playing Minecraft | String | optional |
| 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 |
| Custom field (name) | custom_field_name | Name of an additional custom field | String | optional |
| Custom field (value) | custom_field_value | Value of an additional custom field | Unknown | optional |
See also
- Minecraft
{{Biome}}{{Block}}{{Development phase}}{{Enchantment}}{{Effect}}{{Entity}}{{Fluid}}{{Item}}{{ItemEntity}}{{Structure}}
- Minecraft Dungeons
{{DungeonsEnchantment}}{{DungeonsEntity}}{{DungeonsItem}}{{DungeonsMission}}
- Minecraft Legends
{{LegendsBiome}}{{LegendsEntity}}{{LegendsItem}}{{LegendsStructure}}
- Minecraft Story Mode
{{Episode}}
- Other
{{Album}}{{Book}}{{Company}}{{Music}}{{Person}}{{Profile}}{{Program}}{{Server}}{{Theme}}{{Version nav}}{{Website}}
es:Plantilla:Perfil/doc fr:Modèle:Profil/doc ja:テンプレート:Profile/doc pt:Predefinição:Perfil/doc zh:Template:Profile/doc