미디어위키 API 도움말

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

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

meta=notifications (not)

(main | query | notifications)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: Echo
  • 라이선스: MIT

현재 사용자를 기다리고 있는 알림을 가져옵니다.

변수:
notfilter

필터 알림 반환됨.

값 (|로 구분): !read, read 또는 다른 문자열: !read, read
기본값: read|!read
notprop

상세한 요청 내용.

값 (|로 구분): count, list, seenTime 또는 다른 문자열: count, list, seenTime
기본값: list
notsections

쿼리로의 알림 부분 (예를 들어 'alert'과 'message'의 어떤 조합).

값 (|로 구분): alert, message 또는 다른 문자열: alert, message
기본값: alert|message
notgroupbysection

Whether to group the result by section. Each section is fetched separately if set.

Type: boolean (details)
notformat

If specified, notifications will be returned formatted this way.

model
미가공 알림 데이터
special
Formatted for Special:Notifications page (and only that!) Do not rely on the HTML as it may change at any given time.
flyout
Deprecated. Use notformat=model for raw data
html
Deprecated. Use notformat=model for raw data
다음 값 중 하나: flyout, html, model, special 또는 다른 문자열: flyout, html, model, special
notlimit

반환할 최대 알림 수입니다.

유형: 정수 또는 max
The value must be between 1 and 50.
기본값: 20
notcontinue

더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.

notunreadfirst

Whether to show unread notifications first (only used if groupbysection is not set).

Type: boolean (details)
nottitles

이 문서들의 알림만 반환합니다. 어떠한 문서에도 속하지 않은 알림을 받으려면 제목으로 []를 사용하세요.

| 또는 대안으로 값을 구분합니다.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
notbundle

규칙을 묶는 알림 유형에 따라 묶음과 호환되는 읽지 않은 알림을 보여줄지의 여부.

Type: boolean (details)
notnotifiertypes

Notifier types for which to return notifications.

값 (|로 구분): email, web 또는 다른 문자열: email, web
기본값: web
notalertcontinue

더 많은 경보 결과를 사용할 수 있을 때, 계속하려면 이것을 사용합니다.

notalertunreadfirst

Whether to show unread message notifications first (only used if groupbysection is set).

Type: boolean (details)
notmessagecontinue

When more message results are available, use this to continue.

notmessageunreadfirst

읽지 않은 경보 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).

Type: boolean (details)