MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=wbladdsense

(main | wbladdsense)
  • This module is internal or unstable. Its operation may change without notice.
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: WikibaseLexeme
  • License: GPL-2.0-or-later

Adds a Sense to a Lexeme

Specific parameters:
Other general parameters are available.
lexemeId

ID of the Lexeme, e.g. L10

This parameter is required.
data

JSON-encoded data for the Sense, i.e. its glosses

This parameter is required.
baserevid

Base Revision ID of the Lexeme, if edit conflict check is wanted.

Type: integer
tags

Change tags to apply to the revision.

Values (separate with | or alternative):
bot

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

Type: boolean (details)
token

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

This parameter is required.
Example:
Add a Form to the Lexeme with ID L12 having glosses Some text value, Another text value with languages en-US, en-GB respectively
api.php?action=wbladdsense&lexemeId=L12&data={"glosses":{"en-US":{"value":"Some text value","language":"en-US"},"en-GB":{"value":"Another text value","language":"en-GB"}}} [open in sandbox]