Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
Get a list of files in the current user's upload stash.
Parametry:
- 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.
- Hodnoty (oddÄlené | nebo alternativou.): size, type
- Implicitnà hodnota: (prázdné)
- msflimit
How many files to get.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 10
- msfcontinue
When more results are available, use this to continue.
PÅÃklad:
- 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 [otevÅÃt v pÃskoviÅ¡ti]