미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
list=mystashedfiles (msf)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: 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
- 기본값: (비어 있음)
- msflimit
How many files to get.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 기본값: 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]