Довідка API MediaWiki

Це автоматично генерована сторінка документації API MediaWiki.

Документація та приклади: 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 [відкрити в пісочниці]