Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
prop=duplicatefiles (df)
- Ten moduł wymaga praw odczytu.
- Ten moduł może być użyty jako generator.
- Źródło: MediaWiki
- Licencja: GPL-2.0+
List all files that are duplicates of the given files based on hash values.
Parametry:
- dflimit
How many duplicate files to return.
- Nie więcej niż 500 (5000 dla botów) dozwolone.
- Type: integer or max
- Domyślnie: 10
- dfcontinue
When more results are available, use this to continue.
- dfdir
The direction in which to list.
- Jedna z następujących wartość: ascending, descending
- Domyślnie: ascending
- dflocalonly
Look only for files in the local repository.
- Typ: wartość logiczna (szczegóły)
Przykłady:
- Look for duplicates of File:Albert Einstein Head.jpg.
- api.php?action=query&titles=File:Albert_Einstein_Head.jpg&prop=duplicatefiles [open in sandbox]
- Szukaj duplikatów wszystkich plików.
- api.php?action=query&generator=allimages&prop=duplicatefiles [open in sandbox]