Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

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

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

Associates an article on a wiki with a Wikibase item or removes an already made such association.

Параметры:
id

The identifier for the entity, including the prefix. Use either id or site and title together.

site

An identifier for the site on which the page resides. Use together with title to make a complete sitelink.

Одно из следующих значений:
title

Title of the page to associate. Use together with site to make a complete sitelink.

baserevid

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

Тип: integer
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

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

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

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

The identifier of the site on which the article to link resides

Это обязательный параметр.
Одно из следующих значений:
linktitle

The title of the article to link. If this parameter is an empty string or both linktitle and badges are not set, the link will be removed.

badges

The IDs of items to be set as badges. They will replace the current ones. If this parameter is not set, the badges will not be changed

Значения (разделённые |):
Примеры:
Add a sitelink to the English article "Hydrogen" to the item with ID "Q42", if the sitelink does not exist
api.php?action=wbsetsitelink&id=Q42&linksite=enwiki&linktitle=Hydrogen [open in sandbox]
Add a sitelink to the English article "Hydrogen" to the item with ID "Q42", if the sitelink does not exist. Also appends "Loves Oxygen" to the edit summary.
api.php?action=wbsetsitelink&id=Q42&linksite=enwiki&linktitle=Hydrogen&summary=Loves%20Oxygen [open in sandbox]
Add a sitelink to the German article "Wasserstoff" to the item that is linked with the English article "Hydrogen", if the sitelink does not exist
api.php?action=wbsetsitelink&site=enwiki&title=Hydrogen&linksite=dewiki&linktitle=Wasserstoff [open in sandbox]
Remove the German sitelink from the item
api.php?action=wbsetsitelink&site=enwiki&title=Hydrogen&linksite=dewiki [open in sandbox]
Add a sitelink to the Polish article "Wodór" to the item that is linked with the English article "Hydrogen", with one badge pointing to the item with ID "Q149"
api.php?action=wbsetsitelink&site=enwiki&title=Hydrogen&linksite=plwiki&linktitle=Wodór&badges=Q149 [open in sandbox]
Change badges for the link to the Polish page from the item with ID "Q42" to two badges pointing to the items with IDs "Q2" and "Q149" without providing the link title
api.php?action=wbsetsitelink&id=Q42&linksite=plwiki&badges=Q2|Q149 [open in sandbox]
Change the link to the Polish page from the item with ID "Q42" without changing badges
api.php?action=wbsetsitelink&id=Q42&linksite=plwiki&linktitle=Warszawa [open in sandbox]
Change the link to the Polish page from the item with ID "Q42" and remove all of its badges
api.php?action=wbsetsitelink&id=Q42&linksite=plwiki&linktitle=Wodór&badges= [open in sandbox]