MediaWiki API ヘルプ

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

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

action=options

(main | options)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: MediaWiki
  • ライセンス: GPL-2.0-or-later

現在の利用者の設定を変更します。

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.

パラメーター:
Other general parameters are available.
reset

個人設定をサイトの既定値にリセットする。

型: 真偽値 (詳細)
resetkinds

reset が設定されている場合、リセットする設定項目の種類のリスト。

値 (| または別の文字列で区切る): all、registered、registered-checkmatrix、registered-multiselect、special、unused、userjs
既定: all
change

名前=値 の形式 (例えば skin=vector) で整形された変更のリスト。optionname|otheroption|... のように値が与えられなかった (イコール記号すら無い) 場合、設定は既定値にリセットされます。与えられた値がパイプ(|)を含む場合、ほかのセパレーターをお使いください。

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

The name of the option that should be set to the value given by optionvalue.

optionvalue

The value for the option specified by optionname.

token

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

この変数は必須です。