MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=mystashedfiles (msf)

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

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

Parameters:
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.
Values (separate with | or alternative): size, type
Default: (empty)
msflimit

Hoeveel bestanden te tonen.

No more than 500 (5.000 for bots) allowed.
Type: integer or max
Standaard: 10
msfcontinue

When more results are available, use this to continue.

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 [open in sandbox]