Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=wbremovereferences

(main | wbremovereferences)
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: Wikibase Repository
  • Лицензия: GPL-2.0+

Removes one or more references of the same statement.

Параметры:
statement

A GUID identifying the statement for which a reference is being set

Это обязательный параметр.
references

The hashes of the references that should be removed

Это обязательный параметр.
Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
summary

Summary for the edit. Will be prepended by an automatically generated comment. The length limit of the autocomment together with the summary is 260 characters. Be aware that everything above that limit will be cut off.

token

A "csrf" token retrieved from action=query&meta=tokens

Это обязательный параметр.
baserevid

The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.

Тип: integer
bot

Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".

Тип: двоичный (details)
Пример:
Remove reference with hash "455481eeac76e6a8af71a6b493c073d54788e7e9" from the statement with GUID of "Q42$D8404CDA-25E4-4334-AF13-A3290BCD9C0F"
api.php?action=wbremovereferences&statement=Q42$D8404CDA-25E4-4334-AF13-A3290BCD9C0F&references=455481eeac76e6a8af71a6b493c073d54788e7e9&token=foobar&baserevid=7201010 [open in sandbox]