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=titleblacklist (tb)
(main | titleblacklist)
- Questo modulo richiede i diritti di lettura.
- Fonte: TitleBlacklist
- Licenza: GPL-2.0-or-later
Validate a page title, filename, or username against the TitleBlacklist.
Parametri:
- tbtitle
The string to validate against the blacklist.
- This parameter is required.
- tbaction
The action to be checked.
- Uno dei seguenti valori: create, createpage, createtalk, edit, move, new-account, upload
- Default: edit
- tbnooverride
Don't try to override the titleblacklist.
- Tipo: booleano (dettagli)
Esempi:
- Check whether Foo is blacklisted
- api.php?action=titleblacklist&tbtitle=Foo [apri in una sandbox]
- Check whether Bar is blacklisted for editing
- api.php?action=titleblacklist&tbtitle=Bar&tbaction=edit [apri in una sandbox]