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

提供: 萌えっ娘百科事典
移動先: 案内検索
(ページの作成:「//<source lang="javascript"> if (typeof (window.HotCat) !== 'undefined' && mw.config.get('wgUserLanguage') === 'ja') { HotCat.messages.cat_removed = 'Category:$...」)
(相違点なし)

2017年12月28日 (木) 16:46時点における版

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

 HotCat.messages.cat_removed      = 'を除去';
 HotCat.messages.template_removed = '{{}}を除去';
 HotCat.messages.cat_added        = 'を追加';
 HotCat.messages.cat_keychange    = 'にソートキーを追加: ';
 HotCat.messages.cat_resolved     = ' (リダイレクトを解消)';
 HotCat.messages.uncat_removed    = 'テンプレート:Uncategorized除去';
 HotCat.messages.prefix           = "";
 HotCat.messages.using            = ' (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

}

//</source>