MediaWiki API ヘルプ
ãã®ãã¼ã¸ã¯èªåçæããã MediaWiki API ã®èª¬æææ¸ãã¼ã¸ã§ãã
èª¬æææ¸ã¨ä¾: https://www.mediawiki.org/wiki/API
prop=duplicatefiles (df)
- ãã®ã¢ã¸ã¥ã¼ã«ã¯èªã¿åãã®æ¨©éãå¿ è¦ã¨ãã¾ãã
- ãã®ã¢ã¸ã¥ã¼ã«ã¯ã¸ã§ãã¬ã¼ã¿ã¼ã¨ãã¦ä½¿ç¨ã§ãã¾ãã
- Source: MediaWiki
- License: GPL-2.0-or-later
List all files that are duplicates of the given files based on hash values.
ãã©ã¡ã¼ã¿ã¼:
- dflimit
How many duplicate files to return.
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- æ¢å®å¤: 10
- dfcontinue
When more results are available, use this to continue.
- dfdir
The direction in which to list.
- å¤ (次ã®å¤ã®ãããã1ã¤): ascendingãdescending
- æ¢å®å¤: 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 [ãµã³ãããã¯ã¹ã§éã]