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
meta=tokens
- Fonte: MediaWiki
- Licença: GPL-2.0+
Gets tokens for data-modifying actions.
Parâmetro:
- type
Types of token to request.
- Valores (separar com |): createaccount, csrf, login, patrol, rollback, userrights, watch
- Padrão: csrf
Exemplos:
- Retrieve a csrf token (the default).
- api.php?action=query&meta=tokens [abrir na página de testes]
- Retrieve a watch token and a patrol token.
- api.php?action=query&meta=tokens&type=watch|patrol [abrir na página de testes]