MediaWiki API help

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)

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

Specific parameters:
Other general parameters are available.
msfprop

Millised atribuudid failide kohta hankida.

size
Fetch the file size and image dimensions.
type
Fetch the file's MIME type and media type.
Values (separate with | or alternative): size, type
Default: (empty)
msflimit

Kui palju faile hankida.

Type: integer or max
The value must be between 1 and 500.
Default: 10
msfcontinue

Kui saadaval on rohkem tulemusi, kasuta seda jätkamiseks. Täpsema teabe päringute jätkamise kohta leiad mediawiki.org-ist

Example:
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]