Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=growthmanagementorlist
- Mô đun này cần quyền đọc.
- Mô đun này cần quyền ghi.
- Mô đun này chỉ có nhận các yêu cầu POST.
- Source: GrowthExperiments
- License: GPL-3.0-or-later
Manage information in the structured mentor list (usually stored in MediaWiki:GrowthMentors.json). This module can be used by both current and future mentors (to add themselves or change their details) and administrators (for all users).
- geaction
Action
- This parameter is required.
- Một trong các giá trị: add, change, remove
- message
Introduction message (use an empty string for the default mentor message)
- weight
Weight
- Một trong các giá trị: 0, 1, 2, 4
- isaway
Is the mentor currently away? Has to be set (defaults to false).
- Type: boolean (details)
- awaytimestamp
Until when is the mentor away? Maximum is 1 year from today. Ignored unless isaway is true.
- Type: timestamp (allowed formats)
- summary
Reason for the change
- Mặc định: (trống)
- username
Username of the mentor affected by the change. If not provided, currently logged in user will be used. Can be only used by privileged users.
- Kiểu: người dùng, bằng tên người dùng
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.