Template

Collapsible Map

From Dogcraft Wiki

No edit summary
No edit summary
(9 intermediate revisions by the same user not shown)
Line 6: Line 6:
  <div class="mw-collapsible-content">
  <div class="mw-collapsible-content">
   <div id="outer-map-container">
   <div id="outer-map-container">
  {{#ifeq:{{{scale|0}}}|0|<div class="inner-map-container">
   [https://dogcraft.net/map#{{lc:{{{world|sheltie}}}}}:{{{xCoord|0}}}:0:{{{zCoord|0}}}:250:0:0:0:0:perspective Click for full map]
   [https://dogcraft.net/map#{{lc:{{{world|sheltie}}}}}:{{{xCoord|0}}}:0:{{{zCoord|0}}}:250:0:0:0:0:perspective Click for full map]
   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 18: Line 19:
| {{#expr: ({{{zCoord|0}}} mod 500) / 5.01}}}}% - 70px);  
| {{#expr: ({{{zCoord|0}}} mod 500) / 5.01}}}}% - 70px);  
>
>
     <i class="fa-solid fa-location-dot"></i>
    <i class="fa-solid fa-location-dot"></i>
     </div>}}
    {{#ifeq:{{{scale|0}}}|1|<div class="map-grid-container">
      [https://dogcraft.net/map#{{lc:{{{world|sheltie}}}}}:{{{xCoord|0}}}:0:{{{zCoord|0}}}:250:0:0:0:0:perspective Click for full map]
      <div class="map-grid-child" id="map-1-1">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) - 1}}/z{{#expr: floor({{{zCoord|0}}} / 500) - 1}}.png</div>
      <div class="map-grid-child" id="map-1-2">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500)}}/z{{#expr: floor({{{zCoord|0}}} / 500) - 1}}.png</div>
      <div class="map-grid-child" id="map-1-3">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) + 1}}/z{{#expr: floor({{{zCoord|0}}} / 500) - 1}}.png</div>
      <div class="map-grid-child" id="map-2-1">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) - 1}}/z{{#expr: floor({{{zCoord|0}}} / 500)}}.png</div>
      <div class="inner-map-container map-grid-child" id="map-2-2">
        https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500)}}/z{{#expr: floor({{{zCoord|0}}} / 500)}}.png
        <div id="marker-wrapper" style="
left: calc(
{{#ifexpr: {{#expr: {{{xCoord|0}}} mod 500}} < 0
| {{#expr: (500 + ({{{xCoord|0}}} mod 500)) / 5.01}}
| {{#expr: ({{{xCoord|0}}} mod 500) / 5.01}}}}% - 30px);
top: calc(
{{#ifexpr: {{#expr: {{{zCoord|0}}} mod 500}} < 0
| {{#expr: (500 + ({{{zCoord|0}}} mod 500)) / 5.01}}
| {{#expr: ({{{zCoord|0}}} mod 500) / 5.01}}}}% - 70px);
>
        <i class="fa-solid fa-location-dot"></i>
        </div>
      </div>
      <div class="map-grid-child" id="map-2-3">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) + 1}}/z{{#expr: floor({{{zCoord|0}}} / 500)}}.png</div>
      <div class="map-grid-child map-grid-bottom-left" id="map-3-1">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) - 1}}/z{{#expr: floor({{{zCoord|0}}} / 500) + 1}}.png</div>
      <div class="map-grid-child" id="map-3-2">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500)}}/z{{#expr: floor({{{zCoord|0}}} / 500) + 1}}.png</div>
      <div class="map-grid-child map-grid-bottom-right" id="map-3-3">https://map.dogcraft.net/maps/{{lc:{{{world|sheltie}}}}}/tiles/1/x{{#expr: floor({{{xCoord|0}}} / 500) + 1}}/z{{#expr: floor({{{zCoord|0}}} / 500) + 1}}.png</div>
    </div>}}
   </div>
   </div>
   {{#ifeq:{{{showCoords|}}}|true|<p id="coord-text">X:{{{xCoord|0}}}, Z:{{{zCoord|0}}} on {{ucfirst:{{{world|sheltie}}}}}</p>}}
   {{#ifeq:{{{showCoords|}}}|true|<p id="coord-text">X:{{{xCoord|0}}}, Z:{{{zCoord|0}}} on {{ucfirst:{{{world|sheltie}}}}}</p>}}
Line 32: Line 60:
|zCoord    = -294
|zCoord    = -294
|showCoords = true
|showCoords = true
|scale      = 1
}}
{{Collapsible Map
|name      = East Station
|world      = sheltie
|xCoord    = 1434
|zCoord    = -294
|showCoords = true
|scale      = 0
}}
}}


Line 66: Line 104:
             "default": "false",
             "default": "false",
             "description": "If true, will display the coordinates and world below the map"
             "description": "If true, will display the coordinates and world below the map"
        },
        "scale": {
            "type": "number",
            "default": "0",
            "description": "The scale of the map. 0 - 500x500 block map, 1 - 1500x1500 map"
         }
         }
     },
     },
Line 75: Line 118:
         "zCoord",
         "zCoord",
         "collapsed",
         "collapsed",
         "showCoords"
         "showCoords",
        "scale"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 16:43, 26 March 2024


East Station

X:1434, Z:-294 on Sheltie



East Station

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

Name of the location. Used only in the heading

Default
Map
Stringoptional
worldworld

The world the location is on. This needs to match the world name used on the dynmap!

Default
sheltie
Stringoptional
xCoordxCoord

The x coordinate of the location

Default
0
Numberoptional
zCoordzCoord

The z coordinate of the location

Default
0
Numberoptional
collapsedcollapsed

If true, the map is collapsed by default, otherwise it is expanded by default

Default
false
Booleanoptional
showCoordsshowCoords

If true, will display the coordinates and world below the map

Default
false
Booleanoptional
scalescale

The scale of the map. 0 - 500x500 block map, 1 - 1500x1500 map

Default
0
Numberoptional
This page was last modified on 26 March 2024, at 16:43. (30 days ago)