MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=removeitem
(main | collection | removeitem)
- 此模块需要读取权限。
- 来源:Collection
- 许可协议:GPL-2.0-or-later
API module for removing an item from the collection index-wise via the Special:Book page.
具体参数:
其他通用参数可用。
- index
Index of item to remove
- 类型:整数
- 默认:0
例子:
- Remove an item from the collection provided an index or index 0 by default.
- api.php?action=collection&submodule=removeitem&index=2 [在沙盒中打开]