Template
Collapsible Map
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<div id="collapsible-container" class="toccolours mw-collapsible {{#ifeq:{{{collapsed|}}}|true|mw-collapsed}}"> | <div id="collapsible-container" class="toccolours mw-collapsible {{#ifeq:{{{collapsed|}}}|true|mw-collapsed}}"> | ||
<div id="collapsible-container-header" style="text-align: center;">{{fa| | <div id="collapsible-container-header" style="text-align: center;">{{fa|chevron-down}} {{{name|Location}}}</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
<div id="outer-map-container"> | <div id="outer-map-container"> |
Revision as of 22:06, 9 February 2024
East Station
X:1434, Z:-294 on Sheltie
Map Location, shows a part of the map with the given location marked on it
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of the location. Used only in the heading
| String | optional |
world | world | The world the location is on. This needs to match the world name used on the dynmap!
| String | optional |
xCoord | xCoord | The x coordinate of the location
| Number | optional |
zCoord | zCoord | The z coordinate of the location
| Number | optional |
collapsed | collapsed | If true, the map is collapsed by default, otherwise it is expanded by default
| Boolean | optional |
showCoords | showCoords | If true, will display the coordinates and world below the map
| Boolean | optional |
This page was last modified on 9 February 2024, at 22:06. (23 days ago)