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 [サンドボックスで開く]