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

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

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

action=changecontentmodel

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

Change the content model of a page

وسائط:
title

Title of the page to change the contentmodel of. Cannot be used together with pageid.

pageid

Page ID of the page to change the contentmodel of. Cannot be used together with title.

Type: integer
summary

تحرير ملخص وسبب التدوين في السجل

tags

Change tags to apply to the log entry and edit.

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

Content model of the new content.

This parameter is required.
إحدى القيم التالية: css، javascript، json، text، wikitext
bot

Mark the content model change with a bot flag.

Type: boolean (details)
token

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

This parameter is required.