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=mystashedfiles (msf)

(main | query | mystashedfiles)
  • Voor deze module zijn leesrechten nodig.
  • Bron: MediaWiki
  • Licentie: GPL-2.0-or-later

Get a list of files in the current user's upload stash.

Specifieke parameters:
Other general parameters are available.
msfprop

Which properties to fetch for the files.

size
Fetch the file size and image dimensions.
type
Vraag het MIME- en mediatype van het bestand op.
Waarden (gescheiden met | of alternatief): size, type
Default: (empty)
msflimit

Hoeveel bestanden te tonen.

Type: geheel getal of max
The value must be between 1 and 500.
Standaard: 10
msfcontinue

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.

Voorbeeld:
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 de sandbox openen]