MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

meta=allmessages (am)

(main | query | allmessages)

Return messages from this site.

Parameters:
ammessages

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

Separate values with | or alternative. Maximum number of values is ٥٠ (٥٠٠ for bots).
Default: *
amprop

أي الخصائص تريد الحصول عليها:

Values (separate with | or alternative): default
amenableparser

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

Type: boolean (details)
amnocontent

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

Type: boolean (details)
amincludelocal

Also include local messages, i.e. messages that don't exist in the software but do exist as in the ميدياويكي namespace. This lists all ميدياويكي-namespace pages, so it will also list those that aren't really messages such as Common.js.

Type: boolean (details)
amargs

Arguments to be substituted into message.

Separate values with | or alternative. Maximum number of values is ٥٠ (٥٠٠ for bots).
amfilter

إرجاع الرسائل بالأسماء التي تحتوي على هذه السلسلة فقط.

amcustomised

Return only messages in this customisation state.

One of the following values: all، modified، unmodified
Default: all
amlang

إرجاع الرسائل بهذه اللغة.

amfrom

إرجاع الرسائل ابتداء من هذه الرسالة.

amto

إرجاع الرسائل التي تنتهي بهذه الرسالة.

amtitle

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

amprefix

إرجاء الرسائل بهذه البادئة.

Examples:
عرض رسائل تبدأ بipb-.
api.php?action=query&meta=allmessages&amprefix=ipb- [open in sandbox]
عرض رسائل august and mainpage باللغة الألمانية.
api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [open in sandbox]