MediaWiki:Gadget-HotCat.js/local defaults

来自Minecraft Wiki
跳转到导航 跳转到搜索
其他语言中

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
  • Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → 选项),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
//<syntaxhighlight lang="javascript">

if (typeof (HotCat) != 'undefined') {
  HotCat.messages.cat_removed = '已移除[[Category:$1]]';
  HotCat.messages.template_removed = '已移除{{[[Category:$1]]}}';
  HotCat.messages.cat_added = '已添加[[Category:$1]]';
  HotCat.messages.cat_keychange = '已设置[[Category:$1]]的新排序字:';
  HotCat.messages.cat_notFound = '分类“$1”没有找到';
  HotCat.messages.cat_exists = '分类“$1”已经存在,没有添加。';
  HotCat.messages.cat_resolved = '(重定向[[Category:$1]]已处理)';
  HotCat.messages.uncat_removed = '已移除{{uncategorized}}';
  HotCat.messages.prefix = '使用[[wzh:WP:HOTCAT|HotCat]]';
  HotCat.messages.using = '';
  HotCat.messages.multi_change = '$1个分类';
  
  HotCat.disambig_category = null;
  HotCat.redir_category = '已重定向的分类';

  HotCat.changeTag = 'edit-using-HotCat';
}

//</syntaxhighlight>