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)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ต้องการสิทธิในการเขียน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: 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.
Specific parameters:
Other general parameters are available.
- title
Title of the page being edited.
- This parameter is required.
- section
Section identifier. 0 for the top section, new for a new section.
- sectiontitle
ชื่อสำหรับส่วนใหม่
- text
เนื้อหาของหน้า
- stashedtexthash
Page content hash from a prior stash to use instead.
- summary
Change summary.
- ค่าเริ่มต้น: (ว่าง)
- contentmodel
ตัวแบบเนื้อหาของเนื้อหาใหม่
- This parameter is required.
- ค่าใดค่าหนึ่งต่อไปนี้: GadgetDefinition, JsonSchema, MassMessageListContent, Scribunto, SecurePoll, css, javascript, json, sanitized-css, text, unknown, wikitext
- contentformat
Content serialization format used for the input text.
- This parameter is required.
- ค่าใดค่าหนึ่งต่อไปนี้: 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
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.