MediaWiki API 帮助

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

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

list=search (sr)

main | query | search
  • 此模块需要读取权限。
  • 此模块可作为发生器使用。

Perform a full text search.

参数:
srsearch

搜索所有拥有此值的页面标题(或内容)。

这个参数是必须的。
srnamespace

只在这些名字空间搜索。

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

Which type of search to perform.

一个值:title、text、nearmatch
srinfo

要返回的元数据。

值(以|分隔):totalhits、suggestion
默认:totalhits|suggestion
srprop

Which properties to return:

size
Adds the size of the page in bytes.
wordcount
Adds the word count of the page.
timestamp
Adds the timestamp of when the page was last edited.
snippet
Adds a parsed snippet of the page.
titlesnippet
Adds a parsed snippet of the page title.
redirectsnippet
Adds a parsed snippet of the redirect title.
redirecttitle
Adds the title of the matching redirect.
sectionsnippet
Adds a parsed snippet of the matching section title.
sectiontitle
Adds the title of the matching section.
score
Deprecated and ignored.
hasrelated
Deprecated and ignored.
值(以|分隔):size、wordcount、timestamp、score、snippet、titlesnippet、redirecttitle、redirectsnippet、sectiontitle、sectionsnippet、hasrelated
默认:size|wordcount|timestamp|snippet
sroffset

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

默认:0
srlimit

返回的总计页面数。

不允许超过50个(对于机器人则是500个)。
默认:10
srinterwiki

搜索结果中包含跨wiki结果,如果可用。