මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- Source: MediaWiki
- License: GPL-2.0+
Get a list of files in the current user's upload stash.
පරාමිතීන්:
- 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.
- වටිනාකම් ("|" සමග වෙන් කරන්න): size, type
- Default: (හිස්)
- msflimit
How many files to get.
- 500 කට වැඩ අනුමත කරන්නේ නැත (5,000 බොට්ස් සදහාය).
- Type: integer or max
- Default: 10
- msfcontinue
When more results are available, use this to continue.
උදාහරණය:
- 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]