MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=titleblacklist (tb)

(main | titleblacklist)
  • This module requires read rights.
  • Source: TitleBlacklist
  • License: GPL-2.0-or-later

تحقق من صحة عنوان الصفحة، أو اسم الملف، أو اسم المستخدم ضد قائمة العناوين السوداء.

Parameters:
tbtitle

سلسة الحروف للتحقق منها ضد القائمة السوداء.

This parameter is required.
tbaction

الفعل للتحقق منه.

One of the following values: create، edit، upload، createtalk، createpage، move، new-account
Default: edit
tbnooverride

لا تحاول تجاوز قائمة العناوين السوداء.

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]