MediaWiki:Gadget-HotCat.js/local defaults: Unterschied zwischen den Versionen
K (Preparing for update of hotcat) |
K (2 Versionen von mediawikiwiki:MediaWiki:Gadget-HotCat.js/local_defaults importiert) |
||
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
// <source lang="javascript"> | // <source lang="javascript"> | ||
if (typeof (HotCat) != 'undefined') { | 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 = ' using [[w:Wikipedia:HotCat|HotCat]]'; | |||
} | } | ||
// </source> | // </source> |
Aktuelle Version vom 23. Februar 2023, 02:33 Uhr
//
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 = ' using [[w:Wikipedia:HotCat|HotCat]]';
}
//