MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=alllinks (al)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
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