MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=edit
- 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
Crea e modifica pagine.
- title
Titolo della pagina da modificare. Non può essere usato insieme a pageid.
- pageid
ID di pagina della pagina da modificare. Non può essere usato insieme con title.
- Tipo: intero
- section
Numero di sezione. 0 per la sezione iniziale, new per una nuova sezione.
- sectiontitle
Il titolo per una nuova sezione.
- text
Contenuto della pagina.
- summary
Oggetto della modifica. Anche titolo della sezione se sezione=new e sectiontitle non è impostato.
- tags
Cambia i tag da applicare alla revisione.
- Valori (separati da | o alternativa):
- minor
Modifica minore.
- Tipo: booleano (dettagli)
- notminor
Modifica non minore.
- Tipo: booleano (dettagli)
- bot
Contrassegna questa modifica come eseguita da un bot.
- Tipo: booleano (dettagli)
- basetimestamp
Timestamp of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions&rvprop=timestamp.
- Tipo: timestamp (formati consentiti)
- starttimestamp
Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using curtimestamp when beginning the edit process (e.g. when loading the page content to edit).
- Tipo: timestamp (formati consentiti)
- recreate
Override any errors about the page having been deleted in the meantime.
- Tipo: booleano (dettagli)
- createonly
Non modificare la pagina se già esiste.
- Tipo: booleano (dettagli)
- nocreate
Genera un errore se la pagina non esiste.
- Tipo: booleano (dettagli)
- watch
- Deprecato.
Aggiunge la pagina agli osservati speciali dell'utente attuale.
- Tipo: booleano (dettagli)
- unwatch
- Deprecato.
Rimuove la pagina dagli osservati speciali dell'utente attuale.
- Tipo: booleano (dettagli)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- Uno dei seguenti valori: watch, unwatch, preferences, nochange
- Predefinito: preferences
- md5
The MD5 hash of the text parameter, or the prependtext and appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.
- prependtext
Add this text to the beginning of the page. Overrides text.
- appendtext
Add this text to the end of the page. Overrides text.
Use section=new to append a new section, rather than this parameter.
- undo
Undo this revision. Overrides text, prependtext and appendtext.
- Il valore non deve essere inferiore a 0.
- Tipo: intero
- undoafter
Undo all revisions from undo to this one. If not set, just undo one revision.
- Il valore non deve essere inferiore a 0.
- Tipo: intero
- redirect
Risolvi automaticamente redirect.
- Tipo: booleano (dettagli)
- contentformat
Content serialization format used for the input text.
- Uno dei seguenti valori: application/json, text/x-wiki, text/javascript, text/css, text/plain
- contentmodel
Modello di contenuto dei nuovi contenuti.
- Uno dei seguenti valori: GadgetDefinition, wikitext, javascript, json, css, text
- token
Un token "csrf" recuperato da action=query&meta=tokens
Il token deve sempre essere inviato come ultimo parametro, o almeno dopo il parametro text.
- Questo parametro è obbligatorio.
- captchaword
Answer to the CAPTCHA
- captchaid
CAPTCHA ID from previous request
- Modifica una pagina.
- api.php?action=edit&title=Test&summary=test%20summary&text=article%20content&basetimestamp=2007-08-24T12:34:54Z&token=123ABC [apri in una sandbox]
- Anteponi __NOTOC__ a una pagina.
- api.php?action=edit&title=Test&summary=NOTOC&minor=&prependtext=__NOTOC__%0A&basetimestamp=2007-08-24T12:34:54Z&token=123ABC [apri in una sandbox]
- Undo revisions 13579 through 13585 with autosummary.
- api.php?action=edit&title=Test&undo=13585&undoafter=13579&basetimestamp=2007-08-24T12:34:54Z&token=123ABC [apri in una sandbox]