Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=move

(main | move)
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Переместить страницу.

Параметры:
from

Title of the page to rename. Cannot be used together with fromid.

fromid

Page ID of the page to rename. Cannot be used together with from.

Тип: integer
to

Title to rename the page to.

Этот параметр является обязательным.
reason

Причина переименования.

По умолчанию: (пусто)
movetalk

Переименовать страницу обсуждения, если она есть.

Тип: двоичный (details)
movesubpages

Переименовать подстраницы, если это применимо.

Тип: двоичный (details)
noredirect

Не создавать перенаправление.

Тип: двоичный (details)
watch
Устаревший.

Add the page and the redirect to the current user's watchlist.

Тип: двоичный (details)
unwatch
Устаревший.

Remove the page and the redirect from the current user's watchlist.

Тип: двоичный (details)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

One value: watch, unwatch, preferences, nochange
По умолчанию: preferences
ignorewarnings

Игнорировать предупреждения

Тип: двоичный (details)
token

A "csrf" token retrieved from action=query&meta=tokens

Этот параметр является обязательным.