MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
prop=duplicatefiles (df)
- Ez a modul olvasási jogot igényel.
- Ez a modul használható generátorként.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
List all files that are duplicates of the given files based on hash values.
Paraméterek:
- dflimit
How many duplicate files to return.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 10
- dfcontinue
When more results are available, use this to continue.
- dfdir
The direction in which to list.
- A következő értékek egyike: ascending, descending
- Default: ascending
- dflocalonly
Look only for files in the local repository.
- Típus: logikai (részletek)
Examples:
- Look for duplicates of File:Albert Einstein Head.jpg.
- api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles [open in sandbox]
- Look for duplicates of all files.
- api.php?action=query&generator=allimages&prop=duplicatefiles [open in sandbox]