แม่แบบ:Coord
![]() | แม่แบบนี้ใช้สคริปต์ภาษาลูอา: |
แม่แบบ {{coord}} จะสร้างลิงก์พิกัดภูมิศาสตร์ตามพารามิเตอร์ที่ระบุลงไป
พิกัดภูมิศาสตร์ที่สร้างขึ้น เป็นไปตาม WGS84 (ละติจูด; ลองจิจูด) สามารถระบุทั้งรูปแบบทศนิยม หรือรูปแบบองศา ลิปดา พิลิปดา ก็ได้
รูปแบบพิกัดอาจเป็นไปได้ 2 แบบคือ
- องศา/ลิปดา/พิลิปดา (dms) แต่ความละเอียดอาจจะมีเฉพาะ องศา หรือองศา/ลิปดา หรือองศา/ลิปดา/พิลิปดา ก็ได้
- ทศนิยม (deg)
การใช้แทนที่แม่แบบที่ล้าสมัย[แก้]
แม่แบบ {{Coord}} สามารถใช้แทนที่ {{coor d}}, {{coor dm}}, {{coor dms}}, {{coor at d}}, {{coor at dm}}, {{coor at dms}}, {{coor title d}}, {{coor title dm}} และ {{coor title dms}} พารามิเตอร์แทบจะเหมือนเดิมทุกประการ (มีเพียงพารามิเตอร์ display ที่เพิ่มเข้ามา)
ตัวอย่าง:
{{coord|12|34|N|45|33|W}} |
แทนที่ {{coor title dm|12|34|N|45|67|W}}
|
{{coord|12|34|12|N|45|33|45|W}} |
แทนที่ {{coor at dms|12|34|12|N|45|33|45|W}}
|
{{coord|10.2|-20.3}} หรือ {{coord|10.2|-20.3}} |
แทนที่ {{Coord|10.2|N|-20.3|E}}
|
การแสดงผล[แก้]
โดยปกติแล้ว พิกัดภูมิศาสตร์จะแสดงผลในรูปแบบตามที่ได้ระบุไว้
หากต้องการให้แสดงผลในรูปแบบองศา/ลิปดา/พิลิปดา (dms) เสมอ ให้แก้ไฟล์ common.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: none } .geo-dms { display: inline }
หากต้องการให้แสดงผลในรูปแบบทศนิยม (deg) เสมอ ให้แก้ไฟล์ common.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: inline } .geo-dms { display: none }
หากต้องการให้แสดงผลทั้งสองรูปแบบเสมอ ให้แก้ไฟล์ common.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
.geo-dec { display: inline } .geo-dms { display: inline }
.geo-multi-punct { display: inline }
If CSS is disabled, or you have an old copy of MediaWiki:Common.css cached, you will see both formats. (The cache for Common.css takes 31 days to expire, and the changes were made 2007-04-04. You can either clear your cache or manually refresh this URL: [1].)
การใช้งาน[แก้]
{{coord|latitude|longitude|parameters|display=display}} {{coord|dd|N/S|dd|E/W|parameters|display=display}} {{coord|dd|mm|N/S|dd|mm|E/W|parameters|display=display}} {{coord|dd|mm|ss|N/S|dd|mm|ss|E/W|parameters|display=display}}
- parameters, which are optional, can be any type:, region:, or scale: setting which is recognised by the map server, such as the popular
type:city
andtype:landmark options
. See Wikipedia:WikiProject Geographical coordinates#Parameters for a comprehensive list.
- display, which is optional, can be one of the following:
inline
(default) : display the coordinate inlinetitle
: display the coordinate by the article title, right-justified (replaces {{coor title dms}} family)inline,title
: display both inline at title (replaces {{coor at dms}} family)
Note: using the title
attribute indicates that the coordinates apply to the article, and not just one of (perhaps many) places mentioned in it — so it should only be omitted in the latter case. It will be used to add the article to services such as Google Earth layers.
ตัวอย่าง[แก้]
(These are live geo-microformats and should be detected on this page by parsers)
{{Coord|43.651234|-79.383333}} | Toronto - Fully decimal - N & W | |
{{Coord|43.65|-79.38}} | Toronto - less precise | |
{{Coord|43.6500|-79.3800}} | Toronto - medium precision with trailing zeroes | |
{{Coord|43.651234|N|79.383333|W}} | Toronto - decimal with Northing & Westing | |
{{Coord|43|29|N|79|23|W}} | Toronto - degrees & minutes | |
{{Coord|43|29|4|N|79|23|0|W}} | Toronto - degrees, minutes & seconds | |
{{Coord|55.752222|N|37.615556|E}} | Moscow - N & E | |
{{coord|55.752222|N|37.615556|E|format=dms}} | 55°45′08″N 37°36′56″E / 55.752222°N 37.615556°E | |
{{coord|55.752222|N|37.615556|E|format=dec}} | 55°45′08″N 37°36′56″E / 55.752222°N 37.615556°E | |
{{Coord|33|55|S|18|25|E}} | Capetown - S & E | |
{{Coord|22|54|30|S|43|14|37|W}} | Rio - S & W | |
{{Coord|22|S|43|W}} | A degree confluence | |
{{coord|52|28|59|N|1|53|37|W
|display=inline,title|region:GB_type:city}} | 52°28′59″N 1°53′37″W / 52.48306°N 1.89361°Wพิกัดภูมิศาสตร์: 52°28′59″N 1°53′37″W / 52.48306°N 1.89361°W | Birmingham - with display and parameter settings; note display also in title of this page. |
Class names[แก้]
The class names geo, latitude and longitude are used to generate the microformat and MUST NOT be changed.
แหล่งข้อมูลอื่น[แก้]
- Google Earth Geographic Web Layer FAQ - Information on how Google uses Wikipedia's coordinate information.
คู่มือการใช้งานที่ปรากฏด้านบนนี้ดึงมาจาก แม่แบบ:Coord/doc (แก้ | ประวัติ) ผู้เขียนสามารถทำการทดลองได้ที่กระบะทราย (แก้ | ดูความแตกต่าง) และชุดทดสอบ (แก้) ของแม่แบบนี้ โปรดเพิ่มหมวดหมู่ไปที่หน้าย่อย /doc หน้าย่อยของแม่แบบนี้ |