MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
list=allfileusages <pre>(af) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
列出所有文件用途,包括不存在的。
參數:
- 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