MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

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

action=csquerycomment

(main | csquerycomment)
  • Voor deze module zijn leesrechten nodig.
  • Bron: CommentStreams
  • Licentie: MIT

Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.

Parameters:
pageid

page ID of the page which holds the comment to query

Type: integer
title

title of the page which holds the comment to query

Voorbeelden:
query comment with page ID 3 in wikitext
api.php?action=csquerycomment&pageid=3 [open in de zandbak]
query comment with page title CommentStreams:3 in wikitext
api.php?action=csquerycomment&title=CommentStreams:3 [open in de zandbak]