MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=strikevote
(main | strikevote)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: SecurePoll
- ライセンス: GPL-2.0-or-later
Allows admins to strike or unstrike a vote.
パラメーター:
その他一般パラメーターが利用可能です。
- option
Which action to take: strike or unstrike a vote.
- strike
- Strike a vote (remove it from the count).
- unstrike
- Unstrike a vote (restore it to the count).
- この変数は必須です。
- 値 (次の値のいずれか1つ): strike、unstrike
- reason
The reason for striking or unstriking the vote.
- この変数は必須です。
- voteid
The ID of the vote to be struck or unstruck.
- この変数は必須です。
- 型: 整数
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- Strike vote 1, giving the reason duplication.
- api.php?action=strikevote&option=strike&reason=duplication&voteid=1&token=123ABC [サンドボックスで開く]
- Unstrike vote 1, giving the reason mistake.
- api.php?action=strikevote&option=unstrike&reason=mistake&voteid=1&token=123ABC [サンドボックスで開く]