미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
list=geosearch (gs)
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 생성기로 사용할 수 있습니다.
- 출처: GeoData
- 라이선스: WTFPL
특정 지역에 위치한 좌표가 있는 문서를 반환합니다.
변수:
- gscoord
Coordinate around which to search.
형식: 위도와 경도를 파이프(|)로 구분합니다.
- gspage
Title of page around which to search.
- gsbbox
Bounding box to search in: pipe (|) separated coordinates of top left and bottom right corners.
- gsradius
Search radius in meters.
- 값은 10와 10,000 사이여야 합니다.
- 유형: 정수
- 기본값: 500
- gsmaxdim
Restrict search to objects no larger than this, in meters.
- 유형: 정수
- gslimit
Maximum number of pages to return.
- 500 초과는 허용되지 않습니다. (봇의 경우 5,000)
- 유형: 정수 또는 max
- 기본값: 10
- gsglobe
Globe to search on. See mw:Extension:GeoData#Glossary for details.
- 다음 값 중 하나: earth 또는 다른 문자열: earth
- 기본값: earth
- gsnamespace
검색할 이름공간입니다.
- 값 (|로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 106, 107, 828, 829, 2300, 2301, 2302, 2303 또는 다른 문자열: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 106, 107, 828, 829, 2300, 2301, 2302, 2303
- 모든 값을 지정하려면, *를 사용하십시오.
- 기본값: 0
- gsprop
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
- gsprimary
반환할 좌표의 종류입니다.
- 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
예시:
- Search around the point with coordinates 37° 47′ 13.1″ N, 122° 23′ 58.84″ W
- api.php?action=query&list=geosearch&gsradius=10000&gscoord=37.786971|-122.399677 [연습장에서 열기]
- Search in a bounding box
- api.php?action=query&list=geosearch&gsbbox=37.8|-122.3|37.7|-122.4 [연습장에서 열기]