미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=coordinates (co)
- 이 모듈은 read 권한을 요구합니다.
- 출처: GeoData
- 라이선스: WTFPL
주어진 문서의 지리 좌표를 반환합니다.
변수:
- colimit
반환할 좌표의 수.
- 500 초과는 허용되지 않습니다. (봇의 경우 5,000)
- 유형: 정수 또는 max
- 기본값: 10
- cocontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- coprop
Which additional coordinate properties to return. (Properties that are always returned: lat, lon, and either primary or secondary as a boolean flag.)
- type
- Type of the object the coordinates point to. See mw:Extension:GeoData#Usage for details.
- name
- 객체의 이름입니다.
- dim
- 객체의 대략적인 크기. (단위: 미터)
- country
- ISO 3166-1 alpha-2 국가 코드 (예: US 또는 RU).
- region
- ISO 3166-2 지역 코드 (대시 다음의 ISO 3166-2 코드 부분. 예: FL 또는 MOS).
- globe
- Which terrestrial body the coordinates are relative to (e.g. moon or pluto). Defaults to Earth. See mw:Extension:GeoData#Glossary for details.
- 값 (|로 구분): type, name, dim, country, region, globe 또는 다른 문자열: type, name, dim, country, region, globe
- 기본값: globe
- coprimary
반환할 좌표의 종류입니다.
- primary
- The location of the subject of the article. There is at most one primary coordinate per title.
- secondary
- The location of some object that's mentioned in the article. Any number of secondary coordinates can be associated with a title.
- all
- 1차 좌표와 2차 좌표를 둘 다 반환합니다.
- 다음 값 중 하나: primary, secondary, all 또는 다른 문자열: primary, secondary, all
- 기본값: primary
- codistancefrompoint
Return distance in meters from the geographical coordinates of every valid result from the given coordinates.
형식: 위도와 경도를 파이프(|)로 구분합니다.
- codistancefrompage
Return distance in meters from the geographical coordinates of every valid result from the coordinates of this page.
예시:
- Get a list of coordinates of the Main Page
- api.php?action=query&prop=coordinates&titles=Main%20Page [연습장에서 열기]