미디어위키 API 도움말

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

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

action=stashedit

(main | stashedit)
  • 이 모듈은 내부용이거나 불안정합니다. 동작은 예고 없이 변경될 수 있습니다.
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0-or-later

공유된 캐시에서 편집을 준비합니다.

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

새 문단을 위한 제목.

text

문서 내용.

stashedtexthash

Page content hash from a prior stash to use instead.

summary

Change summary.

contentmodel

새 콘텐츠의 콘텐츠 모델.

이 변수는 필수 입력 사항입니다.
다음 값 중 하나: GadgetDefinition, wikitext, javascript, json, css, text 또는 alternative: GadgetDefinition, wikitext, javascript, json, css, text
contentformat

Content serialization format used for the input text.

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

Revision ID of the base revision.

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

"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다

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