UsageEdit

Module:Location map/data/doc

The following parameters are taken by Module:Location map/data/doc:

Parameter Description
image An additional image to display (other than the one the location map uses) on the right side of the documentation page. If not specified, no additional image is displayed.
projection The type of projection the location map uses. If not specified, "an [[equirectangular projection]]" is used.
name The name to display in the map's documentation. If not specified, the actual name of the location map is used.
examples A section containing examples of the location map's usage. A {{clear}} template is automatically placed at the end of the examples. If not specified, no examples are output.
see also Additional links to place in the "See also" section.

All information about the map will be automatically taken from the map's definition itself.

{{#invoke:Location map/data|function_name}}


return {
	name = 'Sumbawa',
	top = -7.166,
	bottom = -9.5,
	left = 116.466,
	right = 119.507,
	image = 'Sumbawa Topography.png',
}