미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=titleblacklist (tb)

(main | titleblacklist)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: TitleBlacklist
  • 라이선스: GPL-2.0+

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

변수:
tbtitle

The string to validate against the blacklist.

이 변수는 필수 입력 사항입니다.
tbaction

The action to be checked.

하나의 값: create, edit, upload, createtalk, createpage, move, new-account
기본값: edit
tbnooverride

Don't try to override the titleblacklist.

예시:
Foo 문서가 블랙리스트에 올라가 있는지 검사하기
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]