MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=csvote

(main | csvote)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: CommentStreams
  • ライセンス: MIT

Vote (up, down, or neutral) on a comment.

パラメーター:
その他一般パラメーターが利用可能です。
pageid

page ID of the page which holds the comment to be voted on

型: 整数
title

title of the page which holds the comment to be voted on

vote

vote (1, -1, or 0).

この変数は必須です。
型: 整数
token

action=query&meta=tokens から取得した「csrf」トークン

この変数は必須です。