MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
meta=tokens
- Dieses Modul erfordert Leserechte.
Gets tokens for data-modifying actions.
Parameter:
- type
Types of token to request.
- Werte (mit | trennen): csrf, patrol, rollback, userrights, watch
- Standard: csrf
Beispiele:
- 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