Location | |
---|---|
WGS84 | 4° 45′ 0″ S, 155° 24′ 0″ E (-4.75, 155.4) |
UTM | 56M 766226 9474508 |
Antipole | 4.75, -24.6 |
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">-4.75;155.4</span> |
Geo microformat (verbose, with comma) |
<span class="geo"><span class="latitude">-4.75</span>, <span class="longitude">155.4</span></span> |
ICBM (note comma) |
<meta name="ICBM" content="-4.75, 155.4"> |
geo.position (note semi-colon) |
<meta name="geo.position" content="-4.75; 155.4"> |
Dublin Core | <meta name="DC.Coverage.Spatial.Lat" content="-4.75">
|
GeoTags | geotagged geo:lat=-4.75 geo:lon=155.4 |
Geo URI (will only work on Geo URI-aware systems) |
geo:-4.75,155.4 |
KML |
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name><![CDATA[Carteret Islands]]</name> <Point> <coordinates>155.4,-4.75</coordinates> </Point> <description><![CDATA[From Wikipedia article https://en.wikipedia.org/wiki/Carteret_Islands]]</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>PG,Carteret Islands,Wikipedia</keywords> </metadata> <wpt lat="-4.75" lon="155.4"> <name><![CDATA[Carteret Islands]]></name> <desc><![CDATA[Carteret Islands]]></desc> <src><![CDATA[From the Wikipedia article 'Carteret_Islands']]></src> <link href="https://en.wikipedia.org/wiki/Carteret_Islands"></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|-4.75|155.4|type:isle_region:PG}} | |
d | article | title | {{coord|-4.75|155.4|type:isle_region:PG|display=inline,title}} |
d | title | {{coord|-4.75|155.4|type:isle_region:PG|display=title}} |
Type | Input | Markup |
---|---|---|
Camera location | d | {{location dec|-4.75|155.4|heading:?_region:PG_source:enwiki}} |
dms | {{location|4|45|0|S|155|24|0|E|heading:?_region:PG_source:enwiki}} | |
Object location | d | {{object location dec|-4.75|155.4|type:isle_region:PG_source:enwiki}} |
dms | {{object location|4|45|0|S|155|24|0|E|type:isle_region:PG_source:enwiki}} |
More information: Commons Geocoding
The following code is provided for use in other Wikipedias.
Input | Display | Markup | |
---|---|---|---|
d | article | {{coor d|4|S|155|E|type:isle_region:PG_source:enwiki}} | |
d | article | title | {{coor at d|4|S|155|E|type:isle_region:PG_source:enwiki}} |
d | title | {{coor title d|4|S|155|E|type:isle_region:PG_source:enwiki}} | |
dm | article | {{coor dm|4|45|S|155|24|E|type:isle_region:PG_source:enwiki}} | |
dm | article | title | {{coor at dm|4|45|S|155|24|E|type:isle_region:PG_source:enwiki}} |
dm | title | {{coor title dm|4|45|S|155|24|E|type:isle_region:PG_source:enwiki}} | |
dms | article | {{coor dms|4|45|0|S|155|24|0|E|type:isle_region:PG_source:enwiki}} | |
dms | article | title | {{coor at dms|4|45|0|S|155|24|0|E|type:isle_region:PG_source:enwiki}} |
dms | title | {{coor title dms|4|45|0|S|155|24|0|E|type:isle_region:PG_source:enwiki}} |
Input | Display | Markup | |
---|---|---|---|
d | article | {{coord|-4.75|155.4|type:isle_region:PG_source:enwiki}} | |
d | article | title | {{coord|-4.75|155.4|type:isle_region:PG_source:enwiki|display=inline,title}} |
d | title | {{coord|-4.75|155.4|type:isle_region:PG|display=title}} |
Input | Display | Markup | |
---|---|---|---|
dms | article | title | {{Coordinate |text=DMS |article=/ |NS=-4.75 |EW=155.4 |type=isle |pop= |elevation= |dim= |name=Carteret Islands |region=PG}} |
dms | article | {{Coordinate |text=DMS |NS=-4.75 |EW=155.4 |type=isle |pop= |elevation= |dim= |name=Carteret Islands |region=PG}} | |
dm | article | {{Coordinate |text=DM |NS=-4.75 |EW=155.4 |type=isle |pop= |elevation= |dim= |name=Carteret Islands |region=PG}} | |
dec | article | {{Coordinate |text=DEC |NS=-4.75 |EW=155.4 |type=isle |pop= |elevation= |dim= |name=Carteret Islands |region=PG}} | |
CH1903 | article | {{Coordinate |text=CH1903 |NS=-4.75 |EW=155.4 |type=isle |pop= |elevation= |dim= |name=Carteret Islands |region=PG}} |
Code for wikis using the gis Extension
Input | Display | Markup | |
---|---|---|---|
dms | <geo> 4 45 0 S 155 24 0 E type:isle region:PG </geo> |