Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=allcategories (ac)
- Этот модуль требует прав на чтение.
- Этот модуль может быть использован в качестве генератора.
- Источник: MediaWiki
- Лицензия: GPL-2.0+
Перечислить все категории.
Параметры:
- acfrom
The category to start enumerating from.
- accontinue
Когда доступно больше результатов, использовать этот чтобы продолжить.
- acto
The category to stop enumerating at.
- acprefix
Search for all category titles that begin with this value.
- acdir
Direction to sort in.
- One value: ascending, descending
- По умолчанию: ascending
- acmin
Only return categories with at least this many members.
- Тип: integer
- acmax
Only return categories with at most this many members.
- Тип: integer
- aclimit
Сколько категорий вернуть.
- Разрешено не более чем 500 (5000 для ботов).
- Тип: целое число или max
- По умолчанию: 10
- acprop
Какие свойства получить:
- size
- Adds number of pages in the category.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__
.
- Values (separate with |): size, hidden
- По умолчанию: (пусто)
Примеры:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info