MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

meta=allmessages (am)

(main | query | allmessages)
  • Dieses Modul erfordert Leserechte.

Return messages from this site.

Parameter:
ammessages

Which messages to output. * (default) means all messages.

Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
Standard: *
amprop

Which properties to get.

Werte (mit | trennen): 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.

Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
amfilter

Return only messages with names that contain this string.

amcustomised

Return only messages in this customisation state.

Ein Wert: all, modified, unmodified
Standard: 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.

Beispiele:
Show messages starting with ipb-.
api.php?action=query&meta=allmessages&amprefix=ipb-
Show messages august and mainpage in German.
api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de