Module:Location map/data/Japan Greater Tokyo area
< Module:Location map
Jump to navigation
Jump to search
Revision as of 19:23, 3 January 2018 by blackwiki>Frietjes (debug)
| 40x40px | This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
| name | Japan | ||
|---|---|---|---|
| x | $2 | ||
| y | 100*(8.723466460723742-0.236676753667045*$1) | ||
| image | Japan location map with side map of the Greater Tokyo Area.svg
| ||
| 400x400px | |||
Module:Location map/data/Japan Greater Tokyo area is a location map definition used to overlay markers and labels on an equirectangular projection map of Japan. The markers are placed by latitude and longitude coordinates on the default map or a similar map image.
Contents
Usage
These definitions are used by the following templates when invoked with parameter "Japan Greater Tokyo area":
{{Location map | Japan Greater Tokyo area | ...}}{{Location map many | Japan Greater Tokyo area | ...}}{{Location map+ | Japan Greater Tokyo area | ...}}{{Location map~ | Japan Greater Tokyo area | ...}}
Map definition
name = Japan- Name used in the default map caption
image = Japan location map with side map of the Greater Tokyo Area.svg- The default map image, without "Image:" or "File:"
x = $2- An expression to calculate a location on the map via its longitude; evaluates as 0 along the left edge and 100 along the right edge
y = 100*(8.723466460723742-0.236676753667045*$1)- An expression to calculate a location on the map via its latitude; evaluates as 0 along the top edge and 100 along the bottom edge
Examples using location map templates
Location map/data/Japan Greater Tokyo area is located in JapanLua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.
Location map/data/Japan Greater Tokyo area (Japan)
Location map/data/Japan Greater Tokyo area is located in JapanLua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.Lua error in Module:Location_map at line 399: Malformed coordinates value.
Location map/data/Japan Greater Tokyo area (Japan)
See also
See also
Location map templates
- Template:Location map, to display one mark and label using latitude and longitude
- Template:Location map many, to display up to nine marks and labels
- Template:Location map+, to display an unlimited number of marks and labels
Creating new map definitions
return {
name = 'Japan',
x = '$2',
y = '100*(8.723466460723742-0.236676753667045*$1)',
image = 'Japan location map with side map of the Greater Tokyo Area.svg'
}