미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
meta=notifications (not)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Echo
- 라이선스: MIT
현재 사용자를 기다리고 있는 알림을 가져옵니다.
- notfilter
필터 알림 반환됨.
- 값 (|로 구분): read, !read 또는 alternative: read, !read
- 기본값: read|!read
- notprop
상세한 요청 내용.
- 값 (|로 구분): list, count, seenTime 또는 alternative: list, count, seenTime
- 기본값: list
- notsections
쿼리로의 알림 부분 (예를 들어 'alert'과 'message'의 어떤 조합).
- 값 (|로 구분): alert, message 또는 alternative: alert, message
- 기본값: alert|message
- notgroupbysection
Whether to group the result by section. Each section is fetched separately if set.
- 유형: 불리언 (자세한 정보)
- notformat
If specified, notifications will be returned formatted this way.
- model
- Raw notification data
- 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
- 다음 값 중 하나: model, special, flyout, html 또는 alternative: model, special, flyout, html
- notlimit
The maximum number of notifications to return.
- 50 초과는 허용되지 않습니다. (봇의 경우 500)
- 유형: 정수 또는 max
- 기본값: 20
- notcontinue
더 많은 결과를 이용할 수 있을 때, 계속하려면 이것을 사용하십시오.
- notunreadfirst
Whether to show unread notifications first (only used if groupbysection is not set).
- 유형: 불리언 (자세한 정보)
- nottitles
이 문서들의 알림만 반환합니다. 어떠한 문서에도 속하지 않은 알림을 받으려면 제목으로 []를 사용하세요.
- | 또는 대안으로 값을 구분합니다. 값들의 최대 수는 50입니다. (봇의 경우 500)
- notbundle
규칙을 묶는 알림 유형에 따라 묶음과 호환되는 읽지 않은 알림을 보여줄지의 여부.
- 유형: 불리언 (자세한 정보)
- notalertcontinue
더 많은 경보 결과를 사용할 수 있을 때, 계속하려면 이것을 사용합니다.
- notalertunreadfirst
Whether to show unread message notifications first (only used if groupbysection is set).
- 유형: 불리언 (자세한 정보)
- notmessagecontinue
When more message results are available, use this to continue.
- notmessageunreadfirst
읽지 않은 경보 알림을 먼저 보여줄지 여부 (groupbysection이 설정되어 있는 경우에만 사용됨).
- 유형: 불리언 (자세한 정보)
- 알림 리스트
- api.php?action=query&meta=notifications [연습장에서 열기]
- List notifications, grouped by section, with counts
- api.php?action=query&meta=notifications¬prop=count¬sections=alert|message¬groupbysection=1 [연습장에서 열기]