මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
action=tokens
(main | tokens)
- මෙම ආකෘතිය විරුද්ධත්වය ප්රකාශ කරන ලදී.
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- Source: MediaWiki
- License: GPL-2.0+
Get tokens for data-modifying actions.
This module is deprecated in favor of action=query&meta=tokens.
පරාමිතිය:
- type
Types of token to request.
- වටිනාකම් ("|" සමග වෙන් කරන්න): block, createaccount, csrf, delete, edit, email, import, login, move, options, patrol, protect, rollback, unblock, userrights, watch
- Default: edit
උදාහරණ:
- Retrieve an edit token (the default).
- api.php?action=tokens [open in sandbox]
- Retrieve an email token and a move token.
- api.php?action=tokens&type=email|move [open in sandbox]