Помощ за МедияУики API

Това е автоматично генерирана страница за документация на МедияУики API.

Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=wikisets (ws)

(main | query | wikisets)

Изброява всички набори от уикита.

Specific parameters:
Other general parameters are available.
wsfrom

The name of the wiki set to start from.

wsprop

What pieces of information to include:

type
Opt-in based (includes only specified wikis) or opt-out based (includes all wikis except specified).
wikisincluded
The wikis that are included in this wiki set.
wikisnotincluded
The wikis that are not included in this wiki set.
Стойности (разделени с | или алтернативния разделител): type, wikisincluded, wikisnotincluded
wslimit

How many wiki sets to return.

Type: integer or max
The value must be between 1 and 500.
Default: 10
wsorderbyname

Order results by name.

Type: boolean (details)
Примери:
Показва списък на наборите от уикита
api.php?action=query&list=wikisets [open in sandbox]
Показва набори от уикита с типове
api.php?action=query&list=wikisets&wsprop=type&wslimit=200 [open in sandbox]