MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=options
- Dieses Modul erfordert Leserechte.
- Dieses Modul erfordert Schreibrechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
- Quelle: MediaWiki
- Lizenz: 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.
- reset
Setzt die Einstellungen auf Websitestandards zurück.
- Type: boolean (details)
- resetkinds
List of types of options to reset when the reset option is set.
- Werte (mit | trennen): registered, registered-multiselect, registered-checkmatrix, userjs, special, unused, all
- Standard: all
- change
List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für 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, can contain pipe characters.
- token
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
- Alle Einstellungen zurücksetzen
- api.php?action=options&reset=&token=123ABC
- Ändert die Einstellungen skin und hideminor.
- api.php?action=options&change=skin=vector|hideminor=1&token=123ABC
- Setzt alle Einstellungen zurück, dann skin und nickname festlegen.
- api.php?action=options&reset=&change=skin=monobook&optionname=nickname&optionvalue=[[User:Beau|Beau]]%20([[User_talk:Beau|talk]])&token=123ABC