미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=stashedit

(main | stashedit)
  • This module is internal or unstable. Its operation may change without notice.
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: MediaWiki
  • 라이선스: 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.

변수:
title

Title of the page being edited.

이 변수는 필수 입력 사항입니다.
section

Section number. 0 for the top section, new for a new section.

sectiontitle

The title for a new section.

text

Page content.

이 변수는 필수 입력 사항입니다.
contentmodel

Content model of the new content.

이 변수는 필수 입력 사항입니다.
하나의 값: wikitext, javascript, json, css, text
contentformat

Content serialization format used for the input text.

이 변수는 필수 입력 사항입니다.
하나의 값: text/x-wiki, text/javascript, application/json, text/css, text/plain
baserevid

Revision ID of the base revision.

이 변수는 필수 입력 사항입니다.
유형: 정수
token

A "csrf" token retrieved from action=query&meta=tokens

이 변수는 필수 입력 사항입니다.