Template
Infobox Base
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 77: | Line 77: | ||
"world": { | "world": { | ||
"label": "World", | "label": "World", | ||
"description": "The server world your base is on", | "description": "The server world your base is on (current world is Survival 4)", | ||
"type": "string", | "type": "string", | ||
"default": "[[Survival | "default": "[[Survival 4]]" | ||
}, | }, | ||
"builders": { | "builders": { | ||
Line 124: | Line 124: | ||
"description": "Transport links through the overworld on rail to your base (e.g SRN)", | "description": "Transport links through the overworld on rail to your base (e.g SRN)", | ||
"type": "string" | "type": "string" | ||
}, | |||
"sur4subworld": { | |||
"label": "Survival 4 Sub World", | |||
"description": "If the base is on Survival 4, is it on \"Husky\" or \"Beagle\"?", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "An infobox with some details about a player's base." | "description": "An infobox with some details about a player's base.", | ||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"world", | |||
"sur4subworld", | |||
"builders", | |||
"founded", | |||
"xcoord", | |||
"ycoord", | |||
"zcoord", | |||
"dimension", | |||
"status", | |||
"nether", | |||
"railway" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 11:37, 10 May 2020
{{Infobox base |title = |image = |caption = |world = |sur4subworld = |builders = |founded = |xcoord = |ycoord = |zcoord = |dimension = |status = |railway = |nether = }}
An infobox with some details about a player's base.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | title | The name of your base
| String | optional |
Image | image | A picture of your base!
| String | optional |
Caption | caption | A caption for your image | String | optional |
World | world | The server world your base is on (current world is Survival 4)
| String | optional |
Survival 4 Sub World | sur4subworld | If the base is on Survival 4, is it on "Husky" or "Beagle"? | String | suggested |
Builders | builders | The builder(s) of your base | String | optional |
Founded | founded | When the base was founded. | String | optional |
X-coordinate | xcoord | no description | Number | optional |
Y-coordinate | ycoord | no description | Number | optional |
Z-coordinate | zcoord | no description | Number | optional |
Dimension | dimension | The dimension your base is in.
| String | optional |
Status | status | The current activity status of your base
| String | optional |
Transport (Nether) | nether | Transport links through the nether to your base (e.g NTN) | String | optional |
Transport (Railway) | railway | Transport links through the overworld on rail to your base (e.g SRN) | String | optional |
This page was last modified on 10 May 2020, at 11:37. (9 months ago)