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
prop=images (im)
- Voor deze module zijn leesrechten nodig.
- Deze module kan als generator worden gebruikt.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Returns all files contained on the given pages.
Specifieke parameters:
Other general parameters are available.
- imlimit
How many files to return.
- Type: geheel getal of max
- The value must be between 1 and 500.
- Standaard: 10
- imcontinue
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.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- Separate values with | or alternative.
- Maximumaantal waarden is 50 (of 500 voor cliƫnten waaraan hogere limieten zijn toegestaan).
- imdir
The direction in which to list.
- Een van de volgende waarden: ascending, descending
- Standaard: ascending
Voorbeelden:
- Get a list of files used on the page Hoofdpagina.
- api.php?action=query&prop=images&titles=Hoofdpagina [in de sandbox openen]
- Get information about all files used on the page Hoofdpagina.
- api.php?action=query&generator=images&titles=Hoofdpagina&prop=info [in de sandbox openen]