미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=feedrecentchanges

(main | feedrecentchanges)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0+

Returns a recent changes feed.

변수:
feedformat

The format of the feed.

하나의 값: rss, atom
기본값: rss
namespace

Namespace to limit the results to.

하나의 값: 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.

The value must be no less than 1.
유형: 정수
기본값: 7
limit

Maximum number of results to return.

The value must be between 1 and 50.
유형: 정수
기본값: 50
from

Show changes since then.

Type: timestamp (allowed formats)
hideminor

사소한 편집을 숨깁니다.

유형: 부울 (자세한 정보)
hidebots

봇의 편집을 숨깁니다.

유형: 부울 (자세한 정보)
hideanons

익명 사용자의 편집을 숨깁니다.

유형: 부울 (자세한 정보)
hideliu

등록된 사용자의 편집을 숨깁니다.

유형: 부울 (자세한 정보)
hidepatrolled

검토된 편집을 숨깁니다.

유형: 부울 (자세한 정보)
hidemyself

Hide changes made by the current user.

유형: 부울 (자세한 정보)
tagfilter

태그로 분류

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