미디어위키 API 도움말

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

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

action=compare

(main | compare)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

Get the difference between 2 pages.

A revision number, a page title, or a page ID for both "from" and "to" must be passed.

변수:
fromtitle

First title to compare.

fromid

First page ID to compare.

유형: 정수
fromrev

First revision to compare.

유형: 정수
totitle

Second title to compare.

toid

Second page ID to compare.

유형: 정수
torev

Second revision to compare.

유형: 정수
예시:
Create a diff between revision 1 and 2.
api.php?action=compare&fromrev=1&torev=2