“MediaWiki:Gadget-search-fix.js”与“File:123凯布利.jpg”:页面之间的差异

H萌娘,万物皆可H的百科全书!
(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
(Maintenance script上传File:123凯布利.jpg
标签服务器端上传
 
第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);

2022年11月20日 (日) 09:13的版本