미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=duplicatefiles (df)
- 이 모듈은 read 권한을 요구합니다.
- This module can be used as a generator.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
List all files that are duplicates of the given files based on hash values.
변수:
- dflimit
How many duplicate files to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 기본값: 10
- dfcontinue
When more results are available, use this to continue.
- dfdir
The direction in which to list.
- 하나의 값: ascending, descending
- 기본값: ascending
- dflocalonly
Look only for files in the local repository.
- 유형: 부울 (자세한 정보)
예시:
- Look for duplicates of File:Albert Einstein Head.jpg.
- api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles
- Look for duplicates of all files.
- api.php?action=query&generator=allimages&prop=duplicatefiles