MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=tokens
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Gets tokens for data-modifying actions.
Specific parameter:
Other general parameters are available.
- type
ชนิดของโทเค็นที่จะร้องขอ
- ค่า (คั่นด้วย | หรือข้อความทดแทน): createaccount, csrf, deleteglobalaccount, login, patrol, rollback, setglobalaccountstatus, userrights, watch
- ถ้าต้องการระบุค่าทั้งหมด ให้ใช้ *
- Default: csrf
ตัวอย่าง:
- 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 [เปิดในกระบะทราย]