Ajuda API da MediaWiki

Esta é uma página de documentação API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/API

action=options

(main | options)
  • Este módulo requer direitos de leitura.
  • Este módulo requer direitos de leitura.
  • Este módulo aceita somente solicitações POST.
  • Fonte: MediaWiki
  • Licença: 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.

Parâmetros:
reset

Redefinir preferências para os padrões do site.

Tipo: boolean (detalhes)
resetkinds

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

Valores (separar com |): registered, registered-multiselect, registered-checkmatrix, userjs, special, unused, all
Padrão: 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.

Separe os valores com |. O número máximo de valores é 50 (500 para robôs).
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

Este parâmetro é obrigatório.