打开主菜单

Ballance Wiki β

更改

MediaWiki:Common.js

添加2,338字节2018年7月24日 (二) 19:57
撤销Yyc12345讨论)的版本419
*/
mw.log.deprecate( window, 'JSConfig', {} );
mw.loader.using(['mediawiki.util', 'ext.gadget.site-lib'], function () {
(function ($, mw) {
/* 當需要時載入對應的 scripts */ var importScriptRL=function(page){ mw.loader.load(mw.config.get('wgScript')+'?title='+mw.util.wikiUrlencode(page)+'&action=raw&ctype=text/javascript&_='+Math.floor((new Date())/1000/60/60/24/7)); }; if (mw.config.get('wgAction') == "edit" || mw.config.get('wgAction') == "submit" || mw.config.get('wgCanonicalSpecialPageName') == 'Search') { // scripts specific to editing pages importScriptRL('MediaWiki:Common.js\/edit.js'); }
if (mw.config.get('wgAction') == "edit" || mw.config.get('wgAction') == "submit" || mw.config.get('wgCanonicalSpecialPageName') == 'Search') { // scripts specific to editing pages importScriptRL('MediaWiki:Common.js\/edit.js'); }  // wiki URL window.wgProjectURL = { en: '//en.wikipedia.org', de: '//de.wikipedia.org', fr: '//fr.wikipedia.org', pl: '//pl.wikipedia.org', ja: '//ja.wikipedia.org', it: '//it.wikipedia.org', nl: '//nl.wikipedia.org', pt: '//pt.wikipedia.org', es: '//es.wikipedia.org', sv: '//sv.wikipedia.org', // 僅列前十名其它語言百科 m: '//meta.wikimedia.org', b: '//zh.wikibooks.org', q: '//zh.wikiquote.org', n: '//zh.wikinews.org', wikt: '//zh.wiktionary.org', mw: '//www.mediawiki.org', commons: '//commons.wikimedia.org' };  /** * Helper script for .hlist class in Common.css * Add pseudo-selector class to last-child list items in IE8 * @source mediawiki.org/wiki/Snippets/Horizontal_lists * @revision 6 (2014-08-23) * @author [[User:Edokter]] */ var profile = $.client.profile(); if (profile.name === 'msie' && profile.versionNumber === 8) { mw.hook('wikipage.content').add(function ($content) { $content.find('.hlist').find('dd:last-child, dt:last-child, li:last-child') .addClass('hlist-last-child'); }); }  /* Fixes for Windows XP font rendering */ if (navigator.appVersion.search(/windows nt 5/i) != -1) { mw.util.addCSS('.IPA {font-family: "Lucida Sans Unicode", "Arial Unicode MS";} ' + '.Unicode {font-family: "Arial Unicode MS", "Lucida Sans Unicode";}'); }   // 修正摺疊後定位變化 $(function () { if (location.hash) { location.href = location.hash; } });  /* 避免在主條目的註腳中出現捲軸框 */ if (!mw.config.get("wgCanonicalNamespace")) $(function () {  $("div#mw-content-text ol.references") .each(function () { var needobjs = [], $curobj = $(this);
/** do { * Helper script for .hlist class in Common.css * Add pseudo-selector class to last-child list items in IE8 * @source mediawiki $curobj = $curobj.org/wiki/Snippets/Horizontal_lists * @revision 6 parent(2014-08-23); * @author [[User:Edokter]] */ var profile = if (!$.client.profile(curobj)break; if ( profile$curobj.name === 'msie' && profile.versionNumber =attr("id") == 8 ) { "mw.hook( 'wikipage.-content' ).add( function ( $content ) { -text" || $contentcurobj.findprop( '.hlist' "tagName").findtoLowerCase( 'dd:last-child, dt:last-child, li:last-child' ) .addClass( 'hlist-last-child' == "body")break; } ); }
/* Fixes for Windows XP font rendering */ if (navigator $curobj.appVersioncss("overflow").searchmatch(/windows nt 5(?:auto|scroll)/i) != || $curobj.css("overflow-1x").match(/(?:auto|scroll)/i) { mw || $curobj.util.addCSScss('.IPA {font"overflow-family: y"Lucida Sans Unicode", "Arial Unicode MS";} ' + ').Unicode {font-familymatch(/(?: "Arial Unicode MS", "Lucida Sans Unicode";}'auto|scroll)/i); ) { } else continue;
// 修正摺疊後定位變化 if ($curobj.attr(function "class").split(" ") { if .indexOf(location.hash"noprint") { location.href >= location.hash; } }0)return;
/* 避免在主條目的註腳中出現捲軸框 */ if (!mw.config.get("wgCanonicalNamespace")) $(function () { $("div#mw-content-text ol.references") .each(function(){ var needobjs=[], $curobj=$(this); do{ $curobj=$curobj.parent(); if( !$curobj ) break; if( $curobj.attr("id")=="mw-content-text" || $curobj.prop("tagName").toLowerCase()=="body") break; if( $curobj.css("overflow").match(/(?:auto|scroll)/i) || $curobj.css("overflow-x").match(/(?:auto|scroll)/i) || $curobj.css("overflow-y").match(/(?:auto|scroll)/i) ){}else continue; if( $curobj.attr("class").split(" ").indexOf("noprint")>=0 ) return; needobjs.push($curobj.get(0)); }while(true); $(needobjs) .css("overflow","visible") .css("overflow-x","visible") .css("overflow-y","visible") .css("height","") .css("max-height","") .css("border","") ; }); });
} while (true);
$(needobjs) .css("overflow", "visible") .css("overflow-x", "visible") .css("overflow-y", "visible") .css("height", "") .css("max-height", "") .css("border", "") ; }); });   /** metaBox * * Funcionament de la Plantilla:Metacaixa * Implementat per: Usuari:Peleguer. * Actualitzat per Joanjoc seguint les indicacions d'en Martorell */ function MetaCaixaInit() { // S'executa al carregar-se la pàgina, si hi ha metacaixes, // s'assignen els esdeveniments als botons //alert("MetaCaixaInit"); var i = 0; // Inicialitzem comptador de caixes for (i = 0; i <= 9; i++) { var vMc = document.getElementById("mc" + i); if (!vMc) break; //alert("MetaCaixaInit, trobada Metacaixa mc"+i); var j = 1; // Inicialitzem comptador de botons dins de la caixa var vPsIni = 0; // Pestanya visible inicial for (j = 1; j <= 9; j++) { var vBt = document.getElementById("mc" + i + "bt" + j); if (!vBt) break; //alert("MetaCaixaInit, trobat botó mc"+i+"bt"+j); vBt.onclick = MetaCaixaMostraPestanya; // A cada botó assignem l'esdeveniment onclick //alert (vBt.className); if (vBt.className == "mcBotoSel") vPsIni = j; // Si tenim un botó seleccionat, en guardem l'index } //alert ("mc="+i+", ps="+j+", psini="+vPsIni ); if (vPsIni === 0) { // Si no tenim cap botó seleccionat, n'agafem un aleatòriament vPsIni = 1 + Math.floor((j - 1) * Math.random()); //alert ("Activant Pestanya a l'atzar; _mc"+i+"bt"+vPsIni +"_"); document.getElementById("mc" + i + "ps" + vPsIni).style.display = "block"; document.getElementById("mc" + i + "ps" + vPsIni).style.visibility = "visible"; document.getElementById("mc" + i + "bt" + vPsIni).className = "mcBotoSel"; } }
}
  function MetaCaixaMostraPestanya() { // S'executa al clicar una pestanya, //alert ("mc="+aquella es fa visible i+", psles altres s'oculten var vMcNom ="+j+"this.id.substr(0, psini="+vPsIni 3); if (vPsIni === 0) { // Si no tenim cap A partir del nom del botó seleccionat, n'agafem un aleatòriamentdeduïm el nom de la caixa vPsIni var vIndex = 1 + Maththis.id.floorsubstr((j - 5, 1) * Math.random()); //alert ("Activant Pestanya a I l'atzarindex var i = 1; for (i = 1; i <= 9; _mc"+i+"bt"+vPsIni ) { // busquem totes les pestanyes d'aquella caixa //alert(vMcNom+"_ps"+i); var vPsElem = document.getElementById("mc" + i vMcNom + "ps" + vPsInii); if (!vPsElem)break; if (vIndex == i) { // Si és la pestanya bona la mostrem i canviem la classe de botó vPsElem.style.display = "block"; vPsElem.style.visibility = "visible"; document.getElementById(vMcNom + "mcbt" + i + ).className = "mcBotoSel"; } else { // Sinó, l'ocultem i canviem la classe de botó vPsElem.style.display = "psnone" + vPsIni); vPsElem.style.visibility = "visiblehidden"; document.getElementById("mc" + i vMcNom + "bt" + vPsInii).className = "mcBotoSelmcBoto"; } } return false; // evitem la recàrrega de la pàgina } $(MetaCaixaInit);  /* 智能讨论页编辑(新建) */ $(function () { var catalk = $('#ca-talk'); if (catalk.hasClass('new') && mw.config.get('wgNamespaceNumber') != 2) { var a = $('a:first', catalk); a.attr('href', a.attr('href') + '&section=new'); } });  /** * Magic editintros **************************************************** * * Description: Adds editintros on disambiguation pages, BLP pages, policy pages and guidlines. * Maintainers: [[User:RockMFR]] */ function addEditIntro(name) { $('.mw-editsection, #ca-edit').find('a').each(function (i, el) { el.href = $(this).attr('href') + '&editintro=' + name; });
}
}
}
if (mw.config.get('wgNamespaceNumber') === 0) { $(function MetaCaixaMostraPestanya() { // S if (document.getElementById('executa al clicar una pestanya,disambigbox')) { // aquella es fa visible i les altres s addEditIntro('ocultenTemplate:Disambig_editintro'); } });  $(function () { var vMcNom cats = thismw.idconfig.substrget(0, 3'wgCategories'); if (!cats){ return; // A partir del nom del botó, deduïm el nom de la caixa var vIndex = this } if ($.id.substrinArray(5'在世人物', cats) !== -1) { addEditIntro('Template:BLP_editintro'); // I l'index var i = 1 } }); for } else if (mw.config.get(i 'wgNamespaceNumber') == 1; i <= 9; i++4) { // busquem totes les pestanyes d'aquella caixa //alert $(function (vMcNom+"ps"+i);{ var vPsElem cats = documentmw.config.getElementByIdget(vMcNom + "ps" + i'wgCategories'); if (!vPsElemcats) break{ return; } if (vIndex $.inArray('维基百科方针', cats) !== i) { // Si és la pestanya bona la mostrem i canviem la classe de botó-1 || vPsElem $.style.display inArray('维基百科指引', cats) != "block"; vPsElem.style.visibility = "visible";-1 || document $.getElementByIdinArray(vMcNom + "bt" + i'维基百科方针与指引', cats).className !== "mcBotoSel";-1) { } else { // Sinó, l addEditIntro('Template:Policy editintro'ocultem i canviem la classe de botó vPsElem.style.display = "none"); vPsElem.style.visibility = "hidden"; } document.getElementById(vMcNom + "bt" + i }).className = "mcBoto";
}
}
return false; // evitem la recàrrega de la pàgina
}
$(MetaCaixaInit);
/* 智能讨论页编辑(新建) 引用錯誤標籤名字解碼 */ $(function () { var catalk = $('#ca-talk.anchordecodeme'); if (catalk.hasClasseach('new') && mw.config.getfunction ('wgNamespaceNumber') != 2) { var a = $(this).text(decodeURIComponent($('a:first', catalkthis).text(); a.attrreplace('href', a/\.attr([0-9A-F]{2})/g, 'href%$1') + '&section=new')); }); });
/**&withCSS= and &withJS= URL parameters * Magic editintros *********************************************** *Allow to try custom scripts from MediaWiki space *without editing personal .css or .js files */ /** * * Description: Adds editintros on disambiguation pages, BLP pages, policy pages and guidlines@source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL * Maintainers: [[User:RockMFR]]@rev 6 */function addEditIntro( name ) { $( ' var extraCSS = mw.mw-editsection, #ca-edit' )util.findgetParamValue( 'awithCSS' ).each( function ( i, el ) { el extraJS = mw.href = $( this )util.attrgetParamValue( 'href' ) + '&editintro=withJS' + name; } );}
if ( mwextraCSS) { if (extraCSS.configmatch(/^MediaWiki:[^&<>=%#]*\.get( 'wgNamespaceNumber' css$/) === 0 ) { $( function importStylesheet(extraCSS) ; } else { if ( document mw.getElementByIdnotify( 'disambigbox只允许从MediaWiki名字空间加载。' ) ) , { addEditIntro( title: 'Template:Disambig_editintro无效的withCSS值' }); }
}
} );
if (extraJS) { if (extraJS.match(/^MediaWiki:[^&<>=%#]*\.js$/)) { importScript( function (extraJS) ; } else { var cats = mw.config.getnotify('wgCategories只允许从MediaWiki名字空间加载。', { title: '无效的withJS值' }); if ( !cats ) { return;}
}
   /* 页面历史加&hilight=高亮 */ { var hilight = mw.util.getParamValue('hilight'); if ( mw.config.get('wgAction') === 'history' && hilight) { $.inArrayeach(hilight.split( '在世人物,'), function (_, cats v) !{ $('input[name=oldid][value= -1 ' + v + ']').parent() { addEditIntro.addClass( 'Template:BLP_editintronot-patrolled' ); }); }
}
} );
} else if ( mw.config.get( 'wgNamespaceNumber' ) === 4 ) {
$( function () {
var cats = mw.config.get('wgCategories');
if ( !cats ) {
return;
}
if ( $.inArray( '维基百科方针', cats ) !== -1 ||
$.inArray( '维基百科指引', cats ) !== -1 ||
$.inArray( '维基百科方针与指引', cats ) !== -1) {
addEditIntro( 'Template:Policy editintro' );
}
} );
}
/* 引用錯誤標籤名字解碼 Main page hacks */ $ if (function mw.config.get('wgIsMainPage') { $&& mw.config.get('.anchordecodemewgAction') == 'view').each{ /* 维基百科语言列表 */ $(function () { $(this) mw.text(decodeURIComponent($(this)util.textaddPortletLink() 'p-lang', mw.replace(/\util.getUrl([0-9A-F]{2}'Wikipedia:维基百科语言列表')/g, wgULS('维基百科语言列表', '%$1維基百科語言列表'), 'interwiki-completelist', wgULS('维基百科的完整各语言列表', '維基百科的完整各語言列表') ); }); } /* Remove red links */ $('#mw-content-text a.new').contents().unwrap(); }
/** &withCSS= and &withJS= URL parameters
* Allow to try custom scripts from MediaWiki space
* without editing personal .css or .js files
*/
/**
* @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL
* @rev 6
*/
var extraCSS = mw.util.getParamValue( 'withCSS' ),
extraJS = mw.util.getParamValue( 'withJS' );
if //change icon ======================================================= //change head  var cache1 = document.head.getElementsByTagName("link"); for ( extraCSS testCache in cache1) { if ( extraCSStestCache.rel == "shortcut icon") { testCache.match( src = "https://^MediaWiki:[^&<>=%#]*\github.css$com/BearKidsTeam/ballance-wiki/blob/master/assets/ ) ) {favicon.ico"; importStylesheet( extraCSS ) break; } else { mw.notify( '只允许从MediaWiki名字空间加载。', { title: '无效的withCSS值' } ); }} //change left icon
if ( extraJS ) { if ( extraJS.match( /^MediaWiki:[^&<> cache1 =%#]*\document.js$/ ) ) { importScriptgetElementById( extraJS "mw-wiki-logo"); } else { mwcache1.notifystyle = "background-image: url( '只允许从MediaWiki名字空间加载。', { titlehttps: '无效的withJS值' } //github.com/BearKidsTeam/ballance-wiki/blob/master/assets/favicon.png); }}";
/* 页面历史加&hilight=高亮 */
{
var hilight = mw.util.getParamValue('hilight');
if (mw.config.get('wgAction') === 'history' && hilight) {
$.each(hilight.split(','), function (_, v) {
$('input[name=oldid][value=' + v + ']').parent().addClass('not-patrolled');
});
}
}
/* Main page hacks */ if ( mw.config.get( 'wgIsMainPage' ) && mw.config.get( 'wgAction' ) == 'view' ) { /* 维基百科语言列表 */ $( function () { mw.util.addPortletLink( 'p-lang', mw.util.getUrl( 'Wikipedia:维基百科语言列表' ), wgULS( '维基百科语言列表', '維基百科語言列表' ), 'interwiki-completelist', wgULS( '维基百科的完整各语言列表', '維基百科的完整各語言列表' ) ); } ); /* Remove red links */ $( '#mw-content-text a.new' ).contents().unwrap(); } })(jQuery, mediaWiki);
});
1,132
个编辑