MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/API

list=exturlusage <pre>(eu) </pre>

(main | query | exturlusage)
  • 此模組需要讀取權限。
  • 此模块可作为发生器使用。

Enumerate pages that contain a given URL.

參數:
euprop

Which pieces of information to include:

ids
Adds the ID of page.
title
Adds the title and namespace ID of the page.
url
Adds the URL used in the page.
多值 (以 | 分隔):ids、title、url
預設值:ids|title|url
euoffset

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

euprotocol

URL协议。如果为空并且euquery被设置,协议为http。将此和euquery都留空以列举所有外部链接。

單值:可以空白,或 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
預設值:(空)
euquery

不包括协议的搜索字符串。参见Special:LinkSearch。留空以列出所有外部链接。

eunamespace

要列举的页面名字空间。

多值 (以 | 分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
eulimit

要回傳的頁面數量。

不允許超過 500 (機器人為 5,000)。
預設值:10
euexpandurl

Expand protocol-relative URLs with the canonical protocol.