「MediaWiki:Gadget-HotCat.js/local defaults」の版間の差分

提供: 萌えっ娘百科事典
移動先: 案内検索
(AnnAngela がページ MediaWiki:Gadget-HotCat.js/local defaults のコンテンツ・モデルを "ウィキテキスト" から "JavaScript" に変更しました)
(タグ: コンテンツ・モデルの変更)
 
1行目: 1行目:
//<source lang="javascript">
+
//<pre>
 
if (typeof (window.HotCat) !== 'undefined' && mw.config.get('wgUserLanguage') === 'ja') {
 
if (typeof (window.HotCat) !== 'undefined' && mw.config.get('wgUserLanguage') === 'ja') {
  
20行目: 20行目:
 
}
 
}
  
//</source>
+
//</pre>

2017年12月31日 (日) 14:03時点における最新版

//<pre>
if (typeof (window.HotCat) !== 'undefined' && mw.config.get('wgUserLanguage') === 'ja') {

  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_resolved     = ' (リダイレクト[[Category:$1]]を解消)';
  HotCat.messages.uncat_removed    = '{{uncategorized}}除去';
  HotCat.messages.prefix           = "";
  HotCat.messages.using            = ' ([[WP:HotCat|HotCat]]使用)';
  HotCat.messages.multi_change     = '$1カテゴリ';

  HotCat.category_regexp  = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|カテゴリ';
  HotCat.category_canonical = 'Category';

  HotCat.template_regexp    = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|テンプレート';   
   
  HotCat.list_size = 10;//list size. Default:5
}

//</pre>