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=revisiondelete
(main | revisiondelete)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ต้องการสิทธิในการเขียน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
ลบและกู้คืนรุ่นแก้ไข
Specific parameters:
Other general parameters are available.
- type
Type of revision deletion being performed.
- This parameter is required.
- ค่าใดค่าหนึ่งต่อไปนี้: archive, filearchive, logging, oldimage, revision
- target
Page title for the revision deletion, if required for the type.
- ids
Identifiers for the revisions to be deleted.
- This parameter is required.
- คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- hide
What to hide for each revision.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): comment, content, user
- show
What to unhide for each revision.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): comment, content, user
- suppress
Whether to suppress data from administrators as well as others.
- ค่าใดค่าหนึ่งต่อไปนี้: no, nochange, yes
- Default: nochange
- reason
Reason for the deletion or undeletion.
Tags to apply to the entry in the deletion log.
- ค่า (คั่นด้วย | หรือข้อความทดแทน):
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
ตัวอย่าง:
- Hide content for revision 12345 on the page หน้าหลัก.
- api.php?action=revisiondelete&target=%E0%B8%AB%E0%B8%99%E0%B9%89%E0%B8%B2%E0%B8%AB%E0%B8%A5%E0%B8%B1%E0%B8%81&type=revision&ids=12345&hide=content&token=123ABC [เปิดในกระบะทราย]
- Hide all data on log entry 67890 with the reason BLP violation.
- api.php?action=revisiondelete&type=logging&ids=67890&hide=content|comment|user&reason=BLP%20violation&token=123ABC [เปิดในกระบะทราย]