Template:Town Infobox: Difference between revisions

Template page
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 47: Line 47:
{{documentation}}
{{documentation}}
[[Category:Minecraft templates]]
[[Category:Minecraft templates]]
</noinclude>
<templatedata>
{
"params": {
"image": {
"label": "Image",
"description": "Image of the town",
"type": "wiki-file-name",
"suggested": true
},
"name": {
"label": "Name",
"description": "Name of the town",
"required": true,
"suggested": true
},
"founded": {
"label": "Founded",
"description": "Date the town was founded",
"type": "date",
"suggested": true
},
"mayor": {
"description": "Current mayor of the town",
"type": "string",
"label": "Mayor",
"example": "NotKatuen"
},
"population": {
"label": "Population",
"description": "Current population of the town",
"type": "number"
},
"status": {
"label": "Status",
"description": "Activity status of the town",
"example": "Inactive",
"type": "string"
},
"coordinates": {
"label": "Coordinates",
"description": "X/Z Coordinates of the town's location",
"required": true,
"suggested": true
},
"world": {
"label": "World",
"description": "Name of the world the town is located in",
"example": "Overworld",
"type": "string",
"default": "Overworld"
},
"path": {
"label": "Nether path",
"description": "Details for finding the town in the nether.",
"example": "Blue path, Diorite block",
"type": "string",
"suggested": true
},
"dynmap": {
"label": "Dynmap Link",
"description": "URL for the dynmap view of the town",
"example": "https://minecraft.rtgame.co.uk/map/survival/#world;flat;-784,64,1413;3",
"type": "url",
"suggested": true
}
},
"description": "Outputs an infobox for a Minecraft server town",
"paramOrder": [
"name",
"image",
"coordinates",
"world",
"dynmap",
"founded",
"mayor",
"population",
"status",
"path"
],
"format": "block"
}
</templatedata></noinclude>

Revision as of 01:44, 7 May 2021

Location
WorldOverworld
[{{{dynmap}}} Dynmap Link]
Template documentation[view][edit][history][purge]
This documentation is transcluded from Template:Town Infobox/doc. Changes can be proposed in the talk page.

Outputs an infobox for a Minecraft server town

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Name of the town

Unknownrequired
Imageimage

Image of the town

Filesuggested
Coordinatescoordinates

X/Z Coordinates of the town's location

Unknownrequired
Worldworld

Name of the world the town is located in

Default
Overworld
Example
Overworld
Stringoptional
Dynmap Linkdynmap

URL for the dynmap view of the town

Example
https://minecraft.rtgame.co.uk/map/survival/#world;flat;-784,64,1413;3
URLsuggested
Foundedfounded

Date the town was founded

Datesuggested
Mayormayor

Current mayor of the town

Example
NotKatuen
Stringoptional
Populationpopulation

Current population of the town

Numberoptional
Statusstatus

Activity status of the town

Example
Inactive
Stringoptional
Nether pathpath

Details for finding the town in the nether.

Example
Blue path, Diorite block
Stringsuggested