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" href="https://dogcraft.net/map">
|content = <div id="map-outer-container">
<a href="https://dogcraft.net/map"/>
<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

Revision as of 16:28, 8 February 2024


East Station on Sheltie

X:1434, Z:-294 on Sheltie


Map Location, shows a part of the map with the given location marked on it

Template parameters

ParameterDescriptionTypeStatus
namename

no description

Default
Location
Stringoptional
worldworld

no description

Default
sheltie
Stringoptional
xCoordxCoord

The x coordinate of the location

Default
0
Numberoptional
zCoordzCoord

The z coordinate of the location

Default
0
Numberoptional
This page was last modified on 8 February 2024, at 16:28. (3 months ago)