Template
Collapsible Map
From Dogcraft Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
Line 20: | Line 20: | ||
<i class="fa-solid fa-location-dot"></i> | <i class="fa-solid fa-location-dot"></i> | ||
</div> | </div> | ||
{{#ifeq:{{{showCoords|}}}|true|<p id="coord-text">X:{{{xCoord|0}}}, Z:{{{zCoord|0}}} on {{ucfirst:{{{world|sheltie}}}}}</p>}} | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 23:07, 9 February 2024
East Station
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 23:07. (23 days ago)