MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
prop=templates <pre>(tl) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
- 来源:MediaWiki
- 许可协议:GPL-2.0+
回傳指定頁面中所有引用的頁面。
參數:
- tlnamespace
只显示此名字空间的模板。
- 多值 (以 | 或 alternative 分隔):-2、-1、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、2300、2301、2302、2303
- 要指定所有值,请使用*。
- tllimit
要回傳的模板數量。
- 不允許超過 500 (機器人為 5,000)。
- 类型:整数或max
- 預設值:10
- tlcontinue
当更多结果可用时,使用这个继续。
- tltemplates
只列出这些模板。对于检查某一页面使用某一模板很有用。
- 將幾個值以 | 或 alternative 分隔。 上限值為 50 (機器人為 500)。
- tldir
罗列所采用的方向。
- 單值:ascending、descending
- 預設值:ascending
範例:
- 获取在页面Main Page使用的模板。
- api.php?action=query&prop=templates&titles=Main%20Page [在沙盒中打开]
- 获取有关Main Page中使用的模板页面的信息。
- api.php?action=query&generator=templates&titles=Main%20Page&prop=info [在沙盒中打开]
- 获取在使用者和模板名字空间中,嵌入在Main Page页面的页面。
- api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10 [在沙盒中打开]