Template
Map Location
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|title = <div style="text-align: center;">{{{name|Location}}} on {{ucfirst:{{{world|sheltie}}}}}</div> | |title = <div style="text-align: center;">{{{name|Location}}} on {{ucfirst:{{{world|sheltie}}}}}</div> | ||
|width = 500px | |width = 500px | ||
|content = <div id="map-outer-container" | |content = <div id="map-outer-container"> | ||
<div id="map-inner-container"> | |||
<div id="map-container"> | <div id="map-container"> | ||
https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500)}}/z{{#expr: floor({{{zCoord|0}}} / 500)}}.png | https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500)}}/z{{#expr: floor({{{zCoord|0}}} / 500)}}.png | ||
Line 13: | Line 14: | ||
</div> | </div> | ||
<p id="coord-text">X:{{{xCoord|0}}}, Z:{{{zCoord|0}}} on {{ucfirst:{{{world|sheltie}}}}}</p> | <p id="coord-text">X:{{{xCoord|0}}}, Z:{{{zCoord|0}}} on {{ucfirst:{{{world|sheltie}}}}}</p> | ||
</div> | |||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 16:45, 8 February 2024
Map Location, shows a part of the map with the given location marked on it
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description
| String | optional |
world | world | no description
| String | optional |
xCoord | xCoord | The x coordinate of the location
| Number | optional |
zCoord | zCoord | The z coordinate of the location
| Number | optional |
This page was last modified on 8 February 2024, at 16:45. (9 months ago)