“MediaWiki:Gadget-search-fix.js”与“MediaWiki:Uploadavatar-nofile”:页面之间的差异

H萌娘,万物皆可H的百科全书!
(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
imported>=海豚=
([InPageEdit] 没有编辑摘要)
 
第1行: 第1行:
(function($, mw) {
本站上传头像功能已停用
   // don't be too aggresive. just fix some obvious typos
   var searchTerm = mw.util.getParamValue('search');
   if (searchTerm !== null && mw.util.getParamValue('fulltext') === null) {
     // namespace names
     var colonIdx = searchTerm.indexOf(':');
     if (colonIdx != -1) {
       var ns = searchTerm.substring(0, colonIdx);
       var page = searchTerm.substring(colonIdx + 1);
     }
   }
})(jQuery, mediaWiki);

2020年4月8日 (三) 15:13的版本

本站上传头像功能已停用