미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=filearchive (fa)
- 이 모듈은 read 권한을 요구합니다.
 - 출처: MediaWiki
 - 라이선스: GPL-2.0-or-later
 
삭제된 모든 파일을 순서대로 열거합니다.
변수:
- fafrom
 The image title to start enumerating from.
- fato
 The image title to stop enumerating at.
- faprefix
 Search for all image titles that begin with this value.
- fadir
 The direction in which to list.
- 다음 값 중 하나: ascending, descending 또는 다른 문자열: ascending, descending
 - 기본값: ascending
 - fasha1
 SHA1 hash of image. Overrides fasha1base36.
- fasha1base36
 SHA1 hash of image in base 36 (used in MediaWiki).
- faprop
 Which image information to get:
- sha1
 - 그림에 대한 SHA-1 해시를 추가합니다.
 - timestamp
 - Adds timestamp for the uploaded version.
 - user
 - 그림 판을 올린 사용자를 추가합니다.
 - size
 - Adds the size of the image in bytes and the height, width and page count (if applicable).
 - dimensions
 - Alias for size.
 - description
 - 그림 판의 설명을 추가합니다.
 - parseddescription
 - Parse the description of the version.
 - mime
 - 그림의 MIME를 추가합니다.
 - mediatype
 - 그림의 미디어 유형을 추가합니다.
 - metadata
 - 그림의 버전에 대한 Exif 메타데이터를 나열합니다.
 - bitdepth
 - Adds the bit depth of the version.
 - archivename
 - Adds the filename of the archive version for non-latest versions.
 
- 값 (|로 구분): archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user 또는 다른 문자열: archivename, bitdepth, description, dimensions, mediatype, metadata, mime, parseddescription, sha1, size, timestamp, user
 - 기본값: timestamp
 - falimit
 How many images to return in total.
- 유형: 정수 또는 max
 - 값은 1와 500 사이여야 합니다.
 - 기본값: 10
 - facontinue
 더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
예시:
- 삭제된 모든 파일의 목록을 표시합니다.
 - api.php?action=query&list=filearchive [연습장에서 열기]