MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cspostcomment
(main | cspostcomment)
- 此模块需要读取权限。
- 此模块只允许POST请求。
- 来源:CommentStreams
- 许可协议:MIT
发布新评论。
具体参数:
其他通用参数可用。
- commenttitle
评论的标题。
- 这个参数是必需的。
- wikitext
评论的wikitext。
- 这个参数是必需的。
- associatedid
与此评论相关联的页面。
- 这个参数是必需的。
- 类型:整数
- commentblockname
name of comment block this comment appears in.
- token
从action=query&meta=tokens取回的“csrf”令牌
- 这个参数是必需的。