MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=globalpreferenceoverrides

(main | globalpreferenceoverrides)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: GlobalPreferences
  • ライセンス: 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.

型: 真偽値 (詳細)
resetkinds

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

値 (| または別の文字列で区切る): all、registered、registered-checkmatrix、registered-multiselect、special、unused、userjs
既定: 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.

複数の値は | または代わりの文字で区切ってください。
値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
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

action=query&meta=tokens から取得した「csrf」トークン

この変数は必須です。