미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
meta=tokens
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
Gets tokens for data-modifying actions.
변수:
- type
요청할 토큰의 종류.
- 값 (|로 구분): createaccount, csrf, login, patrol, rollback, userrights, watch 또는 alternative: createaccount, csrf, login, patrol, rollback, userrights, watch
- 기본값: csrf
예시:
- csrf 토큰을 가져옵니다. (기본값)
- api.php?action=query&meta=tokens [연습장에서 열기]
- Retrieve a watch token and a patrol token.
- api.php?action=query&meta=tokens&type=watch|patrol [연습장에서 열기]