Bantuan API MediaWiki

Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.

Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API

action=globalpreferenceoverrides

(main | globalpreferenceoverrides)
  • Modul ini memerlukan hak membaca.
  • Modul ini memerlukan hak menulis.
  • Modul ini menerima permohonan POST sahaja.
  • Source: GlobalPreferences
  • License: GPL-2.0-or-later

Change local overrides for global preferences for the current user.

Global values for affected preferences will be ignored.

Parameter:
Other general parameters are available.
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.

Type: boolean (details)
resetkinds

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

Values (separate with | or alternative): 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.

Asingkan nilai-nilai dengan "|".
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.

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.