Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=help
(main | help)
- Источник: MediaWiki
- Лицензия: GPL-2.0+
Display help for the specified modules.
Параметры:
- modules
Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +.
- Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
- По умолчанию: main
- submodules
Include help for submodules of the named module.
- Тип: двоичный (details)
- recursivesubmodules
Include help for submodules recursively.
- Тип: двоичный (details)
- wrap
Wrap the output in a standard API response structure.
- Тип: двоичный (details)
- toc
Include a table of contents in the HTML output.
- Тип: двоичный (details)
Примеры:
- Помощь по главному модулю.
- api.php?action=help [open in sandbox]
- Help for action=query and all its submodules.
- api.php?action=help&modules=query&submodules=1 [open in sandbox]
- Вся справка в одном разделе.
- api.php?action=help&recursivesubmodules=1 [open in sandbox]
- Help for the help module itself.
- api.php?action=help&modules=help [open in sandbox]
- Help for two query submodules.
- api.php?action=help&modules=query+info|query+categorymembers [open in sandbox]