Pomoc MediaWiki API

To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API

meta=allmessages (am)

(main | query | allmessages)

Return messages from this site.

Parametry:
ammessages

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

Oddziel wartości za pomocą | lub alternatywy. Maksymalna liczba wartości to 50 (500 dla botów).
Domyślnie: *
amprop

Właściwości do odczytu.

Wartości (oddziel za pomocą | lub alternatywy): default
amenableparser

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

Typ: wartość logiczna (szczegóły)
amnocontent

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

Typ: wartość logiczna (szczegóły)
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.

Typ: wartość logiczna (szczegóły)
amargs

Arguments to be substituted into message.

Oddziel wartości za pomocą | lub alternatywy. Maksymalna liczba wartości to 50 (500 dla botów).
amfilter

Return only messages with names that contain this string.

amcustomised

Return only messages in this customisation state.

Jedna z następujących wartości: all, modified, unmodified
Domyślnie: 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

Zwróć wiadomości z tym prefixem.

Przykłady:
Pokaż wiadomości rozpoczynające się od ipb-.
api.php?action=query&meta=allmessages&amprefix=ipb- [otwórz w brudnopisie]
Pokaż wiadomości august i mainpage w języku niemieckim.
api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [otwórz w brudnopisie]