미디어위키 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 [연습장에서 열기]
- Check whether Bar is blacklisted for editing
- api.php?action=titleblacklist&tbtitle=Bar&tbaction=edit [연습장에서 열기]