Template
Infobox Base
From Dogcraft Wiki
No edit summary |
(added map scale parameter) |
||
Line 50: | Line 50: | ||
|xcoord = {{{xcoord|0}}} | |xcoord = {{{xcoord|0}}} | ||
|zcoord = {{{zcoord|0}}} | |zcoord = {{{zcoord|0}}} | ||
|mapScale = {{{mapScale|}}} | |||
}}[[Category:Builds]][[Category:Bases]]{{#if:{{WorldSwitch/World|{{{world}}}|{{{subworld|{{{sur4subworld|}}}}}}}}|[[Category:{{WorldSwitch/World|{{{world}}}|{{{subworld|{{{sur4subworld|}}}}}}}}]]|}}</includeonly><noinclude> | }}[[Category:Builds]][[Category:Bases]]{{#if:{{WorldSwitch/World|{{{world}}}|{{{subworld|{{{sur4subworld|}}}}}}}}|[[Category:{{WorldSwitch/World|{{{world}}}|{{{subworld|{{{sur4subworld|}}}}}}}}]]|}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
Line 131: | Line 132: | ||
"description": "People who helped with your base", | "description": "People who helped with your base", | ||
"type": "string" | "type": "string" | ||
} | }, | ||
"mapScale": { | |||
"description": "The scale of the map (0 = 500x500, 1 = 1500x1500, 2 = 2500x2500, etc)", | |||
"type": "number", | |||
"default": "0" | |||
} | |||
}, | }, | ||
"description": "An infobox with some details about a player's base.", | "description": "An infobox with some details about a player's base.", | ||
Line 149: | Line 155: | ||
"status", | "status", | ||
"nether", | "nether", | ||
"railway" | "railway", | ||
"mapScale" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 14:49, 16 February 2025
{{Infobox base |title = |image = |caption = |world = |subworld = |builders = |contributors = |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 |
Sub World | subworld | What subworld is it on "Sheltie" or "Retriever"? | String | suggested |
Builders | builders | The builder(s) of your base | String | optional |
Contributors | contributors | People who helped with 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 |
mapScale | mapScale | The scale of the map (0 = 500x500, 1 = 1500x1500, 2 = 2500x2500, etc)
| Number | optional |