MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: 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.
Specific parameters:
Other general parameters are available.
- spamlist
Page containing list of pages to leave a message on.
- This parameter is required.
- subject
Subject line of the message.
- This parameter is required.
- message
Message body text.
- page-message
Page to be sent along with the message body.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
ตัวอย่าง:
- 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 [เปิดในกระบะทราย]