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
action=help
(main | help)
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Toon hulp voor de opgegeven modules.
Specifieke parameters:
Other general parameters are available.
- modules
- Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +. 
- Separate values with | or alternative.
- Maximumaantal waarden is 50 (of 500 voor cliënten waaraan hogere limieten zijn toegestaan).
- Standaard: main
- submodules
- Include help for submodules of the named module. 
- Type: boolean (details)
- recursivesubmodules
- Include help for submodules recursively. 
- Type: boolean (details)
- wrap
- Wrap the output in a standard API response structure. 
- Type: boolean (details)
- toc
- Include a table of contents in the HTML output. 
- Type: boolean (details)
Voorbeelden:
- Hulp voor de hoofdmodule.
- api.php?action=help [in de sandbox openen]
- Hulp voor action=query en alle submodules.
- api.php?action=help&modules=query&submodules=1 [in de sandbox openen]
- Alle hulp op één pagina.
- api.php?action=help&recursivesubmodules=1 [in de sandbox openen]
- Hulp voor de hulpmodule zelf.
- api.php?action=help&modules=help [in de sandbox openen]
- Help for two query submodules.
- api.php?action=help&modules=query+info|query+categorymembers [in de sandbox openen]