MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=allmessages (am)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
Return messages from this site.
- ammessages
- 出力するメッセージ。 * (既定値) は、すべてのメッセージを意味します。 
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- 既定: *
- amprop
- 取得するプロパティ: 
- 値 (| または別の文字列で区切る): default
- amenableparser
- Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.). 
- 型: 真偽値 (詳細)
- amnocontent
- 設定した場合、出力内のメッセージの内容が含まれていません。 
- 型: 真偽値 (詳細)
- amincludelocal
- Also include local messages, i.e. messages that don't exist in the software but do exist as in the MediaWiki namespace. This lists all MediaWiki-namespace pages, so it will also list those that aren't really messages such as Common.js. 
- 型: 真偽値 (詳細)
- amargs
- メッセージ中に展開される引数。 
- 複数の値は | もしくは代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- amfilter
- この文字列を含んだ名前のメッセージのみを返す。 
- amcustomised
- 変更された状態のメッセージのみを返す。 
- 値 (次の値のいずれか1つ): all、modified、unmodified
- 既定: all
- amlang
- 返すメッセージの言語。 
- 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
- この接頭辞を持つメッセージを返す。 
- ipb- で始まるメッセージを表示する。
- api.php?action=query&meta=allmessages&refix=ipb- [サンドボックスで開く]
- ドイツ語のメッセージ august および mainpage を表示する。
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [サンドボックスで開く]