Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=help
(main | help)
- Source: MediaWiki
- License: GPL-2.0-or-later
Hiển thị trợ giúp cho các mô-đun xác định.
Các tham số:
- modules
Modules to display help for (values of the action and format parameters, or main). Can specify submodules with a +.
- Phân tách các giá trị bằng |.
- Maximum number of values is 50 (500 for clients allowed higher limits).
- Mặc định: main
- submodules
Include help for submodules of the named module.
- Type: boolean (details)
- recursivesubmodules
Include help for submodules recursively.
- 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)
Các ví dụ:
- Trợ giúp cho các mô-đun chính.
- 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]
- Tất cả trợ giúp trong một trang
- api.php?action=help&recursivesubmodules=1 [open in sandbox]
- Trợ giúp cho chính bản thân module trợ giúp
- api.php?action=help&modules=help [open in sandbox]
- Trợ giúp cho hai module con truy vấn
- api.php?action=help&modules=query+info|query+categorymembers [open in sandbox]