MediaWiki API hulp
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)
- Voor deze module zijn leesrechten nodig.
 - Bron: MediaWiki
 - Licentie: GPL-2.0-or-later
 
Return messages from this site.
- ammessages
 Which messages to output. * (default) means all messages.
- Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients allowed higher limits).
 - Default: *
 - amprop
 Welke eigenschappen op te vragen.
- Waarden (gescheiden met | of alternatief): default
 - amenableparser
 Stel in om de parser in te schakelen, zorgt voor het voorverwerken van de wikitekst van een bericht (vervangen van magische woorden, afhandelen van sjablonen, enz.).
- 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 MediaWiki namespace. This lists all MediaWiki-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 50 (500 for clients allowed higher limits).
 - amfilter
 Return only messages with names that contain this string.
- amcustomised
 Return only messages in this customisation state.
- Een van de volgende waarden: all, modified, unmodified
 - Default: all
 - amlang
 Toon berichten in deze taal.
- amfrom
 Toon berichten vanaf dit bericht.
- amto
 Toon berichten tot aan dit bericht.
- amtitle
 Page name to use as context when parsing message (for amenableparser option).
- amprefix
 Toon berichten met dit voorvoegsel.
- Show messages starting with ipb-.
 - api.php?action=query&meta=allmessages&refix=ipb- [open in de zandbak]
 - Show messages august and mainpage in German.
 - api.php?action=query&meta=allmessages&ammessages=august|mainpage&amlang=de [open in de zandbak]