Editing Template:Map/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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 16: | Line 12: | ||
"example": "Room" |
"example": "Room" |
||
}, |
}, |
||
" |
"location": { |
||
"label": " |
"label": "Location", |
||
"description": "Name of the room, episode or object to display. |
"description": "Name of the room, episode or object to display.", |
||
"type": "string", |
"type": "string", |
||
"required": true, |
"required": true, |
||
"example": " |
"example": "Sea Road" |
||
}, |
}, |
||
"height": { |
"height": { |
||
"label": "Height", |
"label": "Height", |
||
"description": "Height of the map, if not |
"description": "Height of the map, if not default.", |
||
"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": " |
"example": "300px" |
||
} |
} |
||
} |
} |