මාධ්‍යවිකි API උදවු

මෙය ස්වයං-ජනිත මාධ්‍යවිකි API ප්‍රලේඛන පිටුවකි.

ප්‍රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API

action=userrights

(main | userrights)
  • මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්‍ය වේ.
  • මෙම ඒකකය සදහා හිමිකම් ලිවීම අවශ්‍ය වේ.
  • මෙම ඒකකය POST ඉල්ලීම් පමණක් බාරගනී.
  • Source: MediaWiki
  • License: GPL-2.0+

Change a user's group membership.

පරාමිතීන්:
user

පරිශීලක නාමය.

Type: user name
userid

පරිශීලක අනන්‍යාංකය.

Type: integer
add

Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.

වටිනාකම් ("|" සමග වෙන් කරන්න): bot, sysop, bureaucrat, නිලබලධාරියෝ
expiry

Expiry timestamps. May be relative (e.g. 5 months or 2 weeks) or absolute (e.g. 2014-09-18T12:34:56Z). If only one timestamp is set, it will be used for all groups passed to the add parameter. Use infinite, indefinite, infinity, or never for a never-expiring user group.

වටිනාකම් "|" සමග වෙන් කරන්න. අංක සදහා උපරිම වටිනාකම 50 (500 බොට්ස් සදහා)
Default: infinite
remove

Remove the user from these groups.

වටිනාකම් ("|" සමග වෙන් කරන්න): bot, sysop, bureaucrat, නිලබලධාරියෝ
reason

Reason for the change.

Default: (හිස්)
token

action=query&meta=tokens මගින් "userrights" සංඥාව සොයාගන්නා ලදී

For compatibility, the token used in the web UI is also accepted.

මෙම පරාමිතිය අවශ්‍යයි.
tags

Change tags to apply to the entry in the user rights log.

වටිනාකම් ("|" සමග වෙන් කරන්න):
උදාහරණ:
Add user FooBot to group bot, and remove from groups sysop and bureaucrat.
api.php?action=userrights&user=FooBot&add=bot&remove=sysop|bureaucrat&token=123ABC [open in sandbox]
Add the user with ID 123 to group bot, and remove from groups sysop and bureaucrat.
api.php?action=userrights&userid=123&add=bot&remove=sysop|bureaucrat&token=123ABC [open in sandbox]
Add user SometimeSysop to group sysop for 1 month.
api.php?action=userrights&user=SometimeSysop&add=sysop&expiry=1%20month&token=123ABC [open in sandbox]
"http://encyclopedia.gov.lk/ltrl_cyclopedia/si_encyclopediaV2/index.php/විශේෂ:ApiHelp" වෙතින් සම්ප්‍රවේශනය කෙරිණි