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)
- Denna modul är intern eller instabil. Dess funktion kan ändras utan föregående meddelande.
- Denna modul kräver läsrättigheter.
- Denna modul kräver skrivrättigheter.
- Denna modul accepterar endast POST-begäranden.
- 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.
Parametrar:
Other general parameters are available.
- title
Title of the page being edited.
- Den här parametern är obligatorisk.
- section
Section identifier. 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
Ändra sammanfattning.
- Default: (empty)
- contentmodel
Content model of the new content.
- Den här parametern är obligatorisk.
- Ett av följande värden: css, javascript, json, text, unknown, wikitext
- contentformat
Content serialization format used for the input text.
- Den här parametern är obligatorisk.
- Ett av följande värden: 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.
- Den här parametern är obligatorisk.
- Type: integer
- token
A "csrf" token retrieved from action=query&meta=tokens
- Den här parametern är obligatorisk.