MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=allcategories (ac)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Alle categorieën doorlopen.
Parameters:
- 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
Richting om in te sorteren.
- Een van de volgende waarden: ascending, descending
- Standaard: ascending
- acmin
Only return categories with at least this many members.
- Type: integer
- acmax
Only return categories with at most this many members.
- Type: integer
- aclimit
Hoeveel categorieën te tonen.
- Type: geheel getal of max
- The value must be between 1 and 500.
- Standaard: 10
- acprop
Which properties to get:
- size
- Voegt het aantal pagina's in de categorie toe.
- hidden
- Markeert categorieën die verborgen zijn met
__HIDDENCAT__
.
- Waarden (gescheiden met | of alternatief): hidden, size
- Default: (empty)
Voorbeelden:
- List categories with information on the number of pages in each.
- api.php?action=query&list=allcategories&acprop=size [open in de zandbak]
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [open in de zandbak]