MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:-{R|https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page}-
prop=templates (tl)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
- 来源:MediaWiki
- 许可协议:GPL-2.0-or-later
返回指定页面上所有被嵌入的页面。
具体参数:
其他通用参数可用。
- tlnamespace
只显示此命名空间的模板。
- 值(以|或替代物分隔):-1、-2、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- 要指定所有值,请使用*。
- tllimit
返回的模板数量。
- 类型:整数或max
- 值必须介于1和500之间。
- 默认:10
- tlcontinue
当更多结果可用时,使用这个继续。可在 mediawiki.org 获取更多有关如何继续查询的详细信息。
- tltemplates
只列出这些模板。对于检查某一页面使用某一模板很有用。
- 通过|或替代物隔开各值。
- 值的最大值为50(允许更高上限的客户端为500)。
- tldir
罗列所采用的方向。
- 以下值中的一个:ascending、descending
- 默认:ascending
例子:
- 获取在页面首页使用的模板。
- api.php?action=query&prop=templates&titles=%E9%A6%96%E9%A1%B5 [在沙盒中打开]
- 获取有关首页中使用的模板页面的信息。
- api.php?action=query&generator=templates&titles=%E9%A6%96%E9%A1%B5&prop=info [在沙盒中打开]
- 获取在User和Template命名空间中,嵌入在页面首页中的页面。
- api.php?action=query&prop=templates&titles=%E9%A6%96%E9%A1%B5&tlnamespace=2|10 [在沙盒中打开]