MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

action=titleblacklist (tb)

(main | titleblacklist)
  • Dieses Modul erfordert Leserechte.

Validate an article title, filename, or username against the TitleBlacklist.

Parameter:
tbtitle

The string to validate against the blacklist.

Dieser Parameter ist erforderlich.
tbaction

The action to be checked.

Ein Wert: create, edit, upload, createtalk, createpage, move, new-account
Standard: edit
tbnooverride

Don't try to override the titleblacklist.

Beispiele:
Check whether Foo is blacklisted
api.php?action=titleblacklist&tbtitle=Foo
Check whether Bar is blacklisted for editing
api.php?action=titleblacklist&tbtitle=Bar&tbaction=edit