MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=globalblock

(main | globalblock)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: GlobalBlocking
  • License: GPL-2.0-or-later

Blokir atau buka pemblokiran global seorang pengguna.

Specific parameters:
Other general parameters are available.
id

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

Type: integer
target

Alamat IP tujuan.

Tipe: pengguna, dengan salah satu dari nama pengguna, IP, Pengguna sementara dan rentang IP
expiry

Jika diberikan, pengguna akan diblokir atau diblokir ulang. Tentukan berapa lama pemblokiran akan berakhir, contohnya "5 bulan" atau "2 minggu". Jika diatur ke "tidak terbatas", pemblokiran tidak akan berakhir.

Type: expiry (details)
unblock

Jika diberikan, akan membuka pemblokiran pengguna tersebut.

Type: boolean (details)
reason

Alasan pemblokiran/buka pemblokiran.

This parameter is required.
anononly

Tentukan apakah pemblokiran hanya mempengaruhi pengguna keluar log.

Type: boolean (details)
allow-account-creation

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

Type: boolean (details)
enable-autoblock

Specify this if the global block should trigger global autoblocks.

Type: boolean (details)
modify

Tentukan apakah target pemblokiran yang telah ada harus diubah

Type: boolean (details)
alsolocal

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

Type: boolean (details)
localblockstalk

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

Type: boolean (details)
localblocksemail

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

Type: boolean (details)
localanononly

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

Type: boolean (details)
local-allow-account-creation

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

Type: boolean (details)
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Example:
Blokir 192.0.2.1 tanpa batasan dengan alasan "penyalahgunaan lintas wiki"
api.php?action=globalblock&target=192.0.2.1&expiry=indefinite&reason=Cross-wiki%20abuse&token=123ABC [open in sandbox]