Template
TransportMap (Sheltie)
From Dogcraft Wiki
(created) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
{{TransportMap (Sheltie)}} | |||
</noinclude> | |||
{{TransportMap (Sheltie)|scale = 3}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"xCoord": { | |||
"description": "The x Coordinate of the map marker", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"zCoord": { | |||
"description": "The z Coordinate of the map marker", | |||
"type": "number", | |||
"default": "0" | |||
}, | |||
"scale": { | |||
"description": "The scale of the map. 0 - 500x500 block map, 1 - 1500x1500 map, 2 - 2500x2500 map, 3 - 3500x3500 map", | |||
"type": "number", | |||
"default": "1" | |||
}, | |||
"width": { | |||
"description": "The maximum width the map can take up on a wiki page.", | |||
"type": "string", | |||
"default": "100%" | |||
} | |||
}, | |||
"description": "A map showing all the connections and builds of the transport networks on the Sheltie world of Survival 6." | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 12:44, 20 June 2024
Sheltie Transport Map
A map showing all the connections and builds of the transport networks on the Sheltie world of Survival 6.
Parameter | Description | Type | Status | |
---|---|---|---|---|
xCoord | xCoord | The x Coordinate of the map marker
| Number | optional |
zCoord | zCoord | The z Coordinate of the map marker
| Number | optional |
scale | scale | The scale of the map. 0 - 500x500 block map, 1 - 1500x1500 map, 2 - 2500x2500 map, 3 - 3500x3500 map
| Number | optional |
width | width | The maximum width the map can take up on a wiki page.
| String | optional |