MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=block
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: MediaWiki
- Licenza: GPL-2.0+
Blocca un utente.
- user
Nome utente, indirizzo IP o range di IP da bloccare.
- Questo parametro è obbligatorio.
- expiry
Expiry time. May be relative (e.g. 5 months or 2 weeks) or absolute (e.g. 2014-09-18T12:34:56Z). If set to infinite, indefinite, or never, the block will never expire.
- Predefinito: never
- reason
Motivo del blocco.
- Predefinito: (vuoto)
- anononly
Block anonymous users only (i.e. disable anonymous edits for this IP address).
- Type: boolean (details)
- nocreate
Evitare la creazione di account.
- Type: boolean (details)
- autoblock
Automatically block the last used IP address, and any subsequent IP addresses they try to login from.
- Type: boolean (details)
- noemail
Prevent user from sending email through the wiki. (Requires the
blockemail
right).- Type: boolean (details)
- hidename
Nascondi il nome utente dal registro dei blocchi (Richiede i permessi di
hideuser
).- Type: boolean (details)
- allowusertalk
Allow the user to edit their own talk page (depends on $wgBlockAllowsUTEdit).
- Type: boolean (details)
- reblock
Se l'utente è già bloccato, sovrascrivere il blocco esistente.
- Type: boolean (details)
- watchuser
Segui la pagina utente e le pagine di discussione utente dell'utente o dell'indirizzo IP.
- Type: boolean (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- Questo parametro è obbligatorio.
- Blocca l'indirizzo IP 192.0.2.5 per tre giorni con motivazione Primo avvertimento.
- api.php?action=block&user=192.0.2.5&expiry=3%20days&reason=First%20strike&token=123ABC
- Blocca l'utente Vandalo a tempo indeterminato con motivazione Vandalismo, e impediscigli la creazione di nuovi account e l'invio di e-mail.
- api.php?action=block&user=Vandal&expiry=never&reason=Vandalism&nocreate=&autoblock=&noemail=&token=123ABC