MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=options
- Denna modul kräver läsrättigheter.
- Denna modul kräver skrivrättigheter.
- Denna modul accepterar endast POST-begäranden.
- Source: MediaWiki
- License: GPL-2.0+
Ändra inställningar för nuvarande användare.
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.
- reset
Återställer inställningarna till sidans standardvärden.
- Type: boolean (details)
- resetkinds
List of types of options to reset when the reset option is set.
- Värden (separerade med | eller alternativ): 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.
- Separera värden med | eller alternativ. Maximum number of values is 50 (500 for bots).
- 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
A "csrf" token retrieved from action=query&meta=tokens
- Denna parameter är obligatorisk.
- nocache
- (no description)
- Type: boolean (details)
- prop_append
- (no description)
- Type: boolean (details)
- Återställ alla inställningar
- api.php?action=options&reset=&token=123ABC [open in sandbox]
- Change skin and hideminor preferences.
- api.php?action=options&change=skin=vector|hideminor=1&token=123ABC [open in sandbox]
- Återställ alla inställningar, ställ sedan in skin och nickname.
- api.php?action=options&reset=&change=skin=monobook&optionname=nickname&optionvalue=[[User:Beau|Beau]]%20([[User_talk:Beau|talk]])&token=123ABC [open in sandbox]