MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=move

(main | move)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: MediaWiki
  • License: GPL-2.0+

Perkelti puslapį.

Parameters:
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.

Type: integer
to

Pavadinimas, į kuri pervadinamas puslapis.

This parameter is required.
reason

Pervadinimo priežastis.

Default: (empty)
movetalk

Pervadinti aptarimo puslapį, jei jis egzistuoja.

Type: boolean (details)
movesubpages

Rename subpages, if applicable.

Type: boolean (details)
noredirect

Nekurti nukreipimo.

Type: boolean (details)
watch
Deprecated.

Pridėti puslapį ir nukreipimą į dabartinio vartotojo stebimųjų sąrašą.

Type: boolean (details)
unwatch
Deprecated.

Pašalinti puslapį ir nukreipimą iš dabartinio vartotojo stebimųjų sąrašo.

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

Ignuoruoti bet kokius įspėjimus.

Type: boolean (details)
token

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

This parameter is required.