Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
action=review
(main | review)
- 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-or-later
Review a revision by approving or de-approving it.
Parametry:
- revid
The revision ID for which to set the flags.
- token
Token "csrf" zdobyty z action=query&meta=tokens
- Ten parametr jest wymagany.
- comment
Comment for the review.
- unapprove
If set, revision will be unapproved rather than approved.
- Typ: wartość logiczna (szczegóły)
- flag_accuracy
Set the flag accuracy to the specified value.
- Jedna z następujących wartości: 0, 1, 2, 3
- Domyślnie: 1
- flag_depth
Set the flag depth to the specified value.
- Jedna z następujących wartości: 0, 1, 2, 3
- Domyślnie: 1
- flag_style
Set the flag style to the specified value.
- Jedna z następujących wartości: 0, 1, 2, 3
- Domyślnie: 1
Przykład:
- Approve revision 12345 with comment "Ok"
- api.php?action=review&revid=12345&token=123AB&flag_accuracy=1&comment=Ok [otwórz w brudnopisie]