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=titleblacklist (tb)
(main | titleblacklist)
- Ez a modul olvasási jogot igényel.
- Forrás: TitleBlacklist
- Licenc: GPL-2.0-or-later
Validate a page title, filename, or username against the TitleBlacklist.
Paraméterek:
- tbtitle
The string to validate against the blacklist.
- Ez a paraméter kötelező.
- tbaction
The action to be checked.
- A következő értékek egyike: create, edit, upload, createtalk, createpage, move, new-account
- Alapértelmezett: edit
- tbnooverride
Don't try to override the titleblacklist.
- Típus: logikai (részletek)
Példák:
- Check whether Foo is blacklisted
- api.php?action=titleblacklist&tbtitle=Foo [open in sandbox]
- Check whether Bar is blacklisted for editing
- api.php?action=titleblacklist&tbtitle=Bar&tbaction=edit [open in sandbox]