Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
action=stashedit
(main | stashedit)
- Modul ini dalaman atau tidak stabil. Operasinya boleh berubah tanpa amaran.
 - Modul ini memerlukan hak membaca.
 - Modul ini memerlukan hak menulis.
 - Modul ini menerima permohonan POST sahaja.
 - Source: MediaWiki
 - License: 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.
Parameter:
- title
 Title of the page being edited.
- Parameter ini diwajibkan.
 - section
 Section number. 0 for the top section, new for a new section.
- sectiontitle
 The title for a new section.
- text
 Page content.
- stashedtexthash
 Page content hash from a prior stash to use instead.
- summary
 Change summary.
- Asal: (kosong)
 - contentmodel
 Content model of the new content.
- Parameter ini diwajibkan.
 - One of the following values: css, javascript, json, text, wikitext
 - contentformat
 Content serialization format used for the input text.
- Parameter ini diwajibkan.
 - One of the following values: application/json, text/css, text/javascript, text/plain, text/x-wiki
 - baserevid
 Revision ID of the base revision.
- Parameter ini diwajibkan.
 - Type: integer
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- Parameter ini diwajibkan.