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=managemessagegroups

(main | managemessagegroups)
  • Questo modulo è interno o instabile. Il suo funzionamento potrebbe variare senza preavviso.
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: Translate
  • Licenza: GPL-2.0-or-later

Add a message as a rename of an existing message or a new message in the group during imports

Parametri:
groupId

Group Id

This parameter is required.
renameMessageKey

Target message key being renamed

messageKey

Replacement message key

This parameter is required.
operation

The operation to be performed. Possible values - rename / new

This parameter is required.
Uno dei seguenti valori: new, rename
changesetName

Change set name - Default / Unattended / Mediawiki etc.

Default: default
changesetModified

Unix timestamp of when the changeset was last modified. If the changeset has been modified after this the API will throw an error.

This parameter is required.
Type: integer
token

Un token "csrf" recuperato da action=query&meta=tokens

This parameter is required.