More actions
(Created page with "{{Documentation}} {{t|Infobox location}} is an infobox template for use in articles on the individual location pages. == See also == * {{t|Infobox buttons}} - populate the discover more popup") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== See also == | == See also == | ||
* {{t|Infobox buttons}} - populate the discover more popup | * {{t|Infobox buttons}} - populate the discover more popup | ||
<templatedata> | |||
{ | |||
"params": { | |||
"username": { | |||
"label": "Username", | |||
"description": "The player's Minecraft username. If you prefer to display a nickname instead, you must fill out the UUID field.", | |||
"example": "BakiDance", | |||
"type": "string", | |||
"required": true, | |||
"autovalue": "{{PAGENAME}}" | |||
}, | |||
"UUID": { | |||
"label": "UUID", | |||
"description": "The UUID of the player. Only required if the Name value differs from the player's in-game name.", | |||
"example": "bb317801-c2c4-4e18-8e26-ee21e03f4c69", | |||
"type": "string" | |||
}, | |||
"Background": { | |||
"description": "The background to use for the player. This is normally tied to the player's rank.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Pebble", | |||
"Quartz", | |||
"Amethyst", | |||
"Sapphire", | |||
"Emerald", | |||
"Topaz", | |||
"Iridium", | |||
"Prism", | |||
"Support", | |||
"Mod", | |||
"Admin", | |||
"Owner" | |||
], | |||
"deprecated": "This override is not intended for regular use." | |||
}, | |||
"rank": { | |||
"label": "Rank", | |||
"description": "The rank of the player", | |||
"example": "Quartz", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Pebble", | |||
"Quartz", | |||
"Amethyst", | |||
"Sapphire", | |||
"Emerald", | |||
"Topaz", | |||
"Iridium", | |||
"Prism" | |||
], | |||
"required": true | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "The player's current Survival level", | |||
"example": "25", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"joined": { | |||
"label": "Join date", | |||
"description": "The date the player first joined. Accepts most formats.", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"favserver": { | |||
"label": "Favorite server", | |||
"description": "The player's preferred server.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Survival", | |||
"Creative", | |||
"Skyblock", | |||
"Events" | |||
], | |||
"suggested": true | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "The player's gender identity.", | |||
"example": "Male", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"orientation": { | |||
"label": "Orientation", | |||
"description": "The player's orientation.", | |||
"example": "Gay", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "The player's age, or age range.", | |||
"example": "20", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"description": "The player's pronouns.", | |||
"example": "He/Him", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"description": "The player's nationality", | |||
"example": "United States", | |||
"type": "string" | |||
}, | |||
"timezone": { | |||
"label": "Timezone", | |||
"description": "The player's timezone in UTC offset.", | |||
"example": "-5", | |||
"type": "number", | |||
"suggestedvalues": [ | |||
"-12", | |||
"-11", | |||
"-10", | |||
"-9", | |||
"-8", | |||
"-7", | |||
"-6", | |||
"-5", | |||
"-4", | |||
"-3", | |||
"-2", | |||
"-1", | |||
"+0", | |||
"+1", | |||
"+2", | |||
"+3", | |||
"+4", | |||
"+5", | |||
"+6", | |||
"+7", | |||
"+8", | |||
"+9", | |||
"+10", | |||
"+11", | |||
"+12" | |||
] | |||
}, | |||
"birthday": { | |||
"label": "Birthday", | |||
"description": "The player's birthday. Accepts most formats.", | |||
"type": "date" | |||
}, | |||
"worldmapurl": { | |||
"label": "Worldmap URL", | |||
"description": "The URL of the player's base on the worldmap. 3D view is preferred. ", | |||
"example": "https://worldmap.prismparty.net/survival#survival;surface;6116,64,-4045;6", | |||
"type": "url" | |||
}, | |||
"article1": { | |||
"label": "Article 1", | |||
"description": "An internal link to an article associated with this project", | |||
"example": "[[Dream Library]]", | |||
"type": "wiki-page-name" | |||
}, | |||
"article2": { | |||
"label": "Article 2", | |||
"description": "An internal link to an article associated with this project", | |||
"example": "[[Dream Library]]", | |||
"type": "wiki-page-name" | |||
}, | |||
"article3": { | |||
"label": "Article 3", | |||
"description": "An internal link to an article associated with this project", | |||
"example": "[[Dream Library]]", | |||
"type": "wiki-page-name" | |||
}, | |||
"planetmcurl": { | |||
"label": "Planet Minecraft", | |||
"description": "The URL to the player's profile on Planet Minecraft.", | |||
"example": "https://www.planetminecraft.com/server/prism-party/", | |||
"type": "url" | |||
}, | |||
"mcforumsurl": { | |||
"label": "Minecraft Forums ", | |||
"description": "The URL to the player's profile on Minecraft Forums.", | |||
"type": "url" | |||
}, | |||
"tumblrurl": { | |||
"label": "Tumblr", | |||
"description": "The URL to player's tumblr blog.", | |||
"type": "url" | |||
}, | |||
"redditurl": { | |||
"label": "Reddit", | |||
"description": "The URL to the player's profile on Reddit.", | |||
"type": "url" | |||
}, | |||
"tiktokurl": { | |||
"label": "TikTok", | |||
"description": "The URL to the player's profile on TikTok.", | |||
"type": "url" | |||
}, | |||
"twitterurl": { | |||
"label": "Twitter", | |||
"description": "The URL to the player's profile on Twitter.", | |||
"type": "url" | |||
}, | |||
"instagramurl": { | |||
"label": "Instagram", | |||
"description": "The URL to the player's profile on Instagram.", | |||
"type": "url" | |||
}, | |||
"deviantarturl": { | |||
"label": "DeviantArt", | |||
"description": "The URL to the player's profile on DeviantArt.", | |||
"type": "url" | |||
}, | |||
"youtubeurl": { | |||
"label": "YouTube", | |||
"description": "The URL to the player's profile on YouTube.", | |||
"type": "url" | |||
}, | |||
"twitchurl": { | |||
"label": "Twitch", | |||
"description": "The URL to the player's profile on Twitch.", | |||
"type": "url" | |||
}, | |||
"steamurl": { | |||
"label": "Steam", | |||
"description": "The URL to the player's profile on Steam.", | |||
"type": "url" | |||
}, | |||
"playstationurl": { | |||
"label": "PlayStation", | |||
"description": "The URL to the player's profile on PlayStation.", | |||
"type": "url" | |||
}, | |||
"xboxurl": { | |||
"label": "XBox", | |||
"description": "The URL to the player's profile on XBox.", | |||
"type": "url" | |||
}, | |||
"battleneturl": { | |||
"label": "Battle.net", | |||
"description": "The URL to the player's profile on Battle.net.", | |||
"type": "url" | |||
}, | |||
"epicgames": { | |||
"label": "EpicGames", | |||
"description": "The URL to the player's profile on EpicGames.", | |||
"type": "url" | |||
}, | |||
"riotgamesurl": { | |||
"label": "Riot Games", | |||
"description": "The URL to the player's profile on Riot Games.", | |||
"type": "url" | |||
}, | |||
"namemcurl": { | |||
"label": "NameMC", | |||
"description": "The player's NameMC profile.", | |||
"example": "https://namemc.com/profile/BakiDance.1", | |||
"type": "url" | |||
}, | |||
"discordid": { | |||
"label": "Discord ID", | |||
"description": "The Discord username of the player", | |||
"example": "bakidance", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "This template is an infobox template for use in articles on the individual location pages.", | |||
"paramOrder": [ | |||
"username", | |||
"UUID", | |||
"rank", | |||
"Background", | |||
"level", | |||
"joined", | |||
"favserver", | |||
"gender", | |||
"orientation", | |||
"pronouns", | |||
"age", | |||
"nationality", | |||
"timezone", | |||
"birthday", | |||
"discordid", | |||
"namemcurl", | |||
"worldmapurl", | |||
"article1", | |||
"article2", | |||
"article3", | |||
"planetmcurl", | |||
"mcforumsurl", | |||
"tumblrurl", | |||
"redditurl", | |||
"tiktokurl", | |||
"twitterurl", | |||
"instagramurl", | |||
"deviantarturl", | |||
"youtubeurl", | |||
"twitchurl", | |||
"steamurl", | |||
"playstationurl", | |||
"xboxurl", | |||
"battleneturl", | |||
"epicgames", | |||
"riotgamesurl" | |||
], | |||
"format": "{{_\n| __________________ = _\n}}\n" | |||
} | |||
</templatedata> | |||
Latest revision as of 22:43, 5 August 2023
{{Infobox location}} is an infobox template for use in articles on the individual location pages.
See also
- {{Infobox buttons}} - populate the discover more popup
This template is an infobox template for use in articles on the individual location pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Username | username | The player's Minecraft username. If you prefer to display a nickname instead, you must fill out the UUID field.
| String | required |
| UUID | UUID | The UUID of the player. Only required if the Name value differs from the player's in-game name.
| String | optional |
| Rank | rank | The rank of the player
| String | required |
| Background | Background | The background to use for the player. This is normally tied to the player's rank.
| String | deprecated |
| Level | level | The player's current Survival level
| Number | suggested |
| Join date | joined | The date the player first joined. Accepts most formats. | Date | suggested |
| Favorite server | favserver | The player's preferred server.
| String | suggested |
| Gender | gender | The player's gender identity.
| String | suggested |
| Orientation | orientation | The player's orientation.
| String | suggested |
| Pronouns | pronouns | The player's pronouns.
| String | suggested |
| Age | age | The player's age, or age range.
| Number | suggested |
| Nationality | nationality | The player's nationality
| String | optional |
| Timezone | timezone | The player's timezone in UTC offset.
| Number | optional |
| Birthday | birthday | The player's birthday. Accepts most formats. | Date | optional |
| Discord ID | discordid | The Discord username of the player
| String | optional |
| NameMC | namemcurl | The player's NameMC profile.
| URL | optional |
| Worldmap URL | worldmapurl | The URL of the player's base on the worldmap. 3D view is preferred.
| URL | optional |
| Article 1 | article1 | An internal link to an article associated with this project
| Page name | optional |
| Article 2 | article2 | An internal link to an article associated with this project
| Page name | optional |
| Article 3 | article3 | An internal link to an article associated with this project
| Page name | optional |
| Planet Minecraft | planetmcurl | The URL to the player's profile on Planet Minecraft.
| URL | optional |
| Minecraft Forums | mcforumsurl | The URL to the player's profile on Minecraft Forums. | URL | optional |
| Tumblr | tumblrurl | The URL to player's tumblr blog. | URL | optional |
redditurl | The URL to the player's profile on Reddit. | URL | optional | |
| TikTok | tiktokurl | The URL to the player's profile on TikTok. | URL | optional |
twitterurl | The URL to the player's profile on Twitter. | URL | optional | |
instagramurl | The URL to the player's profile on Instagram. | URL | optional | |
| DeviantArt | deviantarturl | The URL to the player's profile on DeviantArt. | URL | optional |
| YouTube | youtubeurl | The URL to the player's profile on YouTube. | URL | optional |
| Twitch | twitchurl | The URL to the player's profile on Twitch. | URL | optional |
| Steam | steamurl | The URL to the player's profile on Steam. | URL | optional |
| PlayStation | playstationurl | The URL to the player's profile on PlayStation. | URL | optional |
| XBox | xboxurl | The URL to the player's profile on XBox. | URL | optional |
| Battle.net | battleneturl | The URL to the player's profile on Battle.net. | URL | optional |
| EpicGames | epicgames | The URL to the player's profile on EpicGames. | URL | optional |
| Riot Games | riotgamesurl | The URL to the player's profile on Riot Games. | URL | optional |