Ajuda API da MediaWiki

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=help

(main | help)

Display help for the specified modules.

Parâmetros:
modules

Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +.

Separe os valores com |. Maximum number of values is 50 (500 for bots).
Padrão: main
submodules

Include help for submodules of the named module.

recursivesubmodules

Include help for submodules recursively.

wrap

Wrap the output in a standard API response structure.

toc

Include a table of contents in the HTML output.

Exemplos:
Ajuda para o módulo principal
api.php?action=help
Toda a ajuda numa página
api.php?action=help&recursivesubmodules=1
Help for the help module itself.
api.php?action=help&modules=help
Help for two query submodules.
api.php?action=help&modules=query+info|query+categorymembers