MediaWiki API 說明

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

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

meta=allmessages <pre>(am) </pre>

(main | query | allmessages)
  • 此模組需要讀取權限。

返回来自该网站的消息。

參數:
ammessages

要输出的消息。*(默认)表示所有消息。

使用 | 分隔數值。 上限值為 50 (機器人為 500)。
預設值:*
amprop

要获取的属性。

多值 (以 | 分隔):default
amenableparser

Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).

amnocontent

If set, do not include the content of the messages in the output.

amincludelocal

Also include local messages, i.e. messages that don't exist in the software but do exist as a MediaWiki: page. This lists all MediaWiki: pages, so it will also list those that aren't really messages such as Common.js.

amargs

Arguments to be substituted into message.

使用 | 分隔數值。 上限值為 50 (機器人為 500)。
amfilter

Return only messages with names that contain this string.

amcustomised

只返回在此定制情形下的消息。

單值:all、modified、unmodified
預設值:all
amlang

返回这种语言的信息。

amfrom

从此消息开始返回消息。

amto

返回消息至此消息为止。

amtitle

Page name to use as context when parsing message (for amenableparser option).

amprefix

返回带有该前缀的消息。

範例:
显示以ipb-开始的消息。
api.php?action=query&meta=allmessages&amprefix=ipb-
显示德语版的augustmainpage消息。
api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de