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=stashedit
(main | stashedit)
- Questo modulo è interno o instabile. Il suo funzionamento potrebbe variare senza preavviso.
 - 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
 
Prepare an edit in shared cache.
This is intended to be used via AJAX from the edit form to improve the performance of the page save.
Parametri:
- title
 Titolo della pagina che si sta modificando.
- This parameter is required.
 - section
 Section identifier. 0 for the top section, new for a new section.
- sectiontitle
 Il titolo per una nuova sezione.
- text
 Contenuto della pagina.
- stashedtexthash
 Page content hash from a prior stash to use instead.
- summary
 Oggetto della modifica.
- Predefinito: (vuoto)
 - contentmodel
 Modello di contenuto dei nuovi contenuti.
- This parameter is required.
 - Uno dei seguenti valori: css, javascript, json, text, unknown, wikitext
 - contentformat
 Content serialization format used for the input text.
- This parameter is required.
 - Uno dei seguenti valori: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
 - baserevid
 Revision ID of the base revision.
- This parameter is required.
 - Type: integer
 - token
 Un token "csrf" recuperato da action=query&meta=tokens
- This parameter is required.