Template:Map/doc: Difference between revisions
no edit summary
(Created page with "This template displays an interactive map. <templatedata> { "description": "Displays an interactive map.", "params": { "location": { "label": "Location", "description": "Name of the room or episode to display.", "type": "string", "required": true, "example": "Sea Road" } } } </templatedata>") |
No edit summary |
||
Line 5:
"description": "Displays an interactive map.",
"params": {
"type": {
"label": "Type",
"description": "'Episode', 'Room' or 'Entity'",
"type": "string",
"required": true,
"example": "Room"
},
"location": {
"label": "Location",
"description": "Name of the room, episode or
"type": "string",
"required": true,
"example": "Sea Road"
},
"height": {
"label": "Height",
"description": "Height of the map, if not default.",
"type": "string",
"required": false,
"example": "300px"
}
}
}
|