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)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Get a list of files in the current user's upload stash.
Specific parameters:
Other general parameters are available.
- 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
- ค่าเริ่มต้น: (ว่าง)
- msflimit
จำนวนไฟล์ที่จะรับข้อมูล
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- msfcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
ตัวอย่าง:
- 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 [เปิดในกระบะทราย]