地點 | |
---|---|
WGS84 | 41° 30′ 0″ N, 174° 18′ 0″ W (41.5, -174.3) |
UTM | 1T 725360 4597784 |
Antipole | -41.5, 5.7 |
Object | |
比例 | ± 1:10000000 |
使用以下 HTML 標記在其他網站使用 - 如果是 XHTML ,需添加適當的結束斜線。請添加相關模板(如{{coord}})或 infobox 以在維基百科條目上加入坐標。
Geo microformat (simple, with semicolon) |
<span class="geo">41.5;-174.3</span>
|
Geo microformat (verbose, with comma) |
<span class="geo"><span class="latitude">41.5</span>, <span class="longitude">-174.3</span></span>
|
ICBM (note comma) |
<meta name="ICBM" content="41.5, -174.3">
|
geo.position (note semi-colon) |
<meta name="geo.position" content="41.5; -174.3">
|
Dublin Core | <meta name="DC.Coverage.Spatial.Lat" content="41.5">
|
GeoTags | geotagged geo:lat=41.5 geo:lon=-174.3 |
KML | <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name><![CDATA[相对应于19世紀日食列表的地方]]</name> <Point> <coordinates>-174.3,41.5</coordinates> </Point> <description><![CDATA[From Wikipedia article http://en.wikipedia.org/wiki/19世紀日食列表]]</description> </Placemark> </kml> |
GPX | <?xml version="1.0" encoding="UTF-8"?> <gpx version="1.1" creator="Wikipedia" xmlns:xsi="http://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>http://en.wikipedia.org/wiki/Wikipedia:GFDL</license> </copyright> <keywords>,相对应于19世紀日食列表的地方,Wikipedia</keywords> </metadata> <wpt lat="41.5" lon="-174.3"> <name><![CDATA[相对应于19世紀日食列表的地方]]></name> <desc><![CDATA[相对应于19世紀日食列表的地方]]></desc> <src><![CDATA[From the Wikipedia article '19世紀日食列表']]></src> <link href="http://en.wikipedia.org/wiki/19世紀日食列表"></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|41.5|-174.3|type:_region:}} | |
d | article | title | {{coord|41.5|-174.3|type:_region:|display=inline,title}} |
d | title | {{coord|41.5|-174.3|type:_region:|display=title}} |
Type | Input | Markup |
---|---|---|
Camera location | d | {{location dec|41.5|-174.3|heading:?_region:_source:enwiki}} |
dms | {{location|41|30|0|N|174|18|0|W|heading:?_region:_source:enwiki}} | |
Object location | d | {{object location dec|41.5|-174.3|type:_region:_source:enwiki}} |
dms | {{object location|41|30|0|N|174|18|0|W|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|41|N|174|W|type:_region:_source:enwiki}} | |
d | article | title | {{coor at d|41|N|174|W|type:_region:_source:enwiki}} |
d | title | {{coor title d|41|N|174|W|type:_region:_source:enwiki}} | |
dm | article | {{coor dm|41|30|N|174|18|W|type:_region:_source:enwiki}} | |
dm | article | title | {{coor at dm|41|30|N|174|18|W|type:_region:_source:enwiki}} |
dm | title | {{coor title dm|41|30|N|174|18|W|type:_region:_source:enwiki}} | |
dms | article | {{coor dms|41|30|0|N|174|18|0|W|type:_region:_source:enwiki}} | |
dms | article | title | {{coor at dms|41|30|0|N|174|18|0|W|type:_region:_source:enwiki}} |
dms | title | {{coor title dms|41|30|0|N|174|18|0|W|type:_region:_source:enwiki}} |
Input | Display | Markup | |
---|---|---|---|
d | article | {{coord|41.5|-174.3|type:_region:_source:enwiki}} | |
d | article | title | {{coord|41.5|-174.3|type:_region:_source:enwiki|display=inline,title}} |
d | title | {{coord|41.5|-174.3|type:_region:|display=title}} |
Input | Display | Markup | |
---|---|---|---|
dms | article | title | {{Coordinate |text=DMS |article=/ |NS=41.5 |EW=-174.3 |type= |pop= |elevation= |dim= |name=相对应于19世紀日食列表的地方 |region=}} |
dms | article | {{Coordinate |text=DMS |NS=41.5 |EW=-174.3 |type= |pop= |elevation= |dim= |name=相对应于19世紀日食列表的地方 |region=}} | |
dm | article | {{Coordinate |text=DM |NS=41.5 |EW=-174.3 |type= |pop= |elevation= |dim= |name=相对应于19世紀日食列表的地方 |region=}} | |
dec | article | {{Coordinate |text=DEC |NS=41.5 |EW=-174.3 |type= |pop= |elevation= |dim= |name=相对应于19世紀日食列表的地方 |region=}} | |
CH1903 | article | {{Coordinate |text=CH1903 |NS=41.5 |EW=-174.3 |type= |pop= |elevation= |dim= |name=相对应于19世紀日食列表的地方 |region=}} |
Code for wikis using the gis Extension
Input | Display | Markup | |
---|---|---|---|
dms | <geo> 41 30 0 N 174 18 0 W type: region: </geo> |