MediaWiki API help
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)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้สามารถใช้เป็นตัวสร้างได้
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
List all files that are duplicates of the given files based on hash values.
Specific parameters:
Other general parameters are available.
- dflimit
จำนวนไฟล์ที่ซ้ำกันที่จะส่งกลับ
- ชนิด: จำนวนเต็มหรือ max
- The value must be between 1 and 500.
- Default: 10
- dfcontinue
เมื่อมีผลลัพธ์เพิ่มเติมพร้อมใช้งาน ใช้ตัวเลือกนี้เพื่อดำเนินการต่อ
- dfdir
The direction in which to list.
- ค่าใดค่าหนึ่งต่อไปนี้: ascending, descending
- Default: ascending
- dflocalonly
Look only for files in the local repository.
- Type: boolean (details)
ตัวอย่าง:
- 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 [เปิดในกระบะทราย]