MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=alltransclusions (at)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
列出所有嵌入页面(使用{{x}}嵌入的页面),包括不存在的。
参数:
- atcontinue
当更多结果可用时,使用这个继续。
- atfrom
The title of the transclusion to start enumerating from.
- atto
The title of the transclusion to stop enumerating at.
- atprefix
Search for all transcluded titles that begin with this value.
- atunique
Only show distinct transcluded titles. Cannot be used with atprop=ids. When used as a generator, yields target pages instead of source pages.
- atprop
Which pieces of information to include:
- ids
- Adds the page ID of the transcluding page (cannot be used with atunique).
- title
- Adds the title of the transclusion.
- 值(以|分隔):ids、title
- 默认:title
- atnamespace
要列举的名字空间。
- 一个值:0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- 默认:10
- atlimit
要返回的总计项目。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- atdir
罗列所采用的方向。
- 一个值:ascending、descending
- 默认:ascending
例子:
- List transcluded titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=alltransclusions&atfrom=B&atprop=ids|title
- 列出孤立嵌入标题
- api.php?action=query&list=alltransclusions&atunique=&atfrom=B
- Gets all transcluded titles, marking the missing ones.
- api.php?action=query&generator=alltransclusions&gatunique=&gatfrom=B
- 获得包含嵌入内容的页面。
- api.php?action=query&generator=alltransclusions&gatfrom=B