MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=options

(main | options)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: MediaWiki
  • License: GPL-2.0+

Change preferences of the current user.

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.

Parameters:
reset

إعادة تعيين التفضيلات إلى إعدادات الموقع الإفتراضية.

Type: boolean (details)
resetkinds

قائمة أنواع الخيارات لإعادة ضبطها عندما يتم تعيين خيار reset.

Values (separate with | or alternative): registered، registered-multiselect، registered-checkmatrix، userjs، special، unused، all
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., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (|), use the alternative multiple-value separator for correct operation.

Separate values with | or alternative. Maximum number of values is ٥٠ (٥٠٠ for bots).
optionname

اسم الخيار الذي ينبغي ضبطه إلى القيمة التي قدمها optionvalue.

optionvalue

قيمة للخيار المحدد من قبل optionname.

token

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

This parameter is required.