미디어위키 API 도움말

이 페이지는 自動으로 生成된 미디어위키 API 도움말 文書입니다.

說明 文書 및 例示: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=feedwatchlist

( main | feedwatchlist )
  • 이 모듈은 read 權限을 要求합니다.
  • 出處: MediaWiki
  • 라이선스: GPL-2.0-or-later

注視文書 目錄 피드를 返還합니다.

特定 變數:
다른 一般 變數를 使用할 수 있습니다.
feedformat

피드 포맷.

다음 값 中 하나: atom, rss 또는 다른 文字列 : atom, rss
基本값: rss
hours

List pages modified within this many hours from now.

類型: 精髓
값은 1와 72 사이여야 합니다.
基本값: 24
linktosections

Link directly to changed sections if possible.

類型: 不利言 ( 仔細한 情報 )
allrev

Include multiple revisions of the same page within given timeframe.

類型: 不利言 ( 仔細한 情報 )
wlowner

Used along with token to access a different user's watchlist.

形態: 使用者 이름에 따른 使用者
wltoken

A security token (available in the user's preferences ) to allow access to another user's watchlist.

wlshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon.

값 ( | 로 區分): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread 또는 다른 文字列 : !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread
wltype

Which types of changes to show:

edit
Regular page edits.
new
Page creations.
log
Log entries.
external
External changes.
categorize
Category membership changes.
값 ( | 로 區分): categorize, edit, external, log, new 또는 다른 文字列 : categorize, edit, external, log, new
基本값: edit|new|log|categorize
wlexcludeuser

이 使用者의 變更事項을 羅列하지 않습니다.

形態: 使用者 이름, IP, 臨時 使用者, 인터위키 이름 (예: "prefix>ExampleName"), 使用者 ID (예: "#12345") 모두에 따른 使用者
例示:
注視文書 目錄 피드를 보여줍니다.
api.php?action=feedwatchlist [演習場에서 열기]
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6 [演習場에서 열기]