Помощ за МедияУики API
Това е автоматично генерирана страница за документация на МедияУики API.
Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=help
(main | help)
- Source: MediaWiki
- License: GPL-2.0-or-later
Показване на помощ за указаните модули.
Parameters:
- modules
Модули за показване на помощ (стойности на параметрите action и format, или main). Може да се посочат подмодули с +.
- За разделител на стойностите използвайте | или алтернативния разделител.
- Maximum number of values is 50 (500 for clients allowed higher limits).
- Default: main
- submodules
Включва помощ за подмодулите на указания модул.
- Type: boolean (details)
- recursivesubmodules
Включва помощ за подмодулите рекурсивно.
- 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)
Примери:
- Help for the main module.
- 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]
- All help in one page.
- 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]