MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=duplicatefiles (df)
- Voor deze module zijn leesrechten nodig.
 - Deze module kan als generator worden gebruikt.
 - Bron: MediaWiki
 - Licentie: GPL-2.0-or-later
 
List all files that are duplicates of the given files based on hash values.
Parameters:
- dflimit
 How many duplicate files to return.
- Type: geheel getal of max
 - The value must be between 1 and 500.
 - Default: 10
 - dfcontinue
 When more results are available, use this to continue.
- dfdir
 The direction in which to list.
- Een van de volgende waarden: ascending, descending
 - Default: ascending
 - dflocalonly
 Look only for files in the local repository.
- Type: boolean (details)
 
Voorbeelden:
- Look for duplicates of File:Albert Einstein Head.jpg.
 - api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles [open in de zandbak]
 - Look for duplicates of all files.
 - api.php?action=query&generator=allimages&prop=duplicatefiles [open in de zandbak]