미디어위키:Gadget-HotCat.js

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

window.hotcat_translations_from_commons = true;

/*
 This imports the latest version of HotCat from Commons.
 HotCat is a gadget to make changes to categories much easier.
 Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat
*/

$(function () {

/*
 "백:사랑방", "백:사랑방 (기술)" 문서:
 HotCat으로 "메시지 전달을 받지 않는 사용자" 분류의 삭제 시도가 많아서 추가함.
 HotCat을 사용 시 사랑방 원본의 "지금 보고 계신 사랑방 문서를 직접 수정하지 말아주세요." 글자를
 보지 못해서 수많은 사용자가 삭제를 시도하는 일이 발생하고 있음.
*/
if ( mw.config.get("wgNamespaceNumber") === 4 && /^(사랑방|사랑방 \(기술\))$/.test( mw.config.get("wgTitle") ) ) {
	return;
}

if ( mw.config.get("wgNamespaceNumber") !== 118 ) {
	mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
}

}());