MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=stashedit
(main | stashedit)
- Ez a modul belső használatú vagy nem stabil. A működése értesítés nélkül változhat.
- Ez a modul olvasási jogot igényel.
- Ez a modul írási jogot igényel.
- Ez a modul csak POST kéréseket fogad el.
- Forrás: MediaWiki
- Licenc: 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.
Paraméterek:
- title
Title of the page being edited.
- Ez a paraméter kötelező.
- 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.
- contentmodel
Content model of the new content.
- Ez a paraméter kötelező.
- A következő értékek egyike: wikitext, javascript, json, css, text
- contentformat
Content serialization format used for the input text.
- Ez a paraméter kötelező.
- A következő értékek egyike: text/x-wiki, text/javascript, application/json, text/css, text/plain
- baserevid
Revision ID of the base revision.
- Ez a paraméter kötelező.
- Típus: egész
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ez a paraméter kötelező.