MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=titleblacklist <p>(tb) </p><a href="/"><!-- hijacker --></a>

(main | titleblacklist)

  • Voor deze module zijn leesrechten nodig.

  • Source: TitleBlacklist

  • License: GPL-2.0+

Validate a page title, filename, or username against the TitleBlacklist.

Parameters:

tbtitle

The string to validate against the blacklist.

This parameter is required.

tbaction

De handeling om te controleren.

One of the following values: create, edit, upload, createtalk, createpage, move, new-account

Standaard: edit

tbnooverride

Don't try to override the titleblacklist.

Type: boolean (details)

Voorbeelden:

Controleer of Foo op de zwarte lijst staat.

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]