Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=wbcreateclaim

(main | wbcreateclaim)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Tento modul vyžaduje oprávnění k zápisu.
  • Tento modul přijímá pouze požadavky POST.
  • Zdroj: WikibaseClient
  • Licence: GPL-2.0-or-later

Creates Wikibase claims.

Parametry:
entity

ID of the entity the claim is being added to

This parameter is required.
snaktype

The type of the snak

This parameter is required.
Jedna z následujících hodnot: novalue, somevalue, value
property

ID of the snaks property

This parameter is required.
value

Value of the snak when creating a claim with a snak that has a value

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.

tags

Change tags to apply to the revision.

Hodnoty (oddělené | nebo alternativou.):
token

Token typu „csrf“ získaný pomocí action=query&meta=tokens.

This parameter is required.
baserevid

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

Type: integer
bot

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

Type: boolean (details)