راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=revisiondelete
(main | revisiondelete)
- این پودمان نیازمند اختیارات خواندن است.
- این پودمان نیازمند اختیارات خواندن است.
- این پودمان تنها درخواستهای POST را میپذیرد.
- منبع: MediaWiki
- مجوز: GPL-2.0-or-later
Delete and undelete revisions.
پارامترها:
Other general parameters are available.
- type
Type of revision deletion being performed.
- این پارامتر الزامی است.
- یکی از مقدارهای زیر: 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.
- این پارامتر الزامی است.
- Separate values with | or alternative.
- حداکثر تعداد مقدارها ۵۰ است (۵۰۰ برای متقضایانی که مجوز محدودیتهای بالاتر را دارند).
- 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
- پیشفرض: nochange
- reason
Reason for the deletion or undeletion.
- tags
Tags to apply to the entry in the deletion log.
- مقدارهای (جداشده با | یا جایگزینهای آن):
- token
یک بلیط «csrf» واکشیشده از action=query&meta=tokens
- این پارامتر الزامی است.
نمونهها:
- Hide content for revision 12345 on the page صفحهٔ اصلی.
- api.php?action=revisiondelete&target=%D8%B5%D9%81%D8%AD%D9%87%D9%94%20%D8%A7%D8%B5%D9%84%DB%8C&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 [باز کردن در صفحهٔ تمرین]