MediaWiki API 帮助

这是自动生成的MediaWiki API文档页面。

文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh

main | query | extlinks
  • 此模块需要读取权限。

Returns all external URLs (not interwikis) from the given pages.

参数:
ellimit

返回多少链接。

不允许超过500个(对于机器人则是5,000个)。
默认:10
eloffset

当更多结果可用时,使用这个继续。

elprotocol

Protocol of the URL. If empty and elquery is set, the protocol is http. Leave both this and elquery empty to list all external links.

一个值:可以为空,或bitcoin、ftp、ftps、geo、git、gopher、http、https、irc、ircs、magnet、mailto、mms、news、nntp、redis、sftp、sip、sips、sms、ssh、svn、tel、telnet、urn、worldwind、xmpp
默认:(空)
elquery

Search string without protocol. Useful for checking whether a certain page contains a certain external url.

elexpandurl

Expand protocol-relative URLs with the canonical protocol.

例子:
获取首页的外部链接列表。
api.php?action=query&prop=extlinks&titles=Main%20Page