API:Watchlist feed/ja
From MediaWiki.org
![]() |
このページは MediaWiki API 説明文書の一部です。 |
言語: | English • 日本語 |
---|
Quick overview:
- Quick start guide
- FAQ
- チュートリアル
- フォーマット
- エラーの報告
- 使用制限
- クロスサイト リクエスト
- 認証
- クエリ
- 検索の提案
- ウィキテキストの構文解析とテンプレートの展開
- ページのキャッシュの破棄
- パラメーター情報
- ウィキの本文の変更
- ウォッチリストのフィード
- ウィキデータ /en
- 拡張機能
- MediaWikiおよび拡張機能内でのAPIの使用
- その他
- 実装
- クライアント コード
- アサート
MediaWiki バージョン: | 1.9 |
This module is to present either the current users, or else, with the correct token any other users on the wiki, Watchlist in an RSS or Atom format.
パラメーター
feedformat
: The format of the feed to return. Either rss (default) or atomhours
: List pages modified within this many hours from now. The value must be between 1 and 72. Default is 24allrev
: Include multiple revisions of the same page within given timeframewlowner
: The user whose watchlist you want (must be accompanied by token if it's not you)wltoken
: Security token that requested user set in their preferenceswlexcludeuser
: Do not list changes made by this given userwltype
: Only list certain types of changes (available from MW1.22wmf4)edit
: Regular page editsexternal
: External editsnew
: Page creationslog
: Log entries
wlshow
: Only list revisions that meet these criteria. Conflicting options (such asminor
and!minor
) cannot be used together. Use names below separated by a pipeminor
: Only list minor edits!minor
: Don't list minor editsbot
: Only list bot edits!bot
: Don't list bot editsanon
: Only list edits by anonymous users!anon
: Only list edits by registered userspatrolled
: Only list patrolled pages!patrolled
: Don't list patrolled pages
linktodiffs
: Link to change differences instead of article pageslinktosections
: Link to changed sections instead of whole article pages – if possible
例
結果 |
---|
<?xml version="1.0"?> <?xml-stylesheet type="text/css" href="http://bits.wikimedia.org/skins-1.5/common/feed.css?283-19"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>MediaWiki - My watchlist [en]</title> <link>http://www.mediawiki.org/wiki/Special:Watchlist</link> <description>My watchlist</description> <language>en</language> <generator>MediaWiki 1.16wmf4</generator> <lastBuildDate>Mon, 10 Jan 2011 23:58:22 GMT</lastBuildDate> </channel> </rss> |