MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=allfileusages (af)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
列出所有文件用途,包括不存在的。
参数:
- afcontinue
当更多结果可用时,使用这个继续。
- affrom
文件的标题开始枚举于.
- afto
The title of the file to stop enumerating at.
- afprefix
搜索此值开头的所有文件标题。
- afunique
Only show distinct file titles. Cannot be used with afprop=ids. When used as a generator, yields target pages instead of source pages.
- afprop
要包含的信息束:
- ids
- 添加使用中的页面的页面ID(不能与afunique一起使用)。
- title
- 添加文件的标题。
- 值(以|分隔):ids、title
- 默认:title
- aflimit
要返回的总计项目。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- afdir
罗列所采用的方向。
- 一个值:ascending、descending
- 默认:ascending
例子:
- List file titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=allfileusages&affrom=B&afprop=ids|title
- 列出唯一性的文件标题
- api.php?action=query&list=allfileusages&afunique=&affrom=B
- 获取所有文件标题,并标记出缺失者
- api.php?action=query&generator=allfileusages&gafunique=&gaffrom=B
- 获取包含这些文件的页面
- api.php?action=query&generator=allfileusages&gaffrom=B