Template:Map/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
"target": { |
"target": { |
||
"label": "Target", |
"label": "Target", |
||
"description": "Name of the room, episode or object to display.", |
"description": "Name of the room, episode or object to display. You can specify multiple items by separating them with a semi-colon (no spaces), or specify everything by using the string 'All'", |
||
"type": "string", |
"type": "string", |
||
"required": true, |
"required": true, |
||
"example": "Sea Road" |
"example": "'Sea Road', 'Sea Road;Little Square', 'All'" |
||
}, |
}, |
||
"height": { |
"height": { |
Revision as of 00:30, 8 December 2024
This template displays an interactive map.
Displays an interactive map.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | type | 'Episode', 'Room' or 'Entity'
| String | required |
Target | target | Name of the room, episode or object to display. You can specify multiple items by separating them with a semi-colon (no spaces), or specify everything by using the string 'All'
| String | required |
Height | height | Height of the map, if not default.
| String | optional |
Width | width | Width of the map, if not default.
| String | optional |