MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
prop=links (pl)
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
- 来源:MediaWiki
- 许可协议:GPL-2.0-or-later
回傳指定頁面的所有連結。
參數:
- plnamespace
只显示这些名字空间的链接。
- 多值 (以 | 或 alternative 分隔):-2、-1、0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、120、121、122、123、828、829、1198、1199、2300、2301、2302、2303、3000、3001、3002、3003、3004、3005、3006、3007、3008、3009、3010、3011、3012、3013、3014、3015、3016、3017、3018、3019、3020、3021
- 上限值為 50 (機器人為 500)。
- 要指定所有值,请使用*。
- pllimit
要回傳的連結數量。
- 不允許超過 500 (機器人為 5,000)。
- 类型:整数或max
- 預設值:10
- plcontinue
当更多结果可用时,使用这个继续。
- pltitles
只列出这些标题。对于检查某一页面是否使用某一标题很有用。
- 將幾個值以 | 或 alternative 分隔。 上限值為 50 (機器人為 500)。
- pldir
罗列所采用的方向。
- 單值:ascending、descending
- 預設值:ascending
範例:
- 从页面Main Page获取链接。
- api.php?action=query&prop=links&titles=Main%20Page [在沙盒中打开]
- 获取有关在页面Main Page中连接的页面的信息。
- api.php?action=query&generator=links&titles=Main%20Page&prop=info [在沙盒中打开]
- 获取在User和Template名字空间中来自页面Main Page的链接。
- api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10 [在沙盒中打开]