미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: 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 +.
- Separate values with |. Maximum number of values is 50 (500 for bots).
 - 기본값: 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.
- 유형: 부울 (자세한 정보)
 
예시:
- 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]