MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
prop=langlinks (ll)
- 此模块需要读取权限。
从指定页面返回所有跨语言链接。
参数:
- 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-cn
- lllimit
返回多少语言链接。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- llcontinue
当更多结果可用时,使用这个继续。
- llurl
- 不推荐使用。
是否获取完整URL(不能与llprop一起使用)。
例子:
- 从页面Main Page获得跨语言链接。
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects=