Location | |
---|---|
WGS84 | 10° 30′ 0″ S, 105° 40′ 0″ E (-10.5, 105.666667) |
UTM | 48L 572951 8839228 |
Antipole | 10.5, -74.333333 |
Object | |
Scale | ± 1:100000 |
The following HTML markup is provided for use in other websites - add closing slashes for XHTML if appropriate. Please use the relevant template (e.g. {{coord}}) or infobox to add coordinates to articles in Wikipedia.
Geo microformat (simple, with semicolon) |
<span class="geo">-10.5;105.666667</span> |
Geo microformat (verbose, with comma) |
<span class="geo"><span class="latitude">-10.5</span>, <span class="longitude">105.666667</span></span> |
ICBM (note comma) |
<meta name="ICBM" content="-10.5, 105.666667"> |
geo.position (note semi-colon) |
<meta name="geo.position" content="-10.5; 105.666667"> |
Dublin Core | <meta name="DC.Coverage.Spatial.Lat" content="-10.5">
|
GeoTags | geotagged geo:lat=-10.5 geo:lon=105.666667 |
Geo URI (will only work on Geo URI-aware systems) |
geo:-10.5,105.666667 |
KML |
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name><![CDATA[]]</name> <Point> <coordinates>105.666667,-10.5</coordinates> </Point> <description><![CDATA[From Wikipedia article https://en.wikipedia.org/wiki/]]</description> </Placemark> </kml> |
GPX |
<?xml version="1.0" encoding="UTF-8"?> <gpx version="1.1" creator="Wikipedia" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"> <metadata> <copyright author="Wikipedia Contributors, see article history"> <license>https://en.wikipedia.org/wiki/Wikipedia:GFDL</license> </copyright> <keywords>,,Wikipedia</keywords> </metadata> <wpt lat="-10.5" lon="105.666667"> <name><![CDATA[]]></name> <desc><![CDATA[]]></desc> <src><![CDATA[From the Wikipedia article '']]></src> <link href="https://en.wikipedia.org/wiki/"></link> </wpt> </gpx> |
The following {{Coord}} code is provided for use in the English Wikipedia, and others where supported.
Input | Display | Markup | |
---|---|---|---|
d | article | {{coord|-10.5|105.666667|type:_region:}} | |
d | article | title | {{coord|-10.5|105.666667|type:_region:|display=inline,title}} |
d | title | {{coord|-10.5|105.666667|type:_region:|display=title}} |
Type | Input | Markup |
---|---|---|
Camera location | d | {{location dec|-10.5|105.666667|heading:?_region:_source:enwiki}} |
dms | {{location|10|30|0|S|105|40|0|E|heading:?_region:_source:enwiki}} | |
Object location | d | {{object location dec|-10.5|105.666667|type:_region:_source:enwiki}} |
dms | {{object location|10|30|0|S|105|40|0|E|type:_region:_source:enwiki}} |
More information: Commons Geocoding
The following code is provided for use in other Wikipedias.
Input | Display | Markup | |
---|---|---|---|
d | article | {{coor d|10|S|105|E|type:_region:_source:enwiki}} | |
d | article | title | {{coor at d|10|S|105|E|type:_region:_source:enwiki}} |
d | title | {{coor title d|10|S|105|E|type:_region:_source:enwiki}} | |
dm | article | {{coor dm|10|30|S|105|40|E|type:_region:_source:enwiki}} | |
dm | article | title | {{coor at dm|10|30|S|105|40|E|type:_region:_source:enwiki}} |
dm | title | {{coor title dm|10|30|S|105|40|E|type:_region:_source:enwiki}} | |
dms | article | {{coor dms|10|30|0|S|105|40|0|E|type:_region:_source:enwiki}} | |
dms | article | title | {{coor at dms|10|30|0|S|105|40|0|E|type:_region:_source:enwiki}} |
dms | title | {{coor title dms|10|30|0|S|105|40|0|E|type:_region:_source:enwiki}} |
Input | Display | Markup | |
---|---|---|---|
d | article | {{coord|-10.5|105.666667|type:_region:_source:enwiki}} | |
d | article | title | {{coord|-10.5|105.666667|type:_region:_source:enwiki|display=inline,title}} |
d | title | {{coord|-10.5|105.666667|type:_region:|display=title}} |
Input | Display | Markup | |
---|---|---|---|
dms | article | title | {{Coordinate |text=DMS |article=/ |NS=-10.5 |EW=105.666667 |type= |pop= |elevation= |dim= |name= |region=}} |
dms | article | {{Coordinate |text=DMS |NS=-10.5 |EW=105.666667 |type= |pop= |elevation= |dim= |name= |region=}} | |
dm | article | {{Coordinate |text=DM |NS=-10.5 |EW=105.666667 |type= |pop= |elevation= |dim= |name= |region=}} | |
dec | article | {{Coordinate |text=DEC |NS=-10.5 |EW=105.666667 |type= |pop= |elevation= |dim= |name= |region=}} | |
CH1903 | article | {{Coordinate |text=CH1903 |NS=-10.5 |EW=105.666667 |type= |pop= |elevation= |dim= |name= |region=}} |
Code for wikis using the gis Extension
Input | Display | Markup | |
---|---|---|---|
dms | <geo> 10 30 0 S 105 40 0 E type: region: </geo> |