Template:Map/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation}}

This template displays an interactive map.
This template displays an interactive map.

See the [[Brighter Shores:Map Project]] for more details!


<templatedata>
<templatedata>
Line 14: Line 18:
"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": {
"label": "Height",
"label": "Height",
"description": "Height of the map, if not default.",
"description": "Height of the map, if not the default of 300px.",
"type": "string",
"required": false,
"example": "500px"
},
"width": {
"label": "Width",
"description": "Width of the map, if not the default of 300px.",
"type": "string",
"type": "string",
"required": false,
"required": false,
"example": "300px"
"example": "500px"
}
}
}
}

Latest revision as of 15:04, 14 December 2024

This is a documentation subpage for Template:Map.
It contains usage information, categories, and other content that is not part of the original template page.

This template displays an interactive map.

See the Brighter Shores:Map Project for more details!

Displays an interactive map.

Template parameters

ParameterDescriptionTypeStatus
Typetype

'Episode', 'Room' or 'Entity'

Example
Room
Stringrequired
Targettarget

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'

Example
'Sea Road', 'Sea Road;Little Square', 'All'
Stringrequired
Heightheight

Height of the map, if not the default of 300px.

Example
500px
Stringoptional
Widthwidth

Width of the map, if not the default of 300px.

Example
500px
Stringoptional