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)
- This module requires read rights.
- Source: TitleBlacklist
- License: GPL-2.0-or-later
Validate a page title, filename, or username against the TitleBlacklist.
Specific parameters:
Other general parameters are available.
- tbtitle
കരിമ്പട്ടികയിൽ പരിശോധിക്കേണ്ട പദം.
- This parameter is required.
- tbaction
പരിശോധിക്കേണ്ട പ്രവൃത്തി.
- One of the following values: create, createpage, createtalk, edit, move, new-account, upload
- Default: edit
- tbnooverride
Don't try to override the titleblacklist.
- Type: boolean (details)
Examples:
- Foo കരിമ്പട്ടികയിൽ ഉൾപ്പെട്ടിട്ടുണ്ടോയെന്ന് പരിശോധിക്കുക
- api.php?action=titleblacklist&tbtitle=Foo [open in sandbox]
- Bar തിരുത്തുന്ന കരിമ്പട്ടികയിൽ ഉണ്ടോയെന്ന് പരിശോധിക്കുക
- api.php?action=titleblacklist&tbtitle=Bar&tbaction=edit [open in sandbox]