미디어위키 API 도움말

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

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

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 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

새 콘텐츠의 콘텐츠 모델.

이 변수는 필수입니다.
다음 값 중 하나: GeoJSON, GeoJson, MassMessageListContent, css, javascript, json, sanitized-css, text, unknown, wikitext 또는 다른 문자열: GeoJSON, GeoJson, MassMessageListContent, css, javascript, json, sanitized-css, text, unknown, wikitext
contentformat

입력 텍스트에 사용할 내용 직렬화 포맷입니다.

이 변수는 필수입니다.
다음 값 중 하나: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown 또는 다른 문자열: 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.

이 변수는 필수입니다.
Type: integer
token

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

이 변수는 필수입니다.