MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=feedrecentchanges
(main | feedrecentchanges)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
最近の更新フィードを返します。
パラメーター:
- feedformat
フィードの形式。
- 値 (次の値のいずれか1つ): rss、atom
- 既定値: rss
- namespace
この名前空間の結果のみに絞り込む。
- 値 (次の値のいずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15、2300、2301、2302、2303、828、829
- invert
All namespaces but the selected one.
- Type: boolean (details)
- associated
Include associated (talk or main) namespace.
- Type: boolean (details)
- days
Days to limit the results to.
- 値は 1 以上にしてください。
- Type: integer
- 既定値: 7
- limit
返す結果の最大数。
- 値は 1 以上 50 以下にしてください。
- Type: integer
- 既定値: 50
- from
これ以降の編集を表示する。
- Type: timestamp (allowed formats)
- hideminor
細部の変更を隠す。
- Type: boolean (details)
- hidebots
ボットによる変更を隠す。
- Type: boolean (details)
- hideanons
未登録利用者による変更を隠す。
- Type: boolean (details)
- hideliu
登録利用者による変更を隠す。
- Type: boolean (details)
- hidepatrolled
巡回済みの変更を隠す。
- Type: boolean (details)
- hidemyself
現在の利用者による編集を非表示にする。
- Type: boolean (details)
- tagfilter
タグにより絞り込む。
- target
このページからリンクされているページの変更のみを表示する。
- showlinkedto
Show changes on pages linked to the selected page instead.
- Type: boolean (details)
例:
- 最近の更新を表示する。
- api.php?action=feedrecentchanges
- 最近30日間の変更を表示する。
- api.php?action=feedrecentchanges&days=30