MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=help
(main | help)
Mostrar la ayuda para los módulos especificados.
Parámetros:
- modules
Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +.
- Separar los valores con |. Maximum number of values is 50 (500 for bots).
- Predeterminado: 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.
Ejemplos:
- Ayuda del módulo principal
- api.php?action=help
- Toda la ayuda en una página
- api.php?action=help&recursivesubmodules=1
- Ayuda del módulo de ayuda en sí
- api.php?action=help&modules=help
- Help for two query submodules.
- api.php?action=help&modules=query+info|query+categorymembers