MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=mystashedfiles (msf)
- Dieses Modul erfordert Leserechte.
 - Quelle: MediaWiki
 - Lizenz: GPL-2.0+
 
Get a list of files in the current user's upload stash.
Parameter:
- msfprop
 Which properties to fetch for the files.
- size
 - Fetch the file size and image dimensions.
 - type
 - Fetch the file's MIME type and media type.
 
- Werte (mit | trennen): size, type
 - Standard: (leer)
 - msflimit
 Wie viele Dateien zurückgegeben werden sollen.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
 - Typ: Ganzzahl oder max
 - Standard: 10
 - msfcontinue
 Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
Beispiel:
- Get the filekey, file size, and pixel size of files in the current user's upload stash.
 - api.php?action=query&list=mystashedfiles&msfprop=size [in Spielwiese öffnen]