MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=options

(main | options)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: MediaWiki
  • Licenza: GPL-2.0+

Change preferences of the current user.

Only options which are registered in core or in one of installed extensions, or options with keys prefixed with userjs- (intended to be used by user scripts), can be set.

Parametri:
reset

Resets preferences to the site defaults.

Tipo: booleano (dettagli)
resetkinds

List of types of options to reset when the reset option is set.

Valori (separati da |): registered, registered-multiselect, registered-checkmatrix, userjs, special, unused, all
Predefinito: all
change

List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.

Separa i valori con |. Il numero massimo di valori è 50 (500 per i bot).
optionname

The name of the option that should be set to the value given by optionvalue.

optionvalue

The value for the option specified by optionname, can contain pipe characters.

token

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

Questo parametro è obbligatorio.