Pomoc API MediaWiki

To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.

Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=globalpreferenceoverrides

(main | globalpreferenceoverrides)
  • Ten moduł wymaga praw odczytu.
  • Ten moduł wymaga praw zapisu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: GlobalPreferences
  • Licencja: GPL-2.0-or-later

Zmień lokalne nadpisania dla globalnych preferencji dla bieżącego użytkownika.

Global values for affected preferences will be ignored.

Parametry:
Other general parameters are available.
reset

Zresetuj lokalne nadpisania. Usuwa wszystko, lub w zależności od wartości parametru resetkinds tylko niektóre typy lokalnych nadpisań i sprawia, że są ponownie globalne.

Typ: wartość boolowska (szczegóły)
resetkinds

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

Wartości (oddziel za pomocą | lub alternatywy): all, registered, registered-checkmatrix, registered-multiselect, special, unused, userjs
Domyślnie: 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.

Oddziel wartości za pomocą | lub alternatywy.
Maksymalna liczba wartości to 50 (500 dla klientów z podwyższonymi limitami).
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.

token

Token „csrf” pobrany z action=query&meta=tokens

Ten parametr jest wymagany.