Справка 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.
Определённый параметр:
Other general parameters are available.
- 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 [открыть в песочнице]