Template:Profile: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
| defaultimagesize = 250px | | defaultimagesize = 250px | ||
| invimage = none | | invimage = none | ||
| title = {{{title|{{BASEPAGENAME}}}}} | | title = {{{title|{{BASEPAGENAME}}}}} | ||
| rows = | | rows = | ||
{{#if: {{{image_caption|}}} | {{infobox row|field={{{image_caption|}}} }} }} | |||
{{infobox row|label=Name|field={{#if: {{{name|}}} | {{{name}}} | {{ROOTPAGENAME}} }} }} | {{infobox row|label=Name|field={{#if: {{{name|}}} | {{{name}}} | {{ROOTPAGENAME}} }} }} | ||
{{#if: {{{date_of_birth|}}} | {{infobox row|label=Date of birth|field={{#dateformat:{{{date_of_birth|}}}|mdy}}{{{dob_suffix|}}} }} | {{#if: {{{date_of_birth|}}} | {{infobox row|label=Date of birth|field={{#dateformat:{{{date_of_birth|}}}|mdy}}{{{dob_suffix|}}} }} | ||
Revision as of 07:10, 26 October 2023
This template provides an infobox for user pages. It has been edited slightly from its original version to better reflect the profile needs of Parallel players.
{{Profile
| title =
| image =
| image_caption =
| nickname =
| former_names =
| pronouns =
| gender =
| nationality =
| location =
| nomap =
| languages =
| relatives =
| ranks =
| titles =
| bases =
| affiliation =
| occupation =
| website =
| twitter =
| reddit =
| github =
| discord =
| joined_minecraft =
| active_from =
| active_to =
| 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 |
| Image caption | image_caption | A caption for the image. Usually not necessary. | Line | optional |
| Nickname | nickname | The player's preferred name(s) | String | suggested |
| Former Names | former_names | Other usernames the player has used in the past | String | suggested |
| 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 | optional |
| 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 |
Examples
Some
{
"title": "Profile",
"rows": [
{
"field": "Profile",
"label": "Name"
},
{
"field": "He/him",
"label": "Pronouns"
}
],
"invimages": [],
"images": [
"Diamondback88 Skin.png"
]
}
{{Profile
| image = Diamondback88 Skin.png
| nickname = Skips
| former_names = Dippers, Dibbers, Skinny Dip
| pronouns = He/him
}}
Everything (minus nomap)
|
Diamondback88's skin since 2012, when he first bought Minecraft: Java Edition | |
| Name |
Profile |
|---|---|
| Gender |
Male |
| Pronouns |
He/him |
| Location | |
| Languages |
English |
| Website | |
| Twitter name | |
| Reddit account | |
| GitHub account | |
| Discord name |
parallelmc |
| Joined Minecraft |
1.3.2 |
| Test name |
test value |
{
"title": "Skippy McDippy",
"rows": [
{
"field": "Diamondback88's skin since 2012, when he first bought Minecraft: Java Edition",
"label": ""
},
{
"field": "Profile",
"label": "Name"
},
{
"field": "Male",
"label": "Gender"
},
{
"field": "He/him",
"label": "Pronouns"
},
{
"field": "[https://maps.google.com/?q=Your+mom%27s+house Your mom's house]",
"label": "Location"
},
{
"field": "English",
"label": "Languages"
},
{
"field": "https://parallelmc.org",
"label": "Website"
},
{
"field": "[https://twitter.com/parallelmc @parallelmc]",
"label": "Twitter name"
},
{
"field": "[https://www.reddit.com/user/parallelmc parallelmc]",
"label": "Reddit account"
},
{
"field": "[https://www.github.com/parallelmc parallelmc]",
"label": "GitHub account"
},
{
"field": "parallelmc",
"label": "Discord name"
},
{
"field": "1.3.2",
"label": "Joined Minecraft"
},
{
"field": "test value",
"label": "Test name"
}
],
"invimages": [],
"images": [
"Diamondback88 Skin.png"
]
}
{{Profile
| title = Skippy McDippy
| image = Diamondback88 Skin.png
| image_caption = Diamondback88's skin since 2012, when he first bought Minecraft: Java Edition
| nickname = Skips
| former_names = Dippers, Dibbers, Skinny Dip
| pronouns = He/him
| gender = Male
| nationality = American
| location = Your mom's house
| languages = English
| relatives = Forever alone
| ranks = Owner
| titles = Grand Master of Parallel
| bases = Your mom's house
| affiliation = The Society (you know which one)
| occupation = Delegate of the Society of ???
| website = https://parallelmc.org
| twitter = parallelmc
| reddit = parallelmc
| github = parallelmc
| discord = parallelmc
| joined_minecraft = 1.3.2
| active_from = 2020
| active_to = 2022
| custom_field_name=test name
| custom_field_value=test value
}}
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}}