MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
prop=langlinks <pre>(ll) </pre>
- 此模組需要讀取權限。
从指定页面返回所有跨语言链接。
參數:
- llprop
Which additional properties to get for each interlanguage link:
- url
- Adds the full URL.
- langname
- Adds the localised language name (best effort). Use llinlanguagecode to control the language.
- autonym
- Adds the native language name.
- 多值 (以 | 分隔):url、langname、autonym
- lllang
只返回带此语言代码的语言链接。
- lltitle
要搜索的链接。必须与lllang一起使用。
- lldir
罗列所采用的方向。
- 單值:ascending、descending
- 預設值:ascending
- llinlanguagecode
本地化语言名称的语言代码。
- 預設值:zh-tw
- lllimit
要回傳的 langlinks 數量。
- 不允許超過 500 (機器人為 5,000)。
- 預設值:10
- llcontinue
当更多结果可用时,使用这个继续。
- llurl
- 已停用。
是否获取完整URL(不能与llprop一起使用)。
範例:
- 从页面Main Page获得跨语言链接。
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects=