Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/API
prop=duplicatefiles (df)
- Tento modul vyžaduje oprávnění ke čtení.
 - Tento modul lze využívat jako generátor.
 - Zdroj: MediaWiki
 - Licence: GPL-2.0-or-later
 
List all files that are duplicates of the given files based on hash values.
Parametry:
- dflimit
 How many duplicate files to return.
- Není dovoleno více než 500 (5 000 pro boty).
 - Type: integer or max
 - Implicitní hodnota: 10
 - dfcontinue
 When more results are available, use this to continue.
- dfdir
 The direction in which to list.
- Jedna z následujících hodnot: ascending, descending
 - Implicitní hodnota: ascending
 - dflocalonly
 Look only for files in the local repository.
- Typ: boolean (podrobnosti)
 
Příklady:
- Look for duplicates of File:Albert Einstein Head.jpg.
 - api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles [otevřít v pískovišti]
 - Look for duplicates of all files.
 - api.php?action=query&generator=allimages&prop=duplicatefiles [otevřít v pískovišti]