مساعدة 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.
- إحدى القيم التالية: GadgetDefinition، Scribunto، css، javascript، json، sanitized-css، 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.
أمثلة:
- Change the main page to have the
text
content model - api.php?action=changecontentmodel&title=Main Page&model=text&token=123ABC [فتح في ملعب]