MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
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 accepterar endast POST-begäranden.
- Source: MediaWiki
- License: GPL-2.0+
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:
- title
Title of the page being edited.
- Denna parameter är obligatorisk.
- section
Section number. 0 for the top section, new for a new section.
- sectiontitle
The title for a new section.
- text
Page content.
- Denna parameter är obligatorisk.
- contentmodel
Content model of the new content.
- Denna parameter är obligatorisk.
- Ett värde: wikitext, javascript, json, css, text
- contentformat
Content serialization format used for the input text.
- Denna parameter är obligatorisk.
- Ett värde: text/x-wiki, text/javascript, application/json, text/css, text/plain
- baserevid
Revision ID of the base revision.
- Denna parameter är obligatorisk.
- Type: integer
- token
A "csrf" token retrieved from action=query&meta=tokens
- Denna parameter är obligatorisk.