미디어위키 API 도움말

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

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

action=visualeditor

(main | visualeditor)
  • This module is internal or unstable. Its operation may change without notice.
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 출처: VisualEditor
  • 라이선스: MIT

Parsoid 서비스에서 문서를 위해 HTML5를 반환합니다.

변수:
page

행동을 수행할 문서입니다.

이 변수는 필수 입력 사항입니다.
format
(설명 없음)
하나의 값: json, jsonfm
기본값: jsonfm
paction

수행할 행동입니다.

이 변수는 필수 입력 사항입니다.
하나의 값: parse, metadata, parsefragment, serialize, serializeforcache, diff, getlanglinks
wikitext

Wikitext to send to Parsoid to convert to HTML (paction=parsefragment).

oldid

사용할 판 번호 (기본값은 최신 판).

html

HTML to send to Parsoid to convert to wikitext.

cachekey

For serialize or diff, use the result of a previous serializeforcache request with this key. Overrides html.

pst

Pre-save transform wikitext before sending it to Parsoid (paction=parsefragment).

유형: 부울 (자세한 정보)