Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=configuredpages (cp)
- Этот модуль требует прав на чтение.
- Этот модуль может быть использован в качестве генератора.
- Источник: Flagged Revisions
- Лицензия: GPL-2.0+
Enumerate all pages that have custom review configurations.
Параметры:
- cpstart
Start listing at this page ID.
- Тип: integer
- cpend
Stop listing at this page ID.
- Тип: integer
- cpdir
In which direction to enumerate:
- newer
- List oldest first. Note: cpstart has to be before cpend.
- older
- List newest first (default). Note: cpstart has to be later than cpend.
- Одно из следующих значений: newer, older
- По умолчанию: newer
- cpnamespace
The namespaces to enumerate.
- Значения (разделённые |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 274, 275, 828, 829, 2300, 2301, 2302, 2303
- cpdefault
The default page view version.
- Одно из следующих значений: latest, stable
- cpautoreview
Review/autoreview restriction level.
- Одно из следующих значений: sysop, none
- cplimit
Сколько всего страниц возвращать.
- Разрешено не более чем 500 (5000 для ботов).
- Тип: целое число или max
- По умолчанию: 10
Примеры:
- Show a list of pages with custom review configurations
- api.php?action=query&list=configuredpages&cpnamespace=0 [open in sandbox]
- Get some info about pages with custom review configurations
- api.php?action=query&generator=configuredpages&gcplimit=4&prop=info [open in sandbox]