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=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-or-later
 
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.
- 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 | o alternativa): all, registered, registered-checkmatrix, registered-multiselect, special, unused, userjs
 - Predefinito: all
 - change
 List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (|), use the alternative multiple-value separator for correct operation.
- Separa i valori con | o alternativa.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - optionname
 The name of the option that should be set to the value given by optionvalue.
- optionvalue
 Il valore per l'opzione specificata da optionname. Quando è impostato optionname ma optionvalue viene omesso, l'opzione verrà ripristinata al suo valore predefinito.
- global
 What to do if the option was set globally using the GlobalPreferences extension.
- ignore: Do nothing. The option remains with its previous value.
 - override: Add a local override.
 - update: Update the option globally.
 
- Uno dei seguenti valori: ignore, override, update
 - Predefinito: ignore
 - token
 Un token "csrf" recuperato da action=query&meta=tokens
- Questo parametro è obbligatorio.
 
- Reimposta tutte le preferenze.
 - api.php?action=options&reset=&token=123ABC [apri in una sandbox]
 - Change skin and hideminor preferences.
 - api.php?action=options&change=skin=vector|hideminor=1&token=123ABC [apri in una sandbox]
 - Reset all preferences, then set skin and nickname.
 - api.php?action=options&reset=&change=skin=monobook&optionname=nickname&optionvalue=[[User:Beau|Beau]]%20([[User_talk:Beau|talk]])&token=123ABC [apri in una sandbox]