Ajuda API da MediaWiki
Esta é uma página de documentação API do MediaWiki gerada automaticamente.
Documentação e exemplos: https://www.mediawiki.org/wiki/API
meta=allmessages (am)
- This module requires read rights.
- Fonte: MediaWiki
- Licença: GPL-2.0+
Return messages from this site.
- ammessages
Which messages to output. * (default) means all messages.
- Separe os valores com |. Maximum number of values is 50 (500 for bots).
- Padrão: *
- amprop
Quais propriedades obter.
- Valores (separar com |): default
- amenableparser
Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.).
- Tipo: boolean (detalhes)
- amnocontent
If set, do not include the content of the messages in the output.
- Tipo: boolean (detalhes)
- 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.
- Tipo: boolean (detalhes)
- amargs
Arguments to be substituted into message.
- Separe os valores com |. Maximum number of values is 50 (500 for bots).
- amfilter
Return only messages with names that contain this string.
- amcustomised
Retornar apenas mensagens neste estado personalização.
- Um dos seguintes valores: all, modified, unmodified
- Padrão: all
- amlang
Retornar mensagens neste idioma.
- amfrom
Retornar mensagens começando com esta mensagem.
- amto
Retornar mensagens terminando com esta mensagem.
- amtitle
Page name to use as context when parsing message (for amenableparser option).
- amprefix
Retornar apenas mensagens com este prefixo.
- Mostrar mensagens começando com ipb-.
- api.php?action=query&meta=allmessages&refix=ipb- [abrir na página de testes]
- Show messages august and mainpage in German.
- api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [abrir na página de testes]