MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=csPostComment

(main | csPostComment)
  • This module requires read rights.
  • This module only accepts POST requests.
  • Source: CommentStreams
  • License: MIT

Post a new comment.

Parameters:
commenttitle

optional title for comment.

wikitext

wikitext for comment.

This parameter is required.
associatedid

page with which this comment is associated.

This parameter is required.
Type: integer
parentid

page ID of parent comment if this is a reply.

Type: integer
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.