Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/API

meta=unreadnotificationpages (unp)

(main | query | unreadnotificationpages)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: Echo
  • Licence: MIT

Get pages for which there are unread notifications for the current user.

Parametry:
unpgrouppages

Group talk pages together with their subject page, and group notifications not associated with a page together with the current user's user page.

Type: boolean (details)
unplimit

The maximum number of pages to return.

Type: integer or max
The value must be between 1 and 2 000.
Default: 10
Příklad:
List pages with (their amount of) unread notifications
api.php?action=query&meta=unreadnotificationpages [otevřít v pískovišti]