MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
list=alllinks <pre>(al) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
Enumerate all links that point to a given namespace.
參數:
- alcontinue
当更多结果可用时,使用这个继续。
- alfrom
The title of the link to start enumerating from.
- alto
The title of the link to stop enumerating at.
- alprefix
Search for all linked titles that begin with this value.
- alunique
Only show distinct linked titles. Cannot be used with alprop=ids. When used as a generator, yields target pages instead of source pages.
- alprop
Which pieces of information to include:
- ids
- Adds the page ID of the linking page (cannot be used with alunique).
- title
- Adds the title of the link.
- 多值 (以 | 分隔):ids、title
- 預設值:title
- alnamespace
要列举的名字空间。
- 單值:0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- 預設值:0
- allimit
要回傳的項目總數。
- 不允許超過 500 (機器人為 5,000)。
- 預設值:10
- aldir
列出方向。
- 單值:ascending、descending
- 預設值:ascending
範例:
- List linked titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=alllinks&alfrom=B&alprop=ids|title
- 列出唯一的链接标题
- api.php?action=query&list=alllinks&alunique=&alfrom=B
- 获得所有已链接的标题,标记缺少的。
- api.php?action=query&generator=alllinks&galunique=&galfrom=B
- 获取包含这些链接的页面
- api.php?action=query&generator=alllinks&galfrom=B