MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
list=allcategories (ac)
- Ez a modul olvasási jogot igényel.
- Ez a modul használható generátorként.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Enumerate all categories.
Paraméterek:
- acfrom
The category to start enumerating from.
- accontinue
When more results are available, use this to continue.
- acto
The category to stop enumerating at.
- acprefix
Search for all category titles that begin with this value.
- acdir
A rendezés iránya.
- A következő értékek egyike: ascending, descending
- Default: ascending
- acmin
Only return categories with at least this many members.
- Típus: egész
- acmax
Only return categories with at most this many members.
- Típus: egész
- aclimit
How many categories to return.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 10
- acprop
Which properties to get:
- size
- Adds number of pages in the category.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__
.
- Értékek (elválasztó: |): size, hidden
- Default: (empty)
Examples:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size [open in sandbox]
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [open in sandbox]