More actions
(import from star citizen) |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{{t|Infobox location}} is an infobox template for use in articles on the individual location pages. | {{t|Infobox location}} is an infobox template for use in articles on the individual location pages. | ||
== See also == | == See also == | ||
| Line 38: | Line 13: | ||
"label": "Image", | "label": "Image", | ||
"description": "The file name of the image of the location", | "description": "The file name of the image of the location", | ||
"example": " | "example": "TownHall.png", | ||
"type": " | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 45: | Line 20: | ||
"label": "Name", | "label": "Name", | ||
"description": "The name of the location", | "description": "The name of the location", | ||
"example": " | "example": "BakiBurg", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "type": { | ||
"label": " | "label": "Type", | ||
"description": "The | "description": "The type of the location. Should be either of: Town, Farm, Shop, Public, Private, Other.", | ||
"example": " | "example": "Town", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"type": { | "population": { | ||
"label": " | "label": "Population", | ||
"description": "The | "description": "Number of people at the location", | ||
"example": " | "example": "28", | ||
"type": "number" | |||
}, | |||
"founder": { | |||
"label": "Founder", | |||
"description": "Founder(s) of the location", | |||
"example": "[[User:BakiDance]], BakiBot", | |||
"type": "string" | |||
}, | |||
"shops": { | |||
"label": "Shops", | |||
"description": "Number of shops at the location", | |||
"type": "number", | |||
"suggested": true, | |||
"example": "10" | |||
}, | |||
"worldmapurl": { | |||
"label": "Worldmap URL", | |||
"description": "The URL of the location on the worldmap. 3D view is preferred. ", | |||
"example": "https://worldmap.prismparty.net/survival#survival;surface;6116,64,-4045;6", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"server": { | |||
"label": "Server", | |||
"description": "The server the project is located.", | |||
"example": "Survival", | |||
"type": "string", | "type": "string", | ||
" | "required": true, | ||
"suggestedvalues": [ | |||
"Survival", | |||
"Creative" | |||
] | |||
}, | }, | ||
" | "coordinates": { | ||
"label": " | "label": "Coordinates", | ||
"description": "The | "description": "The coordinates to the location. X and Z only.", | ||
"example": " | "example": "1,203 2,234", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "playerwarp": { | ||
"label": " | "label": "Player warp", | ||
"description": " | "description": "The name of the pwarp (in commands).", | ||
"example": " | "example": "Baki-Burg", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "members": { | ||
"label": " | "label": "Members", | ||
"description": " | "description": "Names of important members or helpers.", | ||
"example": " | "example": "BakiDance, HoodieBlue", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "residents": { | ||
"label": " | "label": "Residents", | ||
"description": " | "description": "Names of important residents", | ||
"example": " | "example": "thirsty_plant", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"deprecated": "Create a section within the page's article text instead." | |||
}, | }, | ||
" | "discordurl": { | ||
"label": " | "label": "Discord URL", | ||
"description": " | "description": "Discord invite link to the project's guild. Not the official Prism Party link.", | ||
"example": " | "example": "https://discord.gg/gwuGnK3", | ||
"type": " | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "world": { | ||
"label": " | "label": "World", | ||
"description": " | "description": "The world the project is located.", | ||
"example": " | "example": "Overworld", | ||
"type": " | "type": "string", | ||
"required": true | |||
}, | }, | ||
" | "established": { | ||
"label": " | "label": "Established", | ||
"description": " | "description": "The month and year the project was started, in long form.", | ||
"example": " | "example": "January 2019", | ||
"type": " | "type": "date", | ||
"suggested": true | |||
}, | }, | ||
" | "completed": { | ||
"label": " | "label": "Completed", | ||
"description": " | "description": "The month and year the project was finished, in long form.", | ||
"example": " | "example": "October 2023", | ||
"type": " | "type": "date", | ||
"suggested": true | |||
}, | }, | ||
" | "planetmcurl": { | ||
"label": " | "label": "Planet Minecraft URL", | ||
"description": " | "description": "The URL of the project's page on Planet Minecraft", | ||
"example": " | "example": "https://www.planetminecraft.com/server/prism-party/", | ||
"type": " | "type": "url", | ||
"suggested": true | |||
}, | }, | ||
" | "redditurl": { | ||
"label": " | "label": "Reddit URL", | ||
"description": " | "description": "The URL to the project's post on Reddit", | ||
"example": " | "example": "https://reddit.com/r/Minecraftbuilds/", | ||
"type": "url", | |||
"suggested": true | |||
}, | }, | ||
" | "tumblrurl": { | ||
"label": " | "label": "tumblr URL", | ||
"description": "The URL | "description": "The URL to the project's post on tumblr", | ||
"example": "https:// | "example": "https://prismparty.tumblr.com/post/703757954696019968", | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "article1": { | ||
"label": " | "label": "Article 1", | ||
"description": " | "description": "An internal link to an article associated with this project", | ||
"example": " | "example": "[[Dream Library]]", | ||
"type": " | "type": "wiki-page-name", | ||
"suggested": true | |||
}, | }, | ||
" | "article2": { | ||
"label": " | "label": "Article 2", | ||
"description": " | "description": "An internal link to an article associated with this project", | ||
"type": " | "example": "[[Dream Library]]", | ||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "article3": { | ||
"label": " | "label": "Article 3", | ||
"description": " | "description": "An internal link to an article associated with this project", | ||
"example": "[[Dream Library]]", | |||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
} | } | ||
| Line 155: | Line 171: | ||
"format": "{{_\n| _______________________________ = _\n}}\n", | "format": "{{_\n| _______________________________ = _\n}}\n", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | |||
"image", | "image", | ||
" | "server", | ||
" | "world", | ||
"coordinates", | |||
"playerwarp", | |||
"type", | "type", | ||
"shops", | "shops", | ||
"population", | "population", | ||
"established", | |||
"completed", | |||
"founder", | "founder", | ||
" | "members", | ||
" | "residents", | ||
" | "worldmapurl", | ||
"discordurl", | |||
"planetmcurl", | |||
"tumblrurl", | |||
"redditurl", | |||
"article1", | |||
"article2", | |||
"article3" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 02:48, 15 June 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
TemplateData
This template is an infobox template for use in articles on the individual location pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the location
| String | required |
| Image | image | The file name of the image of the location
| File | suggested |
| Server | server | The server the project is located.
| String | required |
| World | world | The world the project is located.
| String | required |
| Coordinates | coordinates | The coordinates to the location. X and Z only.
| String | suggested |
| Player warp | playerwarp | The name of the pwarp (in commands).
| String | suggested |
| Type | type | The type of the location. Should be either of: Town, Farm, Shop, Public, Private, Other.
| String | suggested |
| Shops | shops | Number of shops at the location
| Number | suggested |
| Population | population | Number of people at the location
| Number | optional |
| Established | established | The month and year the project was started, in long form.
| Date | suggested |
| Completed | completed | The month and year the project was finished, in long form.
| Date | suggested |
| Founder | founder | Founder(s) of the location
| String | optional |
| Members | members | Names of important members or helpers.
| String | suggested |
| Residents | residents | Names of important residents
| String | deprecated |
| Worldmap URL | worldmapurl | The URL of the location on the worldmap. 3D view is preferred.
| URL | suggested |
| Discord URL | discordurl | Discord invite link to the project's guild. Not the official Prism Party link.
| URL | suggested |
| Planet Minecraft URL | planetmcurl | The URL of the project's page on Planet Minecraft
| URL | suggested |
| tumblr URL | tumblrurl | The URL to the project's post on tumblr
| URL | suggested |
| Reddit URL | redditurl | The URL to the project's post on Reddit
| URL | suggested |
| Article 1 | article1 | An internal link to an article associated with this project
| Page name | suggested |
| Article 2 | article2 | An internal link to an article associated with this project
| Page name | suggested |
| Article 3 | article3 | An internal link to an article associated with this project
| Page name | suggested |