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=wbleditformelements
(main | wbleditformelements)
- 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
- Licence: GPL-2.0-or-later
Edits representations and grammatical features of a Form
Specific parameters:
Other general parameters are available.
- formId
ID of the Form, e.g. L10-F2
- This parameter is required.
- data
JSON-encoded representation and grammatical feature data
- This parameter is required.
- baserevid
Base Revision ID of the Lexeme, if form elements 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:
- Edits Form with the ID L12-F1 to have representations color, colour in languages en-US, en-GB respectively, and grammatical features Q1, Q2.
- api.php?action=wbleditformelements&formId=L12-F1&data={"representations":{"en-US":{"value":"color","language":"en-US"},"en-GB":{"value":"colour","language":"en-GB"}},"grammaticalFeatures":["Q1","Q2"]} [open in sandbox]