MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=revisiondelete
(main | revisiondelete)
- 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+
Cancella e ripristina le versioni.
Parametri:
- type
Tipo di cancellazione della versione effettuata.
- Questo parametro è obbligatorio.
- Uno dei seguenti valori: revision, archive, oldimage, filearchive, logging
- target
Page title for the revision deletion, if required for the type.
- ids
Identifiers for the revisions to be deleted.
- Questo parametro è obbligatorio.
- Separa i valori con |. Il numero massimo di valori è 50 (500 per i bot).
- hide
Cosa nascondere per ogni versione.
- Valori (separati da |): content, comment, user
- show
Cosa mostrare per ogni versione.
- Valori (separati da |): content, comment, user
- suppress
Whether to suppress data from administrators as well as others.
- Uno dei seguenti valori: yes, no, nochange
- Predefinito: nochange
- reason
Motivo per l'eliminazione o il ripristino.
- token
Un token "csrf" recuperato da action=query&meta=tokens
- Questo parametro è obbligatorio.
Esempi:
- Hide content for revision 12345 on the page Main Page.
- api.php?action=revisiondelete&target=Main%20Page&type=revision&ids=12345&hide=content&token=123ABC [apri in una sandbox]
- Hide all data on log entry 67890 with the reason BLP violation.
- api.php?action=revisiondelete&type=logging&ids=67890&hide=content|comment|user&reason=BLP%20violation&token=123ABC [apri in una sandbox]