MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- このモジュールは読み取りの権限を必要とします。
Returns a user contributions feed.
パラメーター:
- feedformat
The format of the feed.
- 値 (いずれか1つ): rss、atom
- 既定値: rss
- user
What users to get the contributions for.
- このパラメーターは必須です。
- namespace
Which namespace to filter the contributions by.
- 値 (いずれか1つ): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- year
From year (and earlier).
- month
From month (and earlier).
- tagfilter
Filter contributions that have these tags.
- 値 (|で区切る): ユーザ作成、荒らし
- 既定値: (空)
- deletedonly
削除された投稿記録のみ表示します。
- toponly
最新版の編集のみ表示します。
- newonly
ページ作成を伴う編集のみを表示します。
- showsizediff
Show the size difference between revisions.
例:
- 利用者 Example の投稿記録を取得する。
- api.php?action=feedcontributions&user=Example