Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=geosearch (gs)
- Ten moduł wymaga praw odczytu.
- Ten moduł może być użyty jako generator.
- Źródło: GeoData
- Licencja: WTFPL
Returns pages having coordinates that are located in a certain area.
- gscoord
Coordinate around which to search.
Format: szerokość i długość geograficzna oddzielone pionową kreską (|</ kbd>).
- 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.
- Typ: liczba całkowita
- Wartość musi znajdować się pomiędzy 10 a 100 000.
- Domyślnie: 500
- gsmaxdim
Restrict search to objects no larger than this, in meters.
- Typ: liczba całkowita
- gslimit
Maximum number of pages to return.
- Type: integer or max
- Wartość musi znajdować się pomiędzy 1 a 500.
- Domyślnie: 10
- gsglobe
Globe to search on. See mw:Special:MyLanguage/Extension:GeoData#Glossary for details.
- Jedna z następujących wartości: earth
- Domyślnie: earth
- gsnamespace
Namespaces to search.
- Wartości (oddziel za pomocą | lub alternatywy): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 420, 421, 460, 461, 828, 829, 2300, 2301, 2302, 2303, 4902, 4903, 4906, 4907, 4908, 4909, 4912, 4913, 4914, 4915
- Maksymalna liczba wartości to 50 (500 dla klientów z podwyższonymi limitami).
- Aby wskazać wszystkie wartości, użyj *.
- Domyślnie: 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:Special:MyLanguage/Extension:GeoData#Usage for details.
- name
- Nazwa obiektu.
- dim
- Approximate size of the object in meters.
- country
- ISO 3166-1 alpha-2 country code (e.g. US or RU).
- region
- ISO 3166-2 region code (the part of the ISO 3166-2 code after the dash; e.g. FL or MOS).
- globe
- Which terrestrial body the coordinates are relative to (e.g. moon or pluto). Defaults to Earth. See mw:Special:MyLanguage/Extension:GeoData#Glossary for details.
- Wartości (oddziel za pomocą | lub alternatywy): country, dim, globe, name, region, type
- Domyślnie: globe
- gsprimary
Which kind of coordinates to return.
- 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
- Return both primary and secondary coordinates.
- Jedna z następujących wartości: all, primary, secondary
- Domyślnie: 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 [otwórz w brudnopisie]
- Search in a bounding box
- api.php?action=query&list=geosearch&gsbbox=37.8|-122.3|37.7|-122.4 [otwórz w brudnopisie]