MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=move

(main | move)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: MediaWiki
  • Licenza: GPL-2.0-or-later

Sloggia una pagina.

Parametri specifici:
Sono disponibili altri parametri generali.
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

Titolo a cui sloggiare la pagina.

This parameter is required.
reason

Motivo dello sloggiamento.

Predefinito: (vuoto)
movetalk

Rinomina la pagina di discussione, se esiste.

Tipo: booleano (dettagli)
movesubpages

Rinomina sottopagine, se applicabile.

Tipo: booleano (dettagli)
noredirect

Non creare un rinvio.

Tipo: booleano (dettagli)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.

Uno dei seguenti valori: nochange, preferences, unwatch, watch
Default: preferences
watchlistexpiry

Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.

Type: expiry (details)
ignorewarnings

Ignora i messaggi di avvertimento del sistema.

Tipo: booleano (dettagli)
tags

Change tags to apply to the entry in the move log and to the null revision on the destination page.

Valori (separati da | o alternativa):
token

Un token "csrf" recuperato da action=query&meta=tokens

This parameter is required.