미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=help

(main | help)

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
All help in one page.
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