MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=images (im)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
Returns all files contained on the given pages.
Parameter:
- imlimit
How many files to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- imcontinue
When more results are available, use this to continue.
- imimages
Only list these files. Useful for checking whether a certain page has a certain file.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- imdir
The direction in which to list.
- Ein Wert: ascending, descending
- Standard: ascending
Beispiele:
- Get a list of files used in the Main Page.
- api.php?action=query&prop=images&titles=Main%20Page
- Get information about all files used in the Main Page.
- api.php?action=query&generator=images&titles=Main%20Page&prop=info