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=globalpreferenceoverrides
- Questo modulo richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: GlobalPreferences
- Licenza: GPL-2.0-or-later
Change local overrides for global preferences for the current user.
Global values for affected preferences will be ignored.
- reset
Reset local overrides. Removes all, or, depending on the value of the
resetkinds
parameter, some types of local overrides and makes them global again.- Tipo: booleano (dettagli)
- resetkinds
List of types of overrides to reset when the reset option is set.
- Valori (separati da | o alternativa): all, registered, registered-checkmatrix, registered-multiselect, special, unused, userjs
- Default: all
- change
List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the override will be removed. 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 override that should be set to the value given by optionvalue.
- optionvalue
The value for the override specified by optionname.
- global
(nessuna descrizione)
- Uno dei seguenti valori: ignore, override, update
- Default: ignore
- token
Un token "csrf" recuperato da action=query&meta=tokens
- This parameter is required.
- Remove all local overrides.
- api.php?action=globalpreferenceoverrides&reset=&token=123ABC [apri in una sandbox]
- Set or change overrides for skin and hideminor preferences.
- api.php?action=globalpreferenceoverrides&change=skin=vector|hideminor=1&token=123ABC [apri in una sandbox]