MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- This module requires read rights.
- Source: MediaWiki
- License: GPL-2.0+
Get a list of files in the current user's upload stash.
Parameters:
- msfprop
أي الخصائص تريد لجلب للملفات.
- size
- جلب حجم الملف وأبعاد الصورة.
- type
- Fetch the file's MIME type and media type.
- Values (separate with | or alternative): size، type
- Default: (empty)
- msflimit
How many files to get.
- No more than ٥٠٠ (٥٬٠٠٠ for bots) allowed.
- Type: integer or max
- Default: 10
- msfcontinue
When more results are available, use this to continue.
Examples:
- 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]