MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=move
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: MediaWiki
- License: GPL-2.0+
نقل صفحة.
- from
عنوان الصفحة للنقل. لا يمكن أن تُستخدَم بجانب pageid</var
- fromid
معرف الصفحة للنقل. لا يمكن أن تُستخدَم بجانب pageid</var
- Type: integer
- to
عنوان لإعادة تسمية الصفحة له.
- This parameter is required.
- reason
السبب لإعادة التسمية.
- Default: (empty)
- movetalk
إعادة تسمية صفحة النقاش، إن وُجِدت.
- Type: boolean (details)
- movesubpages
إعادة تسمية الصفحات الفرعية، إن وُجِدت.
- Type: boolean (details)
- noredirect
لا تنشئ تحويلة.
- Type: boolean (details)
- watch
- Deprecated.
إضافة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.
- Type: boolean (details)
- unwatch
- Deprecated.
إزالة الصفحة والتحويلة إلى قائمة مراقبة المستخدم الحالي.
- Type: boolean (details)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- One of the following values: watch، unwatch، preferences، nochange
- Default: preferences
- ignorewarnings
تجاهل أي تحذيرات.
- Type: boolean (details)
- tags
Change tags to apply to the entry in the move log and to the null revision on the destination page.
- Values (separate with | or alternative):
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- انقل Badtitle إلى Goodtitle دون ترك تحويلة.
- api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect= [open in sandbox]