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=cseditcomment

(main | cseditcomment)
  • Ten moduł wymaga praw odczytu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: CommentStreams
  • Licencja: MIT

Edit an existing comment. Either pageid or title must be provided.

Parametry:
Other general parameters are available.
pageid

page ID of the page which holds the comment to edit

Typ: liczba całkowita
title

title of the page which holds the comment to edit

commenttitle

title for comment.

Ten parametr jest wymagany.
wikitext

wikitext for comment.

Ten parametr jest wymagany.
token

Token „csrf” pobrany z action=query&meta=tokens

Ten parametr jest wymagany.