MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cseditreply
(main | cseditreply)
- 此模块需要读取权限。
- 此模块只允许POST请求。
- 来源:CommentStreams
- 许可协议:MIT
Edit an existing reply. Either pageid or title must be provided.
具体参数:
其他通用参数可用。
- pageid
page ID of the page which holds the reply to edit
- 类型:整数
- title
title of the page which holds the reply to edit
- wikitext
用于回复的wikitext。
- 这个参数是必需的。
- token
从action=query&meta=tokens取回的“csrf”令牌
- 这个参数是必需的。
例子:
- edit reply with page ID 3
- api.php?action=cseditreply&pageid=3 [在沙盒中打开]
- edit reply with page title CommentStreams:3
- api.php?action=cseditreply&title=CommentStreams:3 [在沙盒中打开]