미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

meta=tokens

(main | query | tokens)

Gets tokens for data-modifying actions.

변수:
type

Types of token to request.

값 ("|"로 구분): createaccount, csrf, login, patrol, rollback, userrights, watch
기본값: csrf
예시:
Retrieve a csrf token (the default).
api.php?action=query&meta=tokens [open in sandbox]
Retrieve a watch token and a patrol token.
api.php?action=query&meta=tokens&type=watch|patrol [open in sandbox]