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/Special:MyLanguage/API:Main_page
action=articlefeedbackv5-add-flag-note
(main | articlefeedbackv5-add-flag-note)
- Tento modul vyžaduje oprávnění ke čtení.
- Tento modul vyžaduje oprávnění k zápisu.
- Tento modul přijímá pouze požadavky POST.
- Zdroj: Article Feedback
- Licence: GPL-2.0-or-later
Add a note describing activity, after the action has been performed already.
Parametry:
Other general parameters are available.
- logid
Log ID to update
- This parameter is required.
- Type: integer
- The value must be no less than 1.
- flagtype
Type of flag to apply
- This parameter is required.
- Jedna z následujících hodnot: archive, autoflag, autohide, clear-flags, decline, feature, flag, helpful, hide, inappropriate, noaction, oversight, request, resolve, unarchive, undo-helpful, undo-unhelpful, unfeature, unflag, unhelpful, unhide, uninappropriate, unnoaction, unoversight, unrequest, unresolve
- note
Information on why the feedback activity occurred
- This parameter is required.
- title
Title of the page the feedback was given for. Cannot be used together with pageid
- pageid
ID of the page the feedback was given for. Cannot be used together with title
- Type: integer
- feedbackid
FeedbackID to flag
- This parameter is required.
- source
The origin of the flag: article (page), central (feedback page), watchlist (page), permalink
- Jedna z následujících hodnot: article, central, permalink, unknown, watchlist
- token
Token typu „csrf“ získaný pomocí action=query&meta=tokens.
- This parameter is required.