MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
meta=allmessages (am)
- このモジュールは読み取りの権限を必要とします。
Return messages from this site.
- ammessages
Which messages to output. * (default) means all messages.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- 既定値: *
- amprop
Which properties to get.
- 値 (|で区切る): 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
Return only messages in this customisation state.
- 値 (いずれか1つ): all、modified、unmodified
- 既定値: all
- amlang
Return messages in this language.
- amfrom
Return messages starting at this message.
- amto
Return messages ending at this message.
- amtitle
Page name to use as context when parsing message (for amenableparser option).
- amprefix
Return messages with this prefix.
- Show messages starting with ipb-.
- api.php?action=query&meta=allmessages&refix=ipb-
- Show messages august and mainpage in German.
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de