MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=block
- Ez a modul olvasási jogot igényel.
- Ez a modul írási jogot igényel.
- Ez a modul csak POST kéréseket fogad el.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Szerkesztő blokkolása
- user
Blokkolandó felhasználónév, IP-cím vagy IP-címtartomány.
- Ez a paraméter kötelező.
- Típus: felhasználónév
- expiry
Lejárat ideje. Lehet relatív (pl. 5 months, 2 weeks) vagy abszolút (pl. 2014-09-18T12:34:56Z). Ha infinite-re, indefinite-re vagy never-re állítod, a blokk soha nem fog lejárni.
- Default: never
- reason
Blokkolás oka.
- Default: (empty)
- anononly
Block anonymous users only (i.e. disable anonymous edits for this IP address).
- Típus: logikai (részletek)
- nocreate
Új regisztráció megakadályozása
- Típus: logikai (részletek)
- autoblock
Automatically block the last used IP address, and any subsequent IP addresses they try to login from.
- Típus: logikai (részletek)
- noemail
Prevent user from sending email through the wiki. (Requires the
blockemail
right).- Típus: logikai (részletek)
- hidename
Hide the username from the block log. (Requires the
hideuser
right).- Típus: logikai (részletek)
- allowusertalk
Allow the user to edit their own talk page (depends on $wgBlockAllowsUTEdit).
- Típus: logikai (részletek)
- reblock
If the user is already blocked, overwrite the existing block.
- Típus: logikai (részletek)
- watchuser
A szerkesztő vagy IP-cím szerkesztői- és vitalapjának figyelése.
- Típus: logikai (részletek)
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ez a paraméter kötelező.
- Block IP address 192.0.2.5 for three days with reason First strike.
- api.php?action=block&user=192.0.2.5&expiry=3%20days&reason=First%20strike&token=123ABC [open in sandbox]
- Block user Vandal indefinitely with reason Vandalism, and prevent new account creation and email sending.
- api.php?action=block&user=Vandal&expiry=never&reason=Vandalism&nocreate=&autoblock=&noemail=&token=123ABC [open in sandbox]