مساعدة API ميدياويكي

هذه صفحة توثيق ميدياويكي API التي تم إنشاؤها تلقائيا.

وثائق وأمثلة: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=wbremovequalifiers

(main | wbremovequalifiers)
  • هذه الوحدة تتطلب صلاحيات القراءة.
  • هذه الوحدة تتطلب صلاحيات الكتابة.
  • هذه الوحدة تقبل طلبات POST فقط.
  • المصدر:WikibaseClient
  • الترخيص: GPL-2.0-or-later

يزيل تصفية من ادعاء.

وسائط:
Other general parameters are available.
claim

GUID لتعريف الادعاء لإزالة المؤهلات منه

هذه المعلمة مطلوبة.
qualifiers

هاشات السناك للمؤهلات للإزالة

هذه المعلمة مطلوبة.
قيم منفصلة بـ| أو بديل.
الحد الأقصى لعدد القيم هو ٥٠ ( ٥٠٠ للعملاء المسموح لهم بحدود أعلى).
summary

ملخص التعديل. ستتم إضافته بعد تعليق مولد تلقائيا. حد الطول للتعليق التلقائي مع الملخص هو 260 حرف. انتبه إلى أن كل شيء فوق هذا الحد ستتم إزالته.

tags

وسوم التغيير لتطبيقها على المراجعة.

القيم (منفصلة مع | أو البديل):
token

تم استرداد رمز مميز "csrf" من action=query&meta=tokens

هذه المعلمة مطلوبة.
baserevid

المعرف الرقمي للمراجعة لنسب التعديل عليها. هذا يستخدم لكشف التعارضات أثناء الحفظ.

النوع: 2 = قائمة الأعداد الصحيحة
bot

علم على هذا التعديل كبوت. علم المسار هذا سيتم احترامه فقط إذا ما كان المستخدم ينتمي للمجموعة "بوتات".

Type: boolean (details)
returnto

Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.

النوع: عنوان صفحة
يقبل الصفحات غير الموجودة.
returntoquery

URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.

الافتراضي: (فارغ)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

الافتراضي: (فارغ)
أمثلة:
أزل المؤهل بالهاش "1eb8793c002b1d9820c833d234a1b54c8e94187e" من الادعاء ب GUID "Q999999998$D8404CDA-25E4-4334-AF13-A3290BCD9C0F"
api.php?action=wbremovequalifiers&claim=Q999999998$D8404CDA-25E4-4334-AF13-A3290BCD9C0F&qualifiers=1eb8793c002b1d9820c833d234a1b54c8e94187e&token=foobar&baserevid=7201010 [فتح في ملعب]