Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=inlinecomments-addreply
(main | inlinecomments-addreply)
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: InlineComments
- Licencja: GPL-2.0-or-later
Add a reply to an inline comment
Parametry:
Other general parameters are available.
- title
Title of page to add reply to. Use this or pageid but not both
- pageid
page id of page to add reply to. Use this or pageid but not both
- id
id number of the comment you are replying to
- Ten parametr jest wymagany.
- comment
The text of your reply
- Ten parametr jest wymagany.
- token
Token „csrf” pobrany z action=query&meta=tokens
- Ten parametr jest wymagany.