MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=massmessage
(main | massmessage)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: MassMessage
- ライセンス: GPL-2.0-or-later
Send a message to a list of pages.
パラメーター:
その他一般パラメーターが利用可能です。
- spamlist
Page containing list of pages to leave a message on.
- この変数は必須です。
- subject
メッセージの件名。
- この変数は必須です。
- message
メッセージ本文。
- page-message
Page to be sent along with the message body.
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- Send a message to the list at Signpost Spamlist with the subject "New Signpost", and message body of "Please read it".
- api.php?action=massmessage&spamlist=Signpost%20Spamlist&subject=New%20Signpost&message=Please%20read%20it&token=TOKEN [サンドボックスで開く]
- Send a message to the list at Signpost Spamlist with the subject "New Signpost", and the message as the content of the page "Help Page".
- api.php?action=massmessage&spamlist=Signpost%20Spamlist&subject=New%20Signpost&page-message=Help_Page&token=TOKEN [サンドボックスで開く]
- Send a message to the list at Signpost Spamlist with the subject "New Signpost", and message body of "Please read it" appended with the content from page "Help Page".
- api.php?action=massmessage&spamlist=Signpost%20Spamlist&subject=New%20Signpost&message=Please%20read%20it&page-message=Help_Page&token=TOKEN [サンドボックスで開く]