미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=help
(main | help)
- 출처: MediaWiki
- 라이선스: GPL-2.0+
지정된 모듈의 도움말을 보여줍니다.
변수:
- modules
Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +.
- Separate values with | or alternative. 값들의 최대 수는 50입니다. (봇의 경우 500)
- 기본값: 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 [연습장에서 열기]
- Help for action=query and all its submodules.
- api.php?action=help&modules=query&submodules=1 [연습장에서 열기]
- 모든 도움말을 한 페이지로 모읍니다.
- 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 [연습장에서 열기]