Template
Infobox Base
From Dogcraft Wiki
imported>Domino No edit summary |
imported>William No edit summary |
||
Line 52: | Line 52: | ||
[[Category:Bases]] | [[Category:Bases]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Name", | |||
"description": "The name of your base", | |||
"type": "string", | |||
"default": "{{ROOTPAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "A picture of your base!", | |||
"example": "My cool base.png", | |||
"type": "string" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "A caption for your image", | |||
"type": "string" | |||
}, | |||
"world": { | |||
"label": "World", | |||
"description": "The server world your base is on", | |||
"type": "string", | |||
"default": "[[Survival 3]]" | |||
}, | |||
"builders": { | |||
"label": "Builders", | |||
"description": "The builder(s) of your base", | |||
"type": "string" | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"description": "When the base was founded.", | |||
"type": "string" | |||
}, | |||
"xcoord": { | |||
"label": "X-coordinate", | |||
"type": "number" | |||
}, | |||
"ycoord": { | |||
"label": "Y-coordinate", | |||
"type": "number" | |||
}, | |||
"zcoord": { | |||
"label": "Z-coordinate", | |||
"type": "number" | |||
}, | |||
"dimension": { | |||
"label": "Dimension", | |||
"description": "The dimension your base is in.", | |||
"type": "string", | |||
"default": "Overworld" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "The current activity status of your base", | |||
"type": "string", | |||
"default": "{{Active}}" | |||
}, | |||
"nether": { | |||
"label": "Transport (Nether)", | |||
"description": "Transport links through the nether to your base (e.g NTN)", | |||
"type": "string" | |||
}, | |||
"railway": { | |||
"label": "Transport (Railway)", | |||
"description": "Transport links through the overworld on rail to your base (e.g SRN)", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "An infobox with some details about a player's base." | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 12:09, 3 January 2020
{{Infobox base |title = |image = |caption = |world = |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
| String | optional |
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 3 January 2020, at 12:09. (9 months ago)