MediaWiki API yardımı
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
meta=tokens
- This module requires read rights.
- Source: MediaWiki
- License: GPL-2.0+
Gets tokens for data-modifying actions.
Parametre:
- type
Types of token to request.
- Values (separate with |): csrf, patrol, rollback, userrights, watch
- Varsayılan: csrf
Examples:
- Retrieve a csrf token (the default).
- api.php?action=query&meta=tokens
- Retrieve a watch token and a patrol token.
- api.php?action=query&meta=tokens&type=watch|patrol