Template
Survival3Location
From Dogcraft Wiki
imported>William No edit summary |
imported>William No edit summary |
||
| Line 10: | Line 10: | ||
| x = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{xcoord}}}}} / 40.8}}}} round 0}} | | x = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{xcoord}}}}} / 40.8}}}} round 0}} | ||
| y = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 42}}}} round 0}} | | y = {{#expr: {{#expr: {{{scale}}} * {{#expr:{{#expr: 20000 + {{{zcoord}}}}} / 42}}}} round 0}} | ||
| t = <h4 style="padding:0. | | t = <h4 style="padding:0.1em 0.1em; margin:5px 0 5px 0; border:1px solid #367FA9; background:#367FA9; display: inline-block; color:white; font-size:80%; text-align:center;">'''{{{location_name}}}'''</h4> | ||
}}(Co-ordinates - X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''') | }}(Co-ordinates - X: '''{{{xcoord}}}''', Z: '''{{{zcoord}}}''') | ||
</div> | </div> | ||
Revision as of 12:18, 15 January 2020
{{Survival3Location
|location_name = West Station
|xcoord = -1029
|zcoord = -270
|scale = 0.5
|transport = false
}}
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 | String | 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 12:18. (2 years ago)