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
操作
- この変数は必須です。
- 値 (次の値のいずれか1つ): add、change、remove
- message
Introduction message (use an empty string for the default mentor message)
- weight
重み
- 値 (次の値のいずれか1つ): 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.
- Type: timestamp (allowed formats)
- summary
変更の理由
- 既定値: (空)
- 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
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。