MediaWiki API ヘルプ

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

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

action=feedrecentchanges

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

Returns a recent changes feed.

パラメーター:
feedformat

The format of the feed.

値 (いずれか1つ): rss、atom
既定値: rss
namespace

Namespace to limit the results to.

値 (いずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
invert

All namespaces but the selected one.

associated

Include associated (talk or main) namespace.

days

Days to limit the results to.

値は 1 以上にしてください。
既定値: 7
limit

返す結果の最大数。

値は 1 以上 50 以下にしてください。
既定値: 50
from

Show changes since then.

hideminor

細部の変更を隠す。

hidebots

ボットによる変更を隠す。

hideanons

未登録利用者による変更を隠す。

hideliu

登録利用者による変更を隠す。

hidepatrolled

巡回済みの変更を隠す。

hidemyself

Hide changes made by the current user.

tagfilter

Filter by tag.

target

Show only changes on pages linked from this page.

showlinkedto

Show changes on pages linked to the selected page instead.

例:
最近の更新を表示する。
api.php?action=feedrecentchanges
最近30日間の変更を表示する。
api.php?action=feedrecentchanges&days=30