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 [サンドボックスで開く]