MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: 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.
パラメーター:
- title
編集されているページのページ名。
- このパラメーターは必須です。
- section
節番号です。先頭の節の場合は 0、新しい節の場合は newを指定します。
- sectiontitle
新しい節の名前です。
- text
ページの本文。
- stashedtexthash
Page content hash from a prior stash to use instead.
- summary
Change summary.
- 既定値: (空)
- contentmodel
新しいコンテンツのコンテンツモデル。
- このパラメーターは必須です。
- 値 (次の値のいずれか1つ): css、javascript、json、text、wikitext
- contentformat
Content serialization format used for the input text.
- このパラメーターは必須です。
- 値 (次の値のいずれか1つ): application/json、text/css、text/javascript、text/plain、text/x-wiki
- baserevid
Revision ID of the base revision.
- このパラメーターは必須です。
- 型: 整数
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。