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=rollback
- 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
Undo the last edit to the page.
If the last user who edited the page made multiple edits in a row, they will all be rolled back.
- title
Title of the page to roll back. Cannot be used together with pageid.
- pageid
Page ID of the page to roll back. Cannot be used together with title.
- Type: integer
Tags to apply to the rollback.
- Valori (separati da | o alternativa):
- user
Name of the user whose edits are to be rolled back.
- This parameter is required.
- Tipo: utente, da uno qualsiasi nome utente, IP, Utente temporaneo, interwiki name (e.g. "prefix>ExampleName") e ID utente (ad esempio "#12345")
- summary
Custom edit summary. If empty, default summary will be used.
- Predefinito: (vuoto)
- markbot
Mark the reverted edits and the revert as bot edits.
- 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
- token
Un token "rollback" recuperato da action=query&meta=tokens
For compatibility, the token used in the web UI is also accepted.
- This parameter is required.
- Roll back the last edits to page Le Cronache del Drago Nero Wiki by user Example.
- api.php?action=rollback&title=Le%20Cronache%20del%20Drago%20Nero%20Wiki&user=Example&token=123ABC [apri in una sandbox]
- Roll back the last edits to page Le Cronache del Drago Nero Wiki by IP user 192.0.2.5 with summary Reverting vandalism, and mark those edits and the revert as bot edits.
- api.php?action=rollback&title=Le%20Cronache%20del%20Drago%20Nero%20Wiki&user=192.0.2.5&token=123ABC&summary=Reverting%20vandalism&markbot=1 [apri in una sandbox]