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=allfileusages (af)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
List all file usages, including non-existing.
- afcontinue
- 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. 
- affrom
- The title of the file to start enumerating from. 
- afto
- The title of the file to stop enumerating at. 
- afprefix
- Search for all file titles that begin with this value. 
- afunique
- Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages. 
- Type: boolean (details)
- afprop
- Which pieces of information to include: - ids
- Adds the page IDs of the using pages (cannot be used with afunique).
- title
- Voegt de titel van het bestand toe.
 
- Waarden (gescheiden met | of alternatief): ids, title
- Standaard: title
- aflimit
- Hoeveel items er in totaal moeten worden getoond. 
- Type: geheel getal of max
- The value must be between 1 and 500.
- Standaard: 10
- afdir
- The direction in which to list. 
- Een van de volgende waarden: ascending, descending
- Standaard: ascending
- List file titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title [in de sandbox openen]
- List unique file titles.
- api.php?action=query&list=allfileusages&afunique=&affrom=B [in de sandbox openen]
- Gets all file titles, marking the missing ones.
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B [in de sandbox openen]
- Gets pages containing the files.
- api.php?action=query&generator=allfileusages&gaffrom=B [in de sandbox openen]