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

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

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

action=wblmergelexemes

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

يدمج اثنين من اللكسيم.

معلمات محددة:
Other general parameters are available.
source

المعرف للدمج منه

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

المعرف للدمج إليه

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

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

tags

عدل الوسوم لتطبيق المراجعة.

القيم (منفصلة مع | أو البديل):
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.

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

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

هذه المعلمة مطلوبة.
أمثلة:
يدمج البيانات من L123 إلى L321
api.php?action=wblmergelexemes&source=L123&target=L321 [فتح في ملعب]