跳转到内容

MediaWiki:Gadget-HotCat.js/local defaults:修订间差异

勤求古训,博采众方
创建页面,内容为“if ( typeof( HotCat ) != 'undefined' ) { HotCat.uncat_regexp = null; HotCat.single_minor = true; HotCat.use_up_down = false; HotCat.upload_disabled = false; HotCat.redir_category = null; HotCat.disambig_category = null; HotCat.messages.using = ' 使用HotCat'; } //”
 
无编辑摘要
第1行: 第1行:
// <source lang="javascript">
if ( typeof( HotCat ) != 'undefined' ) {
if ( typeof( HotCat ) != 'undefined' ) {
HotCat.uncat_regexp            = null;
HotCat.uncat_regexp            = null;
第6行: 第7行:
HotCat.redir_category          = null;
HotCat.redir_category          = null;
HotCat.disambig_category        = null;
HotCat.disambig_category        = null;
HotCat.messages.using          = ' 使用HotCat';
HotCat.messages.using          = ' 使用 HotCat';
}
}
//
// </source>

2022年12月4日 (日) 11:07的版本

//

if ( typeof( HotCat ) != 'undefined' ) {
	HotCat.uncat_regexp             = null;
	HotCat.single_minor             = true;
	HotCat.use_up_down              = false;
	HotCat.upload_disabled 	        = false;
	HotCat.redir_category           = null;
	HotCat.disambig_category        = null;
	HotCat.messages.using           = ' 使用 HotCat';
}
//