Trợ giúp về API MediaWiki

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

meta=tokens

(main | query | tokens)
  • Mô đun này cần quyền đọc.
  • Source: MediaWiki
  • License: GPL-2.0+

Gets tokens for data-modifying actions.

Tham số:
type

Types of token to request.

Các giá trị (phân tách bằng |): csrf, patrol, rollback, userrights, watch
Mặc định: csrf
Các ví dụ:
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