Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

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

action=wbmergeitems

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

Объединяет несколько элементов.

Параметры:
fromid

Идентификатор для слияния из

toid

Идентификатор для слияния в

ignoreconflicts

Array of elements of the item to ignore conflicts for, can only contain values of "description" and or "sitelink" and or "statement"

Значения (разделённые |): description, sitelink, statement
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.

bot

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

Тип: двоичный (details)
token

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

Это обязательный параметр.
Примеры:
Объединяет данные из Q42 в Q222
api.php?action=wbmergeitems&fromid=Q42&toid=Q222 [open in sandbox]
Объединяет данные из Q555 в Q3
api.php?action=wbmergeitems&fromid=Q555&toid=Q3 [open in sandbox]
Объединяет данные из Q66 в Q99, игнорируя любые конфликтующие ссылки
api.php?action=wbmergeitems&fromid=Q66&toid=Q99&ignoreconflicts=sitelink [open in sandbox]
Merges data from Q66 into Q99 ignoring any conflicting sitelinks and descriptions
api.php?action=wbmergeitems&fromid=Q66&toid=Q99&ignoreconflicts=sitelink|description [open in sandbox]