Template
Survival3Location
From Dogcraft Wiki
imported>William No edit summary |
imported>William No edit summary |
||
Line 30: | Line 30: | ||
|zcoord = -270 | |zcoord = -270 | ||
|scale = 0.5 | |scale = 0.5 | ||
}} | }}<templatedata> | ||
{ | |||
"params": { | |||
"scale": { | |||
"label": "Scale modifier", | |||
"description": "Determines the size of the map. 1 = 1000px map.", | |||
"type": "number", | |||
"default": "1", | |||
"autovalue": "1", | |||
"required": true | |||
}, | |||
"location_name": { | |||
"label": "Location Name", | |||
"description": "The name of the location", | |||
"required": true | |||
}, | |||
"xcoord": { | |||
"label": "X-Coordinate", | |||
"description": "The X value, positive or negative integer.", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"zcoord": { | |||
"label": "Z-Coordinate", | |||
"description": "The Z value, positive or negative integer", | |||
"type": "number", | |||
"required": true | |||
} | |||
}, | |||
"description": "Accepts co-ordinates of a location on the Survival 3 world and generates a collapsible map using the Grand Map showing where the location is in the world.", | |||
"paramOrder": [ | |||
"location_name", | |||
"xcoord", | |||
"zcoord", | |||
"scale" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 00:35, 15 January 2020
{{Survival3Location |location_name = West Station |xcoord = -1029 |zcoord = -270 |scale = 0.5 }}
Accepts co-ordinates of a location on the Survival 3 world and generates a collapsible map using the Grand Map showing where the location is in the world.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Location Name | location_name | The name of the location | Unknown | required |
X-Coordinate | xcoord | The X value, positive or negative integer. | Number | required |
Z-Coordinate | zcoord | The Z value, positive or negative integer | Number | required |
Scale modifier | scale | Determines the size of the map. 1 = 1000px map.
| Number | required |
This page was last modified on 15 January 2020, at 00:35. (11 months ago)