MediaWiki API ヘルプ

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

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

action=globalblock

(main | globalblock)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: GlobalBlocking
  • ライセンス: GPL-2.0-or-later

利用者をグローバルでブロックまたはブロック解除する。

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

ID of the global block to modify or unblock (obtained through list=globalblocks). Cannot be used together with target.

型: 整数
target

対象となるIPアドレスまたは利用者名。id とは同時に使用できません。

型: 利用者名、IP、臨時利用者 および IP範囲のいずれかを使った利用者
expiry

If specified, will block or reblock the user. Determines how long the block will last for, e.g. "5 months" or "2 weeks". If set to "infinite" or "indefinite" the block will never expire.

Type: expiry (details)
unblock

指定した場合、利用者のブロックを解除します。

型: 真偽値 (詳細)
reason

ブロック/ブロック解除理由。

この変数は必須です。
anononly

Specify this if the block should only affect logged-out users globally.

型: 真偽値 (詳細)
allow-account-creation

Specify this if the global block should not prevent account creation.

型: 真偽値 (詳細)
enable-autoblock

Specify this if the global block should trigger global autoblocks.

型: 真偽値 (詳細)
modify

Specify this if the existing block on the target should be modified

型: 真偽値 (詳細)
alsolocal

Block the user locally as well. Cannot be used together with id.

型: 真偽値 (詳細)
localblockstalk

Revoke talk page access locally. Cannot be used together with id.

型: 真偽値 (詳細)
localblocksemail

Revoke email access locally. Cannot be used together with id.

型: 真偽値 (詳細)
localanononly

Specify this if the block should only affect logged-out users locally. Cannot be used together with id.

型: 真偽値 (詳細)
local-allow-account-creation

Specify this if the local block should not prevent account creation. Cannot be used together with id.

型: 真偽値 (詳細)
token

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

この変数は必須です。