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.
Specifieke parameters:
Other general parameters are available.
- acfrom
- The category to start enumerating from. 
- accontinue
- Wanneer er meer resultaten beschikbaar zijn, gebruikt u dit om verder te gaan. Diepgaandere informatie over het voortzetten van query's is te vinden op mediawiki.org. 
- 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 [in de sandbox openen]
- Retrieve info about the category page itself for categories beginning List.
- api.php?action=query&generator=allcategories&gacprefix=List&prop=info [in de sandbox openen]