MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=editmassmessagelist
(main | editmassmessagelist)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: MassMessage
- ライセンス: GPL-2.0-or-later
メッセージ一斉送信リストの編集
パラメーター:
その他一般パラメーターが利用可能です。
- spamlist
Title of the delivery list to update.
- この変数は必須です。
- description
New description for the delivery list.
- add
Titles to add to the list.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- remove
Titles to remove from the list.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- minor
Whether the edit should be marked as minor in the history of the list.
- 型: 真偽値 (詳細)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- 値 (次の値のいずれか1つ): nochange、preferences、unwatch、watch
- 既定: preferences
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- Add User talk:Foo and Talk:Bar to the delivery list Example and remove Talk:Baz from it
- api.php?action=editmassmessagelist&spamlist=Example&add=User%20talk%3AFoo%7CTalk%3ABar&remove=Talk%3ABaz&token=TOKEN [サンドボックスで開く]
- Set the description of the delivery list Example to be "FooBar delivery services"
- api.php?action=editmassmessagelist&spamlist=Example&description=FooBor%20delivery%20services&token=TOKEN [サンドボックスで開く]