MediaWiki API 帮助

这是自动生成的MediaWiki API文档页面。

文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=csqueryreply

main | csqueryreply
  • 此模块需要读取权限。
  • 来源:CommentStreams
  • 许可协议:MIT

Return details of a reply. Either pageid or title must be provided.

具体参数:
其他通用参数可用。
pageid

page ID of the page which holds the reply to query

类型:整数
title

title of the page which holds the reply to query

例子:
query reply with page ID 3 in wikitext
api.php?action=csqueryreply&pageid=3 [在沙盒中打开]
query reply with page title CommentStreams:3 in wikitext
api.php?action=csqueryreply&title=CommentStreams:3 [在沙盒中打开]