Справка MediaWiki API
Это автоматически сгенерированная страница документации MediaWiki API.
Документация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=growthmanagementorlist
- Этот модуль требует прав на чтение.
- Этот модуль требует прав на запись.
- Этот модуль принимает только POST-запросы.
- Источник: GrowthExperiments
- Лицензия: 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
- Это обязательный параметр.
- Одно из следующих значений: add, change, remove
- message
Introduction message (use an empty string for the default mentor message)
- weight
Weight
- Одно из следующих значений: 0, 1, 2, 4
- isaway
Is the mentor currently away? Has to be set (defaults to false).
- Тип: булева (подробнее)
- awaytimestamp
Until when is the mentor away? Maximum is 1 year from today. Ignored unless isaway is true.
- Тип: временная метка (разрешённые форматы)
- summary
Reason for the change
- По умолчанию: (пусто)
- 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.
- Тип: пользователь, из имя участника
- token
Токен «csrf», полученный из action=query&meta=tokens
- Это обязательный параметр.