MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
meta=allmessages (am)
- Questo modulo richiede i diritti di lettura.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Restituisce messaggi da questo sito.
- ammessages
Which messages to output. * (default) means all messages.
- Separa i valori con | o alternativa. Il numero massimo di valori è 50 (500 per i bot).
- Predefinito: *
- amprop
Quali proprietà ottenere.
- Valori (separati da | o alternativa): default
- amenableparser
Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).
- Tipo: booleano (dettagli)
- amnocontent
If set, do not include the content of the messages in the output.
- Tipo: booleano (dettagli)
- 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.
- Tipo: booleano (dettagli)
- amargs
Arguments to be substituted into message.
- Separa i valori con | o alternativa. Il numero massimo di valori è 50 (500 per i bot).
- amfilter
Return only messages with names that contain this string.
- amcustomised
Return only messages in this customisation state.
- Uno dei seguenti valori: all, modified, unmodified
- Predefinito: all
- amlang
Restituisci messaggi in questa lingua.
- 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
Restituisci messaggi con questo prefisso.
- Show messages starting with ipb-.
- api.php?action=query&meta=allmessages&refix=ipb- [apri in una sandbox]
- Show messages august and mainpage in German.
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [apri in una sandbox]