MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
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.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- Default: *
- 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.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- 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
- Default: 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]