MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/API

action=compare

(main | compare)
  • このモジュールは読み取りの権限を必要とします。

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.

例:
版1と2の差分を生成する。
api.php?action=compare&fromrev=1&torev=2