Template
Collapsible Map
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
<div style="width: 50%;"> | |||
{{Collapsible Map | {{Collapsible Map | ||
|name = East Station | |name = East Station | ||
Line 32: | Line 33: | ||
|zCoord = -294 | |zCoord = -294 | ||
}} | }} | ||
</div> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"default": "Location" | |||
}, | |||
"world": { | |||
"default": "sheltie", | |||
"type": "string" | |||
}, | |||
"xCoord": { | |||
"type": "number", | |||
"default": "0", | |||
"description": "The x coordinate of the location" | |||
}, | |||
"zCoord": { | |||
"type": "number", | |||
"default": "0", | |||
"description": "The z coordinate of the location" | |||
}, | |||
"collapsed": { | |||
"type": "boolean", | |||
"default": "true", | |||
"description": "If true, the map is collapsed by default, otherwise it is expanded by default" | |||
} | |||
}, | |||
"description": "Map Location, shows a part of the map with the given location marked on it", | |||
"paramOrder": [ | |||
"name", | |||
"world", | |||
"xCoord", | |||
"zCoord", | |||
"collapsed" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 15:54, 9 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
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 |
collapsed | collapsed | If true, the map is collapsed by default, otherwise it is expanded by default
| Boolean | optional |
This page was last modified on 9 February 2024, at 15:54. (23 days ago)