More actions
(Created page with " <templatedata> { "params": { "image": { "label": "Image", "description": "The file name of the image of the world", "example": "CubeyBanner.png", "type": "wiki-file-name", "required": true }, "name": { "label": "Name", "description": "The name of the world", "example": "Overworld", "type": "string", "required": true }, "type": { "label": "Type", "description": "The type of the world ", "example": "Resource", "type": "...") Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 111: | Line 111: | ||
"type": "boolean", | "type": "boolean", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"worldmapurl": { | "worldmapurl": { | ||
| Line 124: | Line 117: | ||
"example": "https://worldmap.prismparty.net/survival#survival_nether", | "example": "https://worldmap.prismparty.net/survival#survival_nether", | ||
"type": "url" | "type": "url" | ||
}, | |||
"claims": { | |||
"label": "Claims", | |||
"description": "Whether the world is habitable (claims and sethome are enabled)", | |||
"example": "Yes", | |||
"type": "boolean", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
| Line 139: | Line 139: | ||
"keepinv", | "keepinv", | ||
"restricted", | "restricted", | ||
" | "worldmapurl", | ||
" | "claims" | ||
], | ], | ||
"format": "{{_\n| __________________ = _\n}}\n" | "format": "{{_\n| __________________ = _\n}}\n" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 08:47, 19 February 2024
This template is an infobox template for use in articles on the individual world pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the world
| String | required |
| Image | image | The file name of the image of the world
| File | required |
| Type | type | The type of the world
| String | required |
| Server | server | The server the world is located in
| String | required |
| Gamemode | gamemode | The gamemode of the world
| String | suggested |
| Command | command | The command to access the world
| String | suggested |
| Established | established | The date of the last world reset
| Date | suggested |
| Difficulty | difficulty | The difficulty of the world
| String | suggested |
| Flight | flight | Whether flight is enabled for this world
| Boolean | suggested |
| KeepINV | keepinv | Whether KeepINV is enabled for this world
| Boolean | suggested |
| Restricted | restricted | Whether or not the world is restricted or requires a condition to enter
| Boolean | suggested |
| Worldmap URL | worldmapurl | The link to the worldmap for this server
| URL | optional |
| Claims | claims | Whether the world is habitable (claims and sethome are enabled)
| Boolean | suggested |