Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
action=reviewactivity
(main | reviewactivity)
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: Flagged Revisions
- Licencja: GPL-2.0+
Advertise or de-advertise yourself as reviewing an unreviewed page or unreviewed changes.
Parametry:
- previd
The prior revision ID (for reviewing changes only).
- oldid
The ID of the revision being reviewed.
- reviewing
Whether to advertise yourself as reviewing or no longer reviewing.
- Jedna z następujących wartości: 0, 1
- token
Token "csrf" zdobyty z action=query&meta=tokens
- Ten parametr jest wymagany.
Przykład:
- Advertise yourself as reviewing revision 12345
- api.php?action=reviewactivity&previd=12345&reviewing=1 [otwórz w brudnopisie]