MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=move
- Este módulo requiere permisos de lectura.
- Este módulo requiere permisos de escritura.
- Este módulo solo acepta solicitudes POST.
Mover una página.
- 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.
- to
Title to rename the page to.
- Este parámetro es obligatorio.
- reason
Motivo del cambio de nombre.
- Predeterminado: (vacío)
- movetalk
Renombrar la página de discusión si existe.
- movesubpages
Renombrar las subpáginas si procede.
- noredirect
No crear una redirección.
- watch
- En desuso.
Añadir la página y su redirección a la lista de seguimiento del usuario actual.
- unwatch
- En desuso.
Eliminar la página y la redirección de la lista de seguimiento del usuario.
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- Un valor: watch, unwatch, preferences, nochange
- Predeterminado: preferences
- ignorewarnings
Ignorar cualquier aviso.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Este parámetro es obligatorio.
- Move Badtitle to Goodtitle without leaving a redirect.
- api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect=