MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=csquerycomment
(main | csquerycomment)
- このモジュールは読み取りの権限を必要とします。
- ソース: CommentStreams
- ライセンス: MIT
Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided.
パラメーター:
- pageid
page ID of the page which holds the comment to query
- 型: 整数
- title
title of the page which holds the comment to query
例:
- query comment with page ID 3 in wikitext
- api.php?action=csquerycomment&pageid=3 [サンドボックスで開く]
- query comment with page title CommentStreams:3 in wikitext
- api.php?action=csquerycomment&title=CommentStreams:3 [サンドボックスで開く]