mw.loader.implement("ext.articleFeedbackv5.startup",function(){jQuery(function($){var removeOld,load,statusChangeSuccess,statusCallback,enable=$.aftUtils.verify('article');removeOld=function(){var remove,interval,initTime=new Date();remove=function(){var $aft=$('#mw-articlefeedback'),timeDiff=((new Date()).getTime()-initTime.getTime())/1000;if($aft.length>0){$aft.remove();clearInterval(interval);}else if(timeDiff>5){clearInterval(interval);}};interval=setInterval(remove,100);};load=function(){removeOld();mw.loader.load('ext.articleFeedbackv5');if(navigator.appVersion.indexOf('MSIE 7')!==-1){mw.loader.load('ext.articleFeedbackv5.ie');}};statusChangeSuccess=function(){var display,interval;display=function(){var $form=$('#mw-articlefeedbackv5'),link;if($form.length===0){return;}$.articleFeedbackv5.highlightForm();link=mw.config.get('wgArticleFeedbackv5SpecialUrl')+'/'+mw.config.get('wgPageName');$('

').msg('articlefeedbackv5-enabled-form-message',link). appendTo($form);clearTimeout(interval);};interval=setInterval(display,100);};statusCallback=function(data,error){if(data!==false){$link.remove();if(!enable){load();}statusChangeSuccess();}else if(error){alert(error);}};if(enable){load();}var article=$.aftUtils.article();if(!$.aftUtils.whitelist(article)&&!$.aftUtils.blacklist(article)&&$.aftUtils.canSetStatus(true)){var userPermissions=mw.config.get('wgArticleFeedbackv5Permissions');var $link=$('
  • ');$link.find('a').text(mw.msg('articlefeedbackv5-toolbox-enable'));if('aft-administrator'in userPermissions&&userPermissions['aft-administrator']){var link=mw.config.get('wgScript')+'?title='+encodeURIComponent(mw.config.get('wgPageName'))+'&'+$.param({action:'protect'});$link.find('a').attr('href',link);}else{$link.find('a').on('click',function(e){e.preventDefault();$.aftUtils.setStatus(article.id,1,statusCallback);});}$('#p-tb').find('ul').append($link);}});;},{},{ "articlefeedbackv5-toolbox-enable":"Enable feedback","articlefeedbackv5-enabled-form-message":"Feedback has just been enabled. Reader posts will be visible [$1 at the feedback page]."});mw.loader.implement("ext.collection.bookcreator",function(){(function($){$(function(){var script_url=mw.util.wikiScript();function save_collection(collection){$.jStorage.set('collection',collection);}window.wfCollectionSave=save_collection;function refreshBookCreatorBox(hint,oldid){$.getJSON(script_url,{'action':'ajax','rs':'wfAjaxCollectionGetBookCreatorBoxContent','rsargs[]':[hint,oldid,mw.config.get('wgPageName')]},function(result){$('#coll-book_creator_box').html(result.html);});}function collectionCall(func,args){var hint=args.shift();$.post(script_url,{'action':'ajax','rs':'wfAjaxCollection'+func,'rsargs[]':args},function(result){var oldid=null;if(args.length==3){oldid=args[2];}refreshBookCreatorBox(hint,oldid);save_collection(result.collection);},'json');}window.collectionCall=collectionCall;var mouse_pos={};var popup_div=null;var addremove_link=null;var visible=false;var show_soon_timeout=null;var get_data_xhr=null;var current_link=null;var title=null;function createDiv(){addremove_link=$('');popup_div=$('
    ');popup_div.append(addremove_link);$('body').append(popup_div);popup_div.hide();}function addremove_article(action,title){$.post(script_url,{'action':'ajax','rs':'wfAjaxCollection'+action.charAt(0).toUpperCase()+action.slice(1)+'Article','rsargs[]':[0,title,'']},function(result){hide();refreshBookCreatorBox(null,null);save_collection(result.collection);},'json');}function show(link){if(visible){return;}current_link=link;title=link.attr('title');if(!title){return;}link.attr('title','');show_soon_timeout=setTimeout(function(){get_data_xhr=$.post(script_url,{'action':'ajax','rs':'wfAjaxCollectionGetPopupData','rsargs[]':[title]},function(result){visible=true;var img=$('').attr({src:result.img,alt:''}); addremove_link.text('\u00a0'+result.text).prepend(img).unbind('click').click(function(e){addremove_article(result.action,result.title);});popup_div.css({left:mouse_pos.x+2+'px',top:mouse_pos.y+2+'px'}).show();},'json');},300);}function cancel(){if(current_link&&title){current_link.attr('title',title);}if(show_soon_timeout){clearTimeout(show_soon_timeout);show_soon_timeout=null;}if(get_data_xhr){get_data_xhr.abort();get_data_xhr=null;}}function hide(){cancel();if(!visible){return;}visible=false;popup_div.hide();}function is_inside(x,y,left,top,width,height){var fuzz=5;return x+fuzz>=left&&x-fuzz<=left+width&&y+fuzz>=top&&y-fuzz<=top+height;}function check_popup_hide(){if(!visible){return;}var pos=popup_div.offset();if(!is_inside(mouse_pos.x,mouse_pos.y,pos.left,pos.top,popup_div.width(),popup_div.height())){hide();}}$(document).mousemove(function(e){mouse_pos.x=e.pageX;mouse_pos.y=e.pageY;});setInterval(check_popup_hide,300);createDiv();var prefix=mw.config.get('wgArticlePath').replace( /\$1/,'');$("#bodyContent "+"a[href^='"+prefix+"']"+":not(a[href~='index.php'])"+"[title!=]"+"[rel!=nofollow]"+":not(.external)"+":not(.internal)"+":not(.sortheader)"+":not([accesskey])"+":not(.nopopup)").each(function(i,link){if(this.onmousedown){return;}var $this=$(this);if(!$this.attr('title')||$this.attr('title').indexOf(':')!=-1){return;}if($this.parents('.nopopups').length){return;}$this.hover(function(){show($this);},cancel);});});})(jQuery);;},{"css":[ "#collectionpopup{position:absolute;padding:4px;border:1px solid #000;background-color:#fea;z-index:9999;display:inline;font-size:10pt} .collection-column{float:left;width:47%}.collection-column-left{margin-right:5%}.collection-column-right-box{margin-bottom:10px;padding:10px;border:1px solid #aaa;background-color:#f9f9f9} #mw-collection-title-form input{direction:ltr}.collection-create-chapter-links{text-align:center;padding:2px;margin-top:20px;margin-bottom:2px;border:1px solid #aaa;background-color:#f9f9f9}.collection-create-chapter-links a{margin:0 1em}.collection-create-chapter-list{padding:10px 20px;border:1px solid rgb(170,170,170)}.collection-create-chapter-list-text{text-align:center;margin-bottom:10px}.collection-create-chapter-list ul{list-style:none;margin-left:0}.collection-create-chapter-list .chapter{margin-top:0.3em}.collection-create-chapter-list .article .title{margin-left:1em}.collection-button{float:left;padding:0 10px;border:1px solid #777;-webkit-border-radius:8px;-moz-border-radius:8px}.collection-button.ok{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAGQAQMAAAAEPUNmAAAABlBMVEU+uC4wjyRfPsEPAAAAcUlEQVR4XuzAAQ0AAADCIPuntscHKwEAAAAAAAAAAAAAAAAAAIC3M8c0AAAwDIDm33RnokkfEEDKhqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoUPZoxFIxTOAJUAAAAASUVORK5CYII=) center no-repeat;background:url(//bits.wikimedia.org/static-1.22wmf8/extensions/Collection/js/../images/green-button-back.png?2013-06-20T16:33:20Z) center no-repeat!ie;margin-right:10px}.collection-button.cancel{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAGQAQMAAAAEPUNmAAAABlBMVEWwHh6PGBirpf9HAAAAcUlEQVR4XuzAAQ0AAADCIPuntscHKwEAAAAAAAAAAAAAAAAAAIC3M8c0AAAwDIDm33RnokkfEEDKhqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoUPZoxFIxTOAJUAAAAASUVORK5CYII=) center no-repeat;background:url(//bits.wikimedia.org/static-1.22wmf8/extensions/Collection/js/../images/red-button-back.png?2013-06-20T16:33:20Z) center no-repeat!ie}.collection-button a{display:block;color:#fff;font-size:1.1em;font-weight:bold;line-height:1.8em}.collection-button a:hover{text-decoration:none} .collection-creatorbox{text-align:left;margin:10px 0;padding:5px 10px;border:1px solid #aaa;background-color:#f9f9ff}.collection-creatorbox-row{margin-left:90px;margin-bottom:0}.collection-creatorbox-book{float:left} .rtl .collection-creatorbox-book{--ms-transform:scaleX(-1);-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}.collection-creatorbox-title{font-weight:bold;font-size:1.2em}.collection-creatorbox-iconlink{margin-left:10px}.collection-creatorbox-row div{float:right}.collection-creatorbox-row img{vertical-align:text-bottom}#collection-suggest-add,#collection-download-button,#collection-save-button,#collection-save-input{float:right}.collection-order-button{clear:right}#coll-orderbox ul{list-style:none}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:7ba740b5076f76d16b1790c4a55ad4d3 */" ]},{});mw.loader.implement("ext.collection.jquery.jstorage",function(){(function($){if(!$||!($.toJSON||Object.toJSON||window.JSON)){throw new Error("jQuery, MooTools or Prototype needs to be loaded before jStorage!");}$.jStorage={version:"0.1.2",_storage:{},_storage_service:{jStorage:"{}"},_storage_elm:null,json_encode:$.toJSON||Object.toJSON||(window.JSON&&JSON.encode),json_decode:$.evalJSON||(window.JSON&&JSON.decode)||function(str){return String(str).evalJSON();},_init:function(){if("localStorage"in window){this._storage_service=window.localStorage;}else if("globalStorage"in window){this._storage_service=window.globalStorage[document.domain]}else{this._storage_elm=document.createElement('link');if("addBehavior"in this._storage_elm){this._storage_elm.style.behavior='url(#default#userData)';document.getElementsByTagName('head')[0].appendChild(this._storage_elm);this._storage_elm.load("jStorage");try{var data=this._storage_elm.getAttribute("jStorage")}catch(E){var data="{}"}if(data&& data.length){this._storage_service.jStorage=data;}}else{this._storage_elm=null;return;}}if("jStorage"in this._storage_service&&this._storage_service.jStorage){try{this._storage=this.json_decode(this._storage_service.jStorage);}catch(E){this._storage_service.jStorage="{}";}}else{this._storage_service.jStorage="{}";}},_save:function(){if(this._storage_service){try{this._storage_service.jStorage=this.json_encode(this._storage);}catch(E){}if(this._storage_elm){try{this._storage_elm.setAttribute("jStorage",this._storage_service.jStorage);this._storage_elm.save("jStorage");}catch(E){}}}},_checkKey:function(key){if(!key||(typeof key!="string"&&typeof key!="number")){throw new TypeError('Key name must be string or numeric');}return true;},set:function(key,value){this._checkKey(key);this._storage[key]=value;this._save();return value;},get:function(key,def){this._checkKey(key);if(key in this._storage){return this._storage[key];}return def?def:null;},deleteKey:function(key){this._checkKey(key);if (key in this._storage){delete this._storage[key];this._save();return true;}return false;},flush:function(){this._storage={};this._save();return true;}};$.jStorage._init();})(typeof jQuery!="undefined"&&jQuery||$);;},{},{});mw.loader.implement("ext.eventLogging",function(){(function(mw,$,console){'use strict';function ValidationError(message){this.message=message;}ValidationError.prototype=new Error();var self=mw.eventLog={schemas:{},warn:console&&$.isFunction(console.warn)?$.proxy(console.warn,console):mw.log,declareSchema:function(schemaName,meta){if(self.schemas.hasOwnProperty(schemaName)){self.warn('Clobbering existing "'+schemaName+'" schema');}self.schemas[schemaName]=$.extend(true,{revision:-1,schema:{properties:{}},defaults:{}},self.schemas[schemaName],meta);return self.schemas[schemaName];},isInstanceOf:function(value,type){if(value===undefined||value===null){return false;}switch(type){case'string':return typeof value==='string';case'timestamp':return value instanceof Date||( typeof value==='number'&&value>=0&&value%1===0);case'boolean':return typeof value==='boolean';case'integer':return typeof value==='number'&&value%1===0;case'number':return typeof value==='number'&&isFinite(value);default:return false;}},isValid:function(event,schemaName){try{self.assertValid(event,schemaName);return true;}catch(e){if(!(e instanceof ValidationError)){throw e;}self.warn(e.message);return false;}},assertValid:function(event,schemaName){var schema=self.schemas[schemaName]||null,props=schema.schema.properties,prop;if($.isEmpty(props)){throw new ValidationError('Unknown schema: '+schemaName);}for(prop in event){if(props[prop]===undefined){throw new ValidationError('Unrecognized property: '+prop);}}$.each(props,function(prop,desc){var val=event[prop];if(val===undefined){if(desc.required){throw new ValidationError('Missing property: '+prop);}return true;}if(!(self.isInstanceOf(val,desc.type))){throw new ValidationError('Wrong type for property: '+prop+' '+val);}if(desc['enum'] &&$.inArray(val,desc['enum'])===-1){throw new ValidationError('Value "'+val+'" for property: '+prop+' not in enum '+$.toJSON(desc['enum']));}});return true;},setDefaults:function(schemaName,schemaDefaults){var schema=self.schemas[schemaName];if(schema===undefined){self.warn('Setting defaults on unknown schema "'+schemaName+'"');schema=self.declareSchema(schemaName);}return $.extend(true,schema.defaults,schemaDefaults);},prepare:function(schemaName,event){var prop,schema=self.schemas[schemaName];if(schema===undefined){self.warn('Got event with unknown schema "'+schemaName+'"');schema=self.declareSchema(schemaName);}event=$.extend(true,{},schema.defaults,event);for(prop in event){if(typeof event[prop]==='function'){event[prop]=event[prop].call(event);}}return{event:event,clientValidated:self.isValid(event,schemaName),revision:schema.revision,schema:schemaName,webHost:window.location.hostname,wiki:mw.config.get('wgDBname')};},dispatch:function(data){var beacon=document.createElement('img' ),baseUri=mw.config.get('wgEventLoggingBaseUri'),dfd=$.Deferred();if(!baseUri){dfd.rejectWith(data,[data]);return dfd.promise();}$(beacon).on('error',function(){dfd.resolveWith(data,[data]);});beacon.src=baseUri+'?'+encodeURIComponent($.toJSON(data))+';';return dfd.promise();},logEvent:function(schemaName,eventInstance){return self.dispatch(self.prepare(schemaName,eventInstance));}};self.setSchema=self.declareSchema;if(!mw.config.get('wgEventLoggingBaseUri')){self.warn('"$wgEventLoggingBaseUri" is not set.');}}(mediaWiki,jQuery,window.console));;},{},{});mw.loader.implement("ext.markAsHelpful",function(){(function($,mw){var mah=mw.markAsHelpful={loadedItems:[],selector:'[class^="markashelpful"]',init:function(){var props,thisItem;$(mah.selector).each(function(i,el){props=mah.getItemProperties($(el));thisItem=props.type+props.item;if($.inArray(thisItem,mah.loadedItems)===-1){mah.loadedItems.push(thisItem);mah.loadItem($(el));}});},getItemProperties:function($item){var tag,props;tag= $item.attr('class');props={item:tag.split('-')[2],type:tag.split('-')[1]};return props;},loadItem:function($item){var props,request;props=mah.getItemProperties($item);request={format:'json',action:'getmarkashelpfulitem',item:props.item,type:props.type,page:mw.config.get('wgPageName')};$.ajax({type:'POST',url:mw.util.wikiScript('api'),cache:false,data:request,success:function(data){var $content;if(data.getmarkashelpfulitem&&data.getmarkashelpfulitem.result==='success'&&data.getmarkashelpfulitem.formatted){$content=$(data.getmarkashelpfulitem.formatted);$item.html($content);}},error:function(){},dataType:'json'});},markItem:function($clicked,action){var $item,props,clientData,request;$item=$clicked.parent().parent();props=mah.getItemProperties($item);clientData=$.client.profile();props.mahaction=action;request=$.extend({action:'markashelpful',format:'json',page:mw.config.get('wgPageName'),useragent:clientData.name+'/'+clientData.versionNumber,system:clientData.platform,token:mw.user. tokens.get('editToken')},props);$.ajax({type:'post',url:mw.util.wikiScript('api'),data:request,success:function(){mah.loadItem($item);},dataType:'json'});}};$(document).ready(function(){$('.markashelpful-mark').live('click',function(){mah.markItem($(this),'mark');});$('.markashelpful-undo').live('click',function(){mah.markItem($(this),'unmark');});mah.init();});}(jQuery,mediaWiki));;},{"css":[ ".mw-mah-wrapper a{cursor:pointer}.mw-mah-wrapper .mah-helpful-state{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAwFBMVEX///+AgICzs7OioqLS0tK9vb3e3t6ioqLe3t6lpaXe3t6ioqLS0tLX19fb29vS0tK4uLjb29u4uLjb29vb29vX19fNzc2urq7Dw8Ourq6urq6pqampqamlpaXNzc3JycmlpaXJycnDw8Ourq7JycnNzc3S0tKzs7O4uLje3t6NjY10dHSioqKurq52dnZ4eHi+vr7MzMyKioqVlZVra2t6enqlpaXb29t9fX3X19eHh4e7u7u9vb3Dw8NwcHCpqamjqutxAAAAJHRSTlMAAISB8/mHydjeGAwVVPYb0l3P81Raihjz8BJUTkiE2z/P+fOmaXKeAAAAlklEQVR4XmXP1Q6DQBCG0S4udXddQ+tu7/9W/QuEkPBdzE7O1WylHCHEMSzPswwHawKt+jWp002hd8+r/aGhcf7kaMe5VgX0GWMnhj57xuaABaX0SLOxAqzfhYYA/VVIBzSlPPsS+Tcp2wBFCBE/hDjEWBTAYBNF0TYIYjyjMYBMvnnT9PSZfUmylyQF4qpmGJqqSwClfm4rG35BO7jwAAAAAElFTkSuQmCC) no-repeat left center;background:transparent url(//bits.wikimedia.org/static-1.22wmf8/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-dull.png?2013-06-20T16:35:00Z) no-repeat left center!ie;padding-left:18px}.mw-mah-wrapper .mah-helpful-state:hover{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABpFBMVEX///+AgIBknYBYmXlknYBhnH5dmntYmXlhnH5Ul3VknYBhnH5hnH5dmntKlG5YmXlKlG5FkmpUl3VknYBknYBFkmpAkGdPlXJAkGc7jmRYmXk7jmQ3jWE3jWFknYA3jWE3jWEzi14zi14zi14wilwwilxPlXIwilwwilwuiVsuiVsuiVsuiVsuiVsuiVsuiVtkvpFmpYUzlGNqsY0xjV9SuoZhwpENIhhmwZNgrYUmVj1asoViooFprotop4diqoZDmG04mGdRuIQ6oGwKEQ1VqX4iUjlPp3pTkHJcpoBruZIPJho/onBdoX9euotgv45joIFdmntXuIZZvYpbwIxknYBovJFTsYFKs31doH4LEw9KnHJEpHNBnG08kWZZqIBqtpBduYo6lGY9nGw/o3EQKh1esogSKR1mqYZBnG5Wm3hIo3UPJRo9kmZqv5M8nGw5k2ZWmndpto9Rt4Qzi142k2NZqYE6nmsvWUQ5nWo1kmMVMCJIonRDl21KnXIuV0IzkmFQnnYykWFdsYdTnnhEpXMOIhggTDVPnnZmqodTnXhpvpMpx75iAAAAL3RSTlMAABLthPZOEmB41fNUXfkb6vmHGNvq29vMivN4G/OH7RJd/E5a88nwThiEzMaBEgXD7vYAAADdSURBVHheZc7DlgNRFIXhvqHRts1CbNu22bZtvXROUsP8o72+0e7rDSE0ODMUj/MYNJhd4DBDhMFAhPgCCoRh3a9eKtW3dGFWB8QTfqOr5PGcuYxpOhtgYM+tziSO/hM2tfuUCzD6cdW4wVUq/Pm9+LcCIHq1awNBhSJY1tp/JAD9T85kJBqLRSNJZ3YYYMS039RY5PJzzf3D4xjA+OHu59d3KuU4yOULkwBT05Vqra5Uen3HJ7NzAGj+4tJ8bbXemu8WFqnrS8uyF5J8k62uIQrQ+sYmhm1t7yCAntoIMi7vn1V0QgAAAABJRU5ErkJggg==) no-repeat left center;background:transparent url(//bits.wikimedia.org/static-1.22wmf8/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-hover.png?2013-06-20T16:35:00Z) no-repeat left center!ie}.mw-mah-wrapper .mah-helpful-marked-state{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEX///+AgICB0KiF0qtAuHtOvYWF0qt4zaFAuHtEun6F0qt9z6V9z6V4zaGB0KhgxJF4zaFgxJFZwYxsyJpyy51ZwYxTv4mB0KhOvYVyy51OvYVIu4FIu4FsyJpEun5Eun5AuHtmxpVTv4lmxpVAuHtsyJpyy51ZwYxTv4l4zaEQJhsrXUNAuHtOvYWF0qsSKR0ZNicVLiFfon9gpIEULyEJEQ0RKx4RJhyB0KhuxJdEun4FCgckUjszXkgmWUAwWUVmxpVgxJFIu4F9z6VRJyO9AAAAJXRSTlMAAPPYgfOH88lIGFpUG1r5FfPbz4TPh1cbhxVaVNvk3g/5hPAMT7vCKAAAAJhJREFUeF5lztUKw0AQhtFuVOru3rVY1V3e/536N4EQyAfDDOdqctkIIY6hhqFqODgjKCmnKKUdQ/6bVPhD0ZRyI9FWSrMC6DLGrgztz4w1AENK6Z2iJ6YOmL5SzQHld6oqoMb52uPIW3HeBLSEEMebEI8ljhmgowdBsHPdA5beA5D+J2kQv26PLlFjm8RAJprl+5a2IIBMPybPHPtdJtGCAAAAAElFTkSuQmCC) no-repeat left center;background:transparent url(//bits.wikimedia.org/static-1.22wmf8/extensions/MarkAsHelpful/modules/ext.markAsHelpful/images/mah-helpful-marked.png?2013-06-20T16:35:00Z) no-repeat left center!ie;padding-left:18px}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:b64a831edc352bf269c674ac3ae0b9da */" ]},{});mw.loader.implement("ext.navigationTiming",function(){(function(mw,$){'use strict';var timing=window.performance?performance.timing:null;function inSample(){var factor=mw.config.get('wgNavigationTimingSamplingFactor');if(!$.isNumeric(factor)||factor<1){return false;}return Math.floor(Math.random()*factor)===0;}function emitTiming(){var navStart=timing.navigationStart||timing.fetchStart,event={userAgent:navigator.userAgent,isHttps:location.protocol==='https:',isAnon:mw.config.get('wgUserId')===null},page={pageId:mw.config.get('wgArticleId'),revId:mw.config.get('wgCurRevisionId'),action:mw.config.get('wgAction')};if($.isPlainObject(window.Geo)&&typeof Geo.country==='string'){event.originCountry=Geo.country;}$.each({dnsLookup:timing.domainLookupEnd-timing.domainLookupStart,connecting:timing.connectEnd-timing.connectStart,sending:timing.fetchStart-navStart,waiting:timing.responseStart-timing.requestStart,receiving:timing.responseEnd-timing.responseStart,rendering:timing.loadEventEnd -timing.responseEnd,loading:timing.loadEventStart-navStart},function(k,v){if($.isNumeric(v)&&v>0){event[k]=v;}});if(timing.redirectStart){event.redirectCount=performance.navigation.redirectCount;event.redirecting=timing.redirectEnd-timing.redirectStart;}if(page.revId){$.extend(event,page);}if(mw.mobileFrontend&&mw.config.exists('wgMFMode')){event.mobileMode=mw.config.get('wgMFMode');}mw.eventLog.logEvent('NavigationTiming',event);}if(timing&&inSample()&&!/Firefox\/[78]/.test(navigator.userAgent)){$(window).load(function(){setTimeout(emitTiming,0);});}}(mediaWiki,jQuery));;},{},{});mw.loader.implement("ext.gadget.DRN-wizard",function(){if(mw.config.get('wgPageName')==='Wikipedia:Dispute_resolution_noticeboard/request'){importScript('MediaWiki:Gadget-DRN-wizard.js');};},{},{});mw.loader.implement("ext.gadget.ReferenceTooltips",function(){},{"css":[ ".referencetooltip{position:absolute;list-style:none;list-style-image:none;opacity:0;font-size:10px;margin:0;z-index:5;padding:0}.referencetooltip li{border:#080086 2px solid;max-width:260px;padding:10px 8px 13px 8px;margin:0px;background-color:#F7F7F7;box-shadow:2px 4px 2px rgba(0,0,0,0.3);-moz-box-shadow:2px 4px 2px rgba(0,0,0,0.3);-webkit-box-shadow:2px 4px 2px rgba(0,0,0,0.3)}.referencetooltip li+li{margin-left:7px;margin-top:-2px;border:0;padding:0;height:3px;width:0px;background-color:transparent;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-top:12px #080086 solid;border-right:7px transparent solid;border-left:7px transparent solid}.referencetooltip\u003Eli+li::after{content:'';border-top:8px #F7F7F7 solid;border-right:5px transparent solid;border-left:5px transparent solid;margin-top:-12px;margin-left:-5px;z-index:1;height:0px;width:0px;display:block}.client-js .referencetooltip li ul li{border:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;height:auto;width:auto;margin:auto;padding:0;position:static}.RTflipped{padding-top:13px}.referencetooltip.RTflipped li+li{position:absolute;top:2px;border-top:0;border-bottom:12px #080086 solid}.referencetooltip.RTflipped li+li::after{border-top:0;border-bottom:8px #F7F7F7 solid;position:absolute;margin-top:7px}.RTsettings{float:right;height:16px;width:16px;cursor:pointer;background-image:url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png);margin-top:-9px;margin-right:-7px;-webkit-transition:opacity 0.15s;-moz-transition:opacity 0.15s;-o-transition:opacity 0.15s;-ms-transition:opacity 0.15s;transition:opacity 0.15s;opacity:0.6;filter:alpha(opacity=60)}.RTsettings:hover{opacity:1;filter:alpha(opacity=100)}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:f043a32bb7f4917227bd98422c2a56ec */" ]},{});mw.loader.implement("ext.gadget.charinsert",function(){window.updateEditTools=function(){};jQuery(document).ready(function($){var EditTools={charinsert:{'Insert':' – — ° ″ ′ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § ␥Sign_your_posts_on_talk_pages: ␥~~\~~ Cite_your_sources: +','Wiki markup':'Insert: – — ° ″ ′ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § ␥~~\~~ + Wiki_markup: {\{+}} {\{\{+}}} | [+] [\[+]] [\[Category:+]] #REDIRECT.[\[+]] &nb'+'sp; + + + +
    +
    +
    {\{#tag:ref|+|group="nb"|name=""}} {\{Reflist}} + + {\{DEFAULTSORT:+}} + +','Symbols': '~ | ¡¿†‡↔↑↓•¶#∞ ‘+’ “+” ‹+› «+» ⟨+⟩ ¤₳฿₵¢₡₢$₫₯€₠₣ƒ₴₭₤ℳ₥₦№₧₰£៛₨₪৳₮₩¥ ♠♣♥♦ ♭♯♮ ©®™ ◌ {\{Unicode|+}}','Latin': 'A a Á á À à  â Ä ä Ǎ ǎ Ă ă Ā ā à ã Å å Ą ą Æ æ Ǣ ǣ B b C c Ć ć Ċ ċ Ĉ ĉ Č č Ç ç D d Ď ď Đ đ Ḍ ḍ Ð ð E e É é È è Ė ė Ê ê Ë ë Ě ě Ĕ ĕ Ē ē Ẽ ẽ Ę ę Ẹ ẹ Ɛ ɛ Ə ə F f G g Ġ ġ Ĝ ĝ Ğ ğ Ģ ģ H h Ĥ ĥ Ħ ħ Ḥ ḥ I i İ ı Í í Ì ì Î î Ï ï Ǐ ǐ Ĭ ĭ Ī ī Ĩ ĩ Į į Ị ị J j Ĵ ĵ K k Ķ ķ L l Ĺ ĺ Ŀ ŀ Ľ ľ Ļ ļ Ł ł Ḷ ḷ Ḹ ḹ M m Ṃ ṃ N n Ń ń Ň ň Ñ ñ Ņ ņ Ṇ ṇ Ŋ ŋ O o Ó ó Ò ò Ô ô Ö ö Ǒ ǒ Ŏ ŏ Ō ō Õ õ Ǫ ǫ Ọ ọ Ő ő Ø ø Œ œ Ɔ ɔ P p Q q R r Ŕ ŕ Ř ř Ŗ ŗ Ṛ ṛ Ṝ ṝ S s Ś ś Ŝ ŝ Š š Ş ş Ș ș Ṣ ṣ ß T t Ť ť Ţ ţ Ț ț Ṭ ṭ Þ þ U u Ú ú Ù ù Û û Ü ü Ǔ ǔ Ŭ ŭ Ū ū Ũ ũ Ů ů Ų ų Ụ ụ Ű ű Ǘ ǘ Ǜ ǜ Ǚ ǚ Ǖ ǖ V v W w Ŵ ŵ X x Y y Ý ý Ŷ ŷ Ÿ ÿ Ỹ ỹ Ȳ ȳ Z z Ź ź Ż ż Ž ž ß Ð ð Þ þ Ŋ ŋ Ə ə {\{Unicode|+}}','Greek': 'ΆάΈέΉήΊίΌόΎύΏώ ΑαΒβΓγΔδ ΕεΖζΗηΘθ ΙιΚκΛλΜμ ΝνΞξΟοΠπ ΡρΣσςΤτΥυ ΦφΧχΨψΩω ᾼᾳᾴᾺὰᾲᾶᾷἈἀᾈᾀἉἁᾉᾁἌἄᾌᾄἊἂᾊᾂἎἆᾎᾆἍἅᾍᾅἋἃᾋᾃἏἇᾏᾇ ῈὲἘἐἙἑἜἔἚἒἝἕἛἓ ῌῃῄῊὴῂῆῇἨἠᾘᾐἩἡᾙᾑἬἤᾜᾔἪἢᾚᾒἮἦᾞᾖἭἥᾝᾕἫἣᾛᾓἯἧᾟᾗ ῚὶῖἸἰἹἱἼἴἺἲἾἶἽἵἻἳἿἷ ῸὸὈὀὉὁὌὄὊὂὍὅὋὃ ῤῬῥ ῪὺῦὐὙὑὔὒὖὝὕὛὓὟὗ ῼῳῴῺὼῲῶῷὨὠᾨᾠὩὡᾩᾡὬὤᾬᾤὪὢᾪᾢὮὦᾮᾦὭὥᾭᾥὫὣᾫᾣὯὧᾯᾧ {\{Polytonic|+}}','Cyrillic': 'АаБбВвГг ҐґЃѓДдЂђ ЕеЁёЄєЖж ЗзЅѕИиІі ЇїЙйЈјКк ЌќЛлЉљМм НнЊњОоПп РрСсТтЋћ УуЎўФфХх ЦцЧчЏџШш ЩщЪъЫыЬь ЭэЮюЯя ӘәӨөҒғҖҗ ҚқҜҝҢңҮү ҰұҲҳҸҹҺһ ҔҕӢӣӮӯҘҙ ҠҡҤҥҪҫӐӑ ӒӓӔӕӖӗӰӱ ӲӳӸӹӀ ҞҟҦҧҨҩҬҭ ҴҵҶҷҼҽҾҿ ӁӂӃӄӇӈӋӌ ӚӛӜӝӞӟӠӡ ӤӥӦӧӪӫӴӵ ́','Hebrew':'אבגדהוזחטיךכלםמןנסעףפץצקרשת ׳ ״ װױײ','Arabic':' Transcription: ʾ ṯ ḥ ḫ ẖ ḏ š ṣ ḍ ṭ ẓ ʿ ġ ẗ ا ﺁ ب ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ف ق ك ل م ن ه ة و ي ى ء أ إ ؤ ئ','IPA (English)':'ˈ ˌ ŋ ɡ tʃ dʒ ʃ ʒ θ ð ʔ iː ɪ uː ʊ ʌ ɜr eɪ ɛ æ oʊ ɒ ɔː ɔɪ ɔr ɑː ɑr aɪ aʊ ə ər ɨ ɵ ʉ ⟨+⟩ {\{IPAc-en|+}} {\{IPA-en|+}} {\{IPA|/+/}}','IPA': 't̪ d̪ ʈɖɟɡɢʡʔ ɸβθðʃʒɕʑʂʐçʝɣχʁħʕʜʢɦ ɱɳɲŋɴ ʋɹɻɰ ʙⱱʀɾɽ ɫɬɮɺɭʎʟ ʍɥɧ ʼ ɓɗʄɠʛ ʘǀǃǂǁ ɨʉɯ ɪʏʊ øɘɵɤ ə ɚ ɛœɜɝɞʌɔ æ ɐɶɑɒ ʰʱʷʲˠˤˀ ᵊ k̚ ⁿˡ ˈˌːˑ t̪ d̪ s̺ s̻ θ̼ s̬ n̥ ŋ̊ a̤ a̰ β̞ ˕ r̝ ˔ o˞ ɚ ɝ e̘ e̙ u̟ i̠ ɪ̈ e̽ ɔ̹ ɔ̜ n̩ ə̆ ə̯ ə̃ ȷ̃ ɫ z̴ ə̋ ə́ ə̄ ə̀ ə̏ ə̌ ə̂ ə᷄ ə᷅ ə᷇ ə᷆ ə᷈ ə᷉ t͡ʃ d͡ʒ t͜ɬ ‿ ˥ ˦ ˧ ˨ ˩ ꜛ ꜜ | ‖ ↗ ↘ k͈ s͎ {\{IPA|+}}','Math and logic':'− × ÷ ⋅ ° ∗ ∘ ± ∓ ≤ ≥ ≠ ≡ ≅ ≜ ≝ ≐ ≃ ≈ ⊕ ⊗ ⇐ ⇔ ⇒ ∞ ← ↔ → ≪ ≫ ∝ √ ∤ ≀ ◅ ▻ ⋉ ⋊ ⋈ ∴ ∵ ↦ ¬ ∧ ∨ ⊻ ∀ ∃ ∈ ∉ ∋ ⊆ ⊈ ⊊ ⊂ ⊄ ⊇ ⊉ ⊋ ⊃ ⊅ ∪ ∩ ∑ ∏ ∐ ′ ∫ ∬ ∭ ∮ ∇ ∂ ∆ ∅ ℂ ℍ ℕ ℙ ℚ ℝ ℤ ℵ ⌊ ⌋ ⌈ ⌉ ⊤ ⊥ ⊢ ⊣ ⊧ □ ∠ ⟨ ⟩ {\{frac|+|}} &nb'+'sp; − + {\{math|+}}'}, charinsertDivider:"\240",cookieName:'edittoolscharsubset',createEditTools:function(placeholder){var sel,id;var box=document.createElement("div");var prevSubset=0,curSubset=0;box.id="editpage-specialchars";box.title='Click on the character or tag to insert it into the edit window';if(window.charinsertCustom){for(id in charinsertCustom){if(!EditTools.charinsert[id]){EditTools.charinsert[id]='';}}}sel=document.createElement('select');for(id in EditTools.charinsert){sel.options[sel.options.length]=new Option(id,id);}sel.selectedIndex=0;sel.style.marginRight='.3em';sel.title='Choose character subset';sel.onchange=sel.onkeyup=selectSubset;box.appendChild(sel);if(window.editToolsRecall){var recall=document.createElement('span');recall.appendChild(document.createTextNode('↕'));recall.onclick=function(){sel.selectedIndex=prevSubset;selectSubset();} with(recall.style){cssFloat=styleFloat='left';marginRight='5px';cursor='pointer';}box.appendChild(recall);}try{var cookieRe=new RegExp("(?:^|;)\\s*"+EditTools.cookieName+"=(\\d+)\\s*(?:;|$)");var m=cookieRe.exec(document.cookie);if(m&&m.length>1&&parseInt(m[1])0){tokens+=' ';}tokens+=charinsertCustom[id];}EditTools.createTokens(p,tokens);box.appendChild(p);}p.style.display='inline';}},createTokens:function(paragraph,str){var tokens=str.split(' '),token,i,n;for(i=0;i1&&mw.config.get('wgNamespaceNumber')===0){continue;}else{token=token.substring(1);}}if(token==''||token=='_'){addText(EditTools.charinsertDivider+' ');}else if(token=='\n'){paragraph.appendChild(document.createElement('br'));}else if(token=='___'){paragraph.appendChild(document.createElement('hr'));}else if(token.charAt(token.length-1)==':'){addBold(token);}else if(n==0){addLink(token.substring(1),'0){addLink(token.substring(0,n),token.substring(n+1));}else if(token.length>2&&token.charCodeAt(0)>127){for(var j=0;j0){var path=tagOpen.substring(dle+1).split('.');tagOpen=tagOpen.substring(0,dle);var handler=window;for(var i=0;i0){txtarea=txtarea[0];}else{txtarea=null;}}}return txtarea;},insertTags:function(tagOpen,tagClose,sampleText){var txtarea=EditTools.getTextArea();if(! txtarea){return;}if(typeof $j!='undefined'&&typeof $j.fn.textSelection!='undefined'){$j(txtarea).textSelection('encapsulateSelection',{'pre':tagOpen,'peri':sampleText,'post':tagClose});return;}var selText,isSample=false;function checkSelectedText(){if(!selText){selText=sampleText;isSample=true;}else if(selText.charAt(selText.length-1)==' '){selText=selText.substring(0,selText.length-1);tagClose+=' ';}}if(document.selection&&document.selection.createRange){var winScroll=0;if(document.documentElement&&document.documentElement.scrollTop){winScroll=document.documentElement.scrollTop;}else if(document.body){winScroll=document.body.scrollTop;}txtarea.focus();var range=document.selection.createRange();selText=range.text;checkSelectedText();range.text=tagOpen+selText+tagClose;if(isSample&&range.moveStart){if(window.opera){tagClose=tagClose.replace(/\n/g,"");}range.moveStart('character',-tagClose.length-selText.length);range.moveEnd('character',-tagClose.length);}range.select();if(document. documentElement&&document.documentElement.scrollTop){document.documentElement.scrollTop=winScroll;}else if(document.body){document.body.scrollTop=winScroll;}}else if(txtarea.selectionStart||txtarea.selectionStart=='0'){var textScroll=txtarea.scrollTop;txtarea.focus();var startPos=txtarea.selectionStart;var endPos=txtarea.selectionEnd;selText=txtarea.value.substring(startPos,endPos);checkSelectedText();txtarea.value=txtarea.value.substring(0,startPos)+tagOpen+selText+tagClose+txtarea.value.substring(endPos);if(isSample){txtarea.selectionStart=startPos+tagOpen.length;txtarea.selectionEnd=startPos+tagOpen.length+selText.length;}else{txtarea.selectionStart=startPos+tagOpen.length+selText.length+tagClose.length;txtarea.selectionEnd=txtarea.selectionStart;}txtarea.scrollTop=textScroll;}},setup:function(){var placeholder;if($('#editpage-specialchars').length){placeholder=$('#editpage-specialchars')[0];}else{placeholder=$('
    ').prependTo('.mw-editTools')[0] ;}if(!placeholder){return;}if(!window.charinsertDontMove){$('.editOptions').before(placeholder);}EditTools.createEditTools(placeholder);EditTools.enableForAllFields();window.updateEditTools=function(){EditTools.createEditTools($('#editpage-specialchars')[0]);};}};EditTools.setup();});;},{"css":["div#editpage-specialchars{display:block;margin-top:.5em;border:1px solid #c0c0c0;padding:.3em}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:29386c84f9c8f19dfb410df7e5be154b */"]},{});mw.loader.implement("ext.gadget.teahouse",function(){if(wgPageName=='Wikipedia:Teahouse/Questions'||wgPageName=='Wikipedia:Teahouse/Question-form2'){importScript('MediaWiki:Gadget-teahouse/content.js');};},{"css":[ ".wp-teahouse-question-form{position:absolute;margin-left:auto;margin-right:auto;background-color:#f4f3f0;border:1px solid #a7d7f9;padding:1em}#wp-th-question-ask{float:right}.wp-teahouse-ask a.external{background-image:none !important}.wp-teahouse-respond-form{position:absolute;margin-left:auto;margin-right:auto;background-color:#f4f3f0;border:1px solid #a7d7f9;padding:1em}.wp-th-respond{float:right}.wp-teahouse-respond a.external{background-image:none !important}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:ba4e3603af357b5172e85672664d39a8 */"]},{});mw.loader.implement("ext.gettingstarted.logging",function(){(function(window,document,mw,$){'use strict';var SCHEMA_NAME='GettingStartedNavbar',cookieOptions={path:'/'};function logEvent(eventInstance){var noopDeferred;if(mw.user.isAnon()){noopDeferred=$.Deferred();noopDeferred.resolve();return noopDeferred;}return mw.eventLog.logEvent(SCHEMA_NAME,eventInstance);}function getPageSchemaAction(){var wgAction,wgPostEdit, loggedActions,schemaAction;wgAction=mw.config.get('wgAction');wgPostEdit=mw.config.get('wgPostEdit');loggedActions={view:'page-impression',edit:'page-edit-impression'};if(wgPostEdit){schemaAction='page-save-success';}else{schemaAction=loggedActions[wgAction];}if(!schemaAction){schemaAction=null;}return schemaAction;}function logUnlessTimeout(event,timeout){var dfd=$.Deferred();window.setTimeout(dfd.reject,timeout);logEvent(event).then(dfd.resolve,dfd.reject);return dfd.promise();}function setDefaults(defaults){mw.eventLog.setDefaults(SCHEMA_NAME,defaults);}function setCommonDefaults(){var userId,bucket,defaults;userId=mw.config.get('wgUserId');bucket='test';defaults={version:4,userId:userId,bucket:bucket};setDefaults(defaults);}function getTasks(){return $.parseJSON($.cookie('openTask'))||{};}function getTask(prefixedText){return getTasks()[prefixedText];}function getTaskForCurrentPage(){var title=new mw.Title(mw.config.get('wgPageName'));return getTask(title.getPrefixedText());} function getSchemaForTask(task){var schema=(task.indexOf('gettingstarted')===0||task==='returnto')?SCHEMA_NAME:null;return schema;}function setTask(article,task){var tasks=getTasks();if(!task){delete tasks[article];}else{tasks[article]=task;}if($.isEmptyObject(tasks)){$.cookie('openTask',null,cookieOptions);}else{$.cookie('openTask',$.toJSON(tasks),cookieOptions);}}function logImpression(fullTask,schemaAction){var isEditable,schema,event,querySource;schema=getSchemaForTask(fullTask);if(schema===null){return null;}isEditable=!!$('#ca-edit').length;event={action:schemaAction,funnel:fullTask,pageId:mw.config.get('wgArticleId'),revId:mw.config.get('wgCurRevisionId'),isEditable:isEditable,isNavbarVisible:$('#mw-gettingstarted-toolbar').is(':visible')};if(schemaAction==='page-impression'){querySource=mw.util.getParamValue('source');if(querySource==='navbar-next'||querySource==='gettingstarted'){event.source=querySource;}}return logEvent(event);}setCommonDefaults();mw.gettingStarted=mw. gettingStarted||{};mw.gettingStarted.logging=mw.gettingStarted.logging||{};mw.gettingStarted.logging.logUnlessTimeout=logUnlessTimeout;mw.gettingStarted.logging.setDefaults=setDefaults;mw.gettingStarted.logging.setTask=setTask;mw.gettingStarted.logging.getTasks=getTasks;mw.gettingStarted.logging.getTask=getTask;mw.gettingStarted.logging.getTaskForCurrentPage=getTaskForCurrentPage;mw.gettingStarted.logging.getSchemaForTask=getSchemaForTask;mw.gettingStarted.logging.logEvent=logEvent;mw.gettingStarted.logging.getPageSchemaAction=getPageSchemaAction;mw.gettingStarted.logging.logImpression=logImpression;}(window,document,mediaWiki,jQuery));;},{},{});mw.loader.implement("ext.gettingstarted.openTask",function(){(function($,mw){var task,schemaAction,logging=mw.gettingStarted.logging;task=logging.getTaskForCurrentPage();schemaAction=logging.getPageSchemaAction();if(!task||!schemaAction){return;}if(task.indexOf('gettingstarted-')===0&&(schemaAction==='page-impression'||schemaAction=== 'page-save-success')){return;}logging.logImpression(task,schemaAction);}(jQuery,mediaWiki));;},{},{});mw.loader.implement("jquery.articleFeedbackv5.utils",function(){(function($){$.aftUtils={};$.aftUtils.article=function(){var article=jQuery.extend({},mw.config.get('aftv5Article'));if($.inArray(mw.config.get('wgNamespaceNumber'),mw.config.get('wgArticleFeedbackv5Namespaces',[]))>-1){article.id=mw.config.get('wgArticleId',-1);article.namespace=mw.config.get('wgNamespaceNumber');article.categories=mw.config.get('wgCategories',[]);}return article;};$.aftUtils.verify=function(location){$.aftUtils.removeLegacyCookies();var article=$.aftUtils.article();var enable=true;enable&=$.aftUtils.useragent();enable&=mw.config.get('wgArticleFeedbackv5Namespaces',[]).length>0;if(location!='special'||article.id!=0){enable&=$.inArray(article.namespace,mw.config.get('wgArticleFeedbackv5Namespaces',[]))>-1;enable&=mw.config.get('wgAction')!='edit';enable&=!mw.config.get('wgPostEdit',false);}if(location!= 'special'){if(article.permissionLevel!==false){enable&=$.aftUtils.permissions(article,article.permissionLevel);}else{var defaultPermissionLevel=$.aftUtils.getDefaultPermissionLevel(article);enable&=$.aftUtils.permissions(article,defaultPermissionLevel)||$.aftUtils.whitelist(article);}enable&=!$.aftUtils.blacklist(article);}if(location=='article'){enable&=!mw.user.options.get('articlefeedback-disable');enable&=(mw.config.get('wgAction')=='view'||mw.config.get('wgAction')=='purge');enable&=!(mw.config.get('wgAction')=='purge'&&mw.user.anonymous());enable&=mw.util.getParamValue('diff')==null;enable&=mw.util.getParamValue('oldid')==null;enable&=mw.util.getParamValue('redirect')!='no';enable&=mw.util.getParamValue('printable')!='yes';}return enable;};$.aftUtils.permissions=function(article,permissionLevel){var permissions=mw.config.get('wgArticleFeedbackv5Permissions');return permissionLevel in permissions&&permissions[permissionLevel];};$.aftUtils.blacklist=function(article){var blacklistCategories=mw.config.get('wgArticleFeedbackv5BlacklistCategories',[]);var intersect=$.map(blacklistCategories,function(category){return $.inArray(category.replace(/_/g,' '),article.categories)<0?null:category;});return intersect.length>0;};$.aftUtils.whitelist=function(article){var whitelistCategories=mw.config.get('wgArticleFeedbackv5Categories',[]);var intersect=$.map(whitelistCategories,function(category){return $.inArray(category.replace(/_/g,' '),article.categories)<0?null:category;});return intersect.length>0;};$.aftUtils.lottery=function(article){var odds=mw.config.get('wgArticleFeedbackv5LotteryOdds',0);if(typeof odds==='object'&&article.namespace in odds){odds=odds[article.namespace];}return(Number(article.id)%1000)>=(1000-(Number(odds)*10));};$.aftUtils.getDefaultPermissionLevel=function(article){return $.aftUtils.lottery(article)?'aft-reader':'aft-noone';};$.aftUtils.useragent=function(){var ua=navigator.userAgent.toLowerCase();return!(ua.indexOf('msie 6')!=-1||ua. indexOf('firefox/2.')!=-1||ua.indexOf('firefox 2.')!=-1||ua.indexOf('android')!=-1);};$.aftUtils.getCookieName=function(suffix){return'AFTv5-'+suffix;};$.aftUtils.removeLegacyCookies=function(){var legacyCookieName=function(suffix){return'ext.articleFeedbackv5@11-'+suffix;};$.cookie(legacyCookieName('activity'),null,{expires:-1,path:'/'});$.cookie(legacyCookieName('last-filter'),null,{expires:-1,path:'/'});$.cookie(legacyCookieName('submission_timestamps'),null,{expires:-1,path:'/'});$.cookie(legacyCookieName('feedback-ids'),null,{expires:-1,path:'/'});};$.aftUtils.canSetStatus=function(enable){var permissionLevel=$.aftUtils.article().permissionLevel||$.aftUtils.getDefaultPermissionLevel($.aftUtils.article());var userPermissions=mw.config.get('wgArticleFeedbackv5Permissions');var enabled=(permissionLevel==='aft-reader');if(!('aft-editor'in userPermissions)||!userPermissions['aft-editor']){return false;}if($.aftUtils.article().permissionLevel===false&&!enabled){permissionLevel= 'aft-editor';}if(!(permissionLevel in userPermissions)||!userPermissions[permissionLevel]){return false;}return enable!=enabled;};$.aftUtils.setStatus=function(pageId,enable,callback){var api=new mw.Api();api.post({'pageid':pageId,'enable':parseInt(enable),'format':'json','action':'articlefeedbackv5-set-status'}).done(function(data){if(typeof callback==='function'){if('articlefeedbackv5-set-status'in data){callback(data['articlefeedbackv5-set-status'],null);}}}).fail(function(code,data){var message=mw.msg('articlefeedbackv5-error-unknown');if('error'in data&&'info'in data.error){message=data.error.info;}if(typeof callback==='function'){callback(false,message);}else{alert(message);}});};})(jQuery);;},{},{"articlefeedbackv5-error-unknown":"Unknown error."});mw.loader.implement("jquery.autoEllipsis",function(){(function($){var cache={},matchTextCache={};$.fn.autoEllipsis=function(options){options=$.extend({position:'center',tooltip:false,restoreText:false,hasSpan:false,matchText:null}, options);return this.each(function(){var $trimmableText,text,trimmableText,w,pw,l,r,i,side,m,$container=$(this);if(options.restoreText){if(!$container.data('autoEllipsis.originalText')){$container.data('autoEllipsis.originalText',$container.text());}else{$container.text($container.data('autoEllipsis.originalText'));}}if(options.hasSpan){$trimmableText=$container.children(options.selector);}else{$trimmableText=$('').css('whiteSpace','nowrap').text($container.text());$container.empty().append($trimmableText);}text=$container.text();trimmableText=$trimmableText.text();w=$container.width();pw=0;if(options.matchText){if(!(text in matchTextCache)){matchTextCache[text]={};}if(!(options.matchText in matchTextCache[text])){matchTextCache[text][options.matchText]={};}if(!(w in matchTextCache[text][options.matchText])){matchTextCache[text][options.matchText][w]={};}if(options.position in matchTextCache[text][options.matchText][w]){$container.html(matchTextCache[text][options.matchText][w][ options.position]);if(options.tooltip){$container.attr('title',text);}return;}}else{if(!(text in cache)){cache[text]={};}if(!(w in cache[text])){cache[text][w]={};}if(options.position in cache[text][w]){$container.html(cache[text][w][options.position]);if(options.tooltip){$container.attr('title',text);}return;}}if($trimmableText.width()+pw>w){switch(options.position){case'right':l=0;r=trimmableText.length;do{m=Math.ceil((l+r)/2);$trimmableText.text(trimmableText.substr(0,m)+'...');if($trimmableText.width()+pw>w){r=m-1;}else{l=m;}}while(lw&&i[0]>0){$trimmableText.text(trimmableText.substr(0,i[0])+'...'+trimmableText.substr(i[1]));if(side===0){i[0]--;side=1;}else{i[1]++;side=0;}}break;case'left':r=0;while($trimmableText.outerWidth()+pw>w&&r1&&testImage.srcset===undefined){$target.find('img').each(function(){var $img=$(this),srcset=$img.attr('srcset'),match;if(typeof srcset==='string'&&srcset!==''){match=$.matchSrcSet(devicePixelRatio,srcset);if(match!==null){$img.attr('src',match);}}});}return $target;};$.matchSrcSet=function(devicePixelRatio,srcset){var candidates,candidate,bits,src,i,ratioStr,ratio,selectedRatio=1,selectedSrc=null;candidates=srcset.split(/ *, */);for(i=0;i1&&bits[1].charAt(bits[1].length-1)==='x'){ratioStr=bits[1].substr(0,bits[1].length-1);ratio=parseFloat(ratioStr);if(ratio<=devicePixelRatio&&ratio>selectedRatio){selectedRatio=ratio;selectedSrc=src;}}}return selectedSrc;};}(jQuery));;},{},{});mw.loader.implement("jquery.highlightText",function(){(function($){$.highlightText={splitAndHighlight:function(node,pat){var i,patArray=pat.split(' ');for(i=0;i tbody > tr');if($defaultToggle){$containers=$containers.not($defaultToggle.closest('tr'));}if(action==='collapse'){if(options.instantHide){$containers.hide();hookCallback();}else{$containers.stop(true,true).fadeOut(hookCallback);}}else{$containers.stop(true,true).fadeIn(hookCallback);}}else if(!options.plainMode&&($collapsible.is('ul')||$collapsible.is('ol'))){$containers=$collapsible.find('> li');if($defaultToggle){$containers=$containers.not($defaultToggle.parent());}if(action==='collapse'){ if(options.instantHide){$containers.hide();hookCallback();}else{$containers.stop(true,true).slideUp(hookCallback);}}else{$containers.stop(true,true).slideDown(hookCallback);}}else{$collapsibleContent=$collapsible.find('> .mw-collapsible-content');if(!options.plainMode&&$collapsibleContent.length){if(action==='collapse'){if(options.instantHide){$collapsibleContent.hide();hookCallback();}else{$collapsibleContent.slideUp(hookCallback);}}else{$collapsibleContent.slideDown(hookCallback);}}else{if(action==='collapse'){if(options.instantHide){$collapsible.hide();hookCallback();}else{if($collapsible.is('tr')||$collapsible.is('td')||$collapsible.is('th')){$collapsible.fadeOut(hookCallback);}else{$collapsible.slideUp(hookCallback);}}}else{if($collapsible.is('tr')||$collapsible.is('td')||$collapsible.is('th')){$collapsible.fadeIn(hookCallback);}else{$collapsible.slideDown(hookCallback);}}}}}function togglingHandler($toggle,$collapsible,e,options){var wasCollapsed,$textContainer,collapseText, expandText;if(options===undefined){options={};}if(e){if(options.linksPassthru&&$.nodeName(e.target,'a')){return;}else{e.preventDefault();e.stopPropagation();}}wasCollapsed=$collapsible.hasClass('mw-collapsed');$collapsible.toggleClass('mw-collapsed',!wasCollapsed);if(options.toggleClasses){$toggle.toggleClass('mw-collapsible-toggle-collapsed',!wasCollapsed).toggleClass('mw-collapsible-toggle-expanded',wasCollapsed);}if(options.toggleText){collapseText=options.toggleText.collapseText;expandText=options.toggleText.expandText;$textContainer=$toggle.find('> a');if(!$textContainer.length){$textContainer=$toggle;}$textContainer.text(wasCollapsed?collapseText:expandText);}toggleElement($collapsible,wasCollapsed?'expand':'collapse',$toggle,options);}$.fn.makeCollapsible=function(options){if(options===undefined){options={};}return this.each(function(){var $collapsible,collapseText,expandText,$toggle,clickHandler,$defaultToggleLink,premadeToggleHandler,$toggleLink,$firstItem,collapsibleId, $customTogglers,firstval;$collapsible=$(this).addClass('mw-collapsible');if($collapsible.data('mw-made-collapsible')){return;}else{$collapsible.data('mw-made-collapsible',true);}collapseText=options.collapseText||$collapsible.attr('data-collapsetext')||mw.msg('collapsible-collapse');expandText=options.expandText||$collapsible.attr('data-expandtext')||mw.msg('collapsible-expand');clickHandler=function(e,opts){var defaultOpts={toggleClasses:true,toggleText:{collapseText:collapseText,expandText:expandText}};opts=$.extend(defaultOpts,options,opts);togglingHandler($(this),$collapsible,e,opts);};$defaultToggleLink=$('
    ').text(collapseText).wrap('').parent().prepend(' [').append('] ').on('click.mw-collapsible',clickHandler);premadeToggleHandler=function(e,opts){var defaultOpts={toggleClasses:true,linksPassthru:true};opts=$.extend(defaultOpts,options,opts);togglingHandler($(this),$collapsible,e,opts);};if(options. $customTogglers){$customTogglers=$(options.$customTogglers);}else{collapsibleId=$collapsible.attr('id')||'';if(collapsibleId.indexOf('mw-customcollapsible-')===0){mw.log(lpx+'Found custom collapsible: #'+collapsibleId);$customTogglers=$('.'+collapsibleId.replace('mw-customcollapsible','mw-customtoggle'));if(!$customTogglers.length){mw.log(lpx+'#'+collapsibleId+': Missing toggler!');}}}if($customTogglers&&$customTogglers.length){clickHandler=function(e,opts){var defaultOpts={};opts=$.extend(defaultOpts,options,opts);togglingHandler($(this),$collapsible,e,opts);};$toggleLink=$customTogglers;$toggleLink.on('click.mw-collapsible',clickHandler);}else{if($collapsible.is('table')){$firstItem=$collapsible.find('tr:first th, tr:first td');$toggle=$firstItem.find('> .mw-collapsible-toggle');if(!$toggle.length){$toggleLink=$defaultToggleLink.prependTo($firstItem.eq(-1));}else{clickHandler=premadeToggleHandler;$toggleLink=$toggle.on('click.mw-collapsible',clickHandler);}}else if($collapsible.is( 'ul')||$collapsible.is('ol')){$firstItem=$collapsible.find('li:first');$toggle=$firstItem.find('> .mw-collapsible-toggle');if(!$toggle.length){firstval=$firstItem.attr('value');if(firstval===undefined||!firstval||firstval==='-1'||firstval===-1){$firstItem.attr('value','1');}$toggleLink=$defaultToggleLink;$toggleLink.wrap('
  • ').parent().prependTo($collapsible);}else{clickHandler=premadeToggleHandler;$toggleLink=$toggle.on('click.mw-collapsible',clickHandler);}}else{$toggle=$collapsible.find('> .mw-collapsible-toggle');if(!$collapsible.find('> .mw-collapsible-content').length){$collapsible.wrapInner('
    ');}if(!$toggle.length){$toggleLink=$defaultToggleLink.prependTo($collapsible);}else{clickHandler=premadeToggleHandler;$toggleLink=$toggle.on('click.mw-collapsible',clickHandler);}}}if(options.collapsed||$collapsible.hasClass('mw-collapsed')){$collapsible.removeClass('mw-collapsed');clickHandler.call( $toggleLink.get(0),null,{instantHide:true});}});};}(jQuery,mediaWiki));;},{"css":[".mw-collapsible-toggle{float:right} li .mw-collapsible-toggle{float:none} .mw-collapsible-toggle-li{list-style:none}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:4250852ed2349a0d4d0fc6509a3e7d4c */"]},{"collapsible-expand":"expand","collapsible-collapse":"collapse"});mw.loader.implement("jquery.mw-jump",function(){jQuery(function($){$('.mw-jump').on('focus blur','a',function(e){if(e.type==='blur'||e.type==='focusout'){$(this).closest('.mw-jump').css({height:0});}else{$(this).closest('.mw-jump').css({height:'auto'});}});});;},{},{});mw.loader.implement("jquery.placeholder",function(){(function($){$.fn.placeholder=function(){return this.each(function(){var placeholder,$input;if(this.placeholder&&'placeholder'in document.createElement(this.tagName)){return;}placeholder=this.getAttribute('placeholder');$input=$(this);if(this.value===''||this.value===placeholder){$input.addClass('placeholder').val (placeholder);}$input.blur(function(){if(this.value===''){this.value=placeholder;$input.addClass('placeholder');}}).on('focus drop keydown paste',function(e){if($input.hasClass('placeholder')){if(e.type==='drop'&&e.originalEvent.dataTransfer){try{this.value=e.originalEvent.dataTransfer.getData('text/plain');}catch(exception){this.value=e.originalEvent.dataTransfer.getData('text');}e.preventDefault();}else{this.value='';}$input.removeClass('placeholder');}});if(this.form){$(this.form).submit(function(){if($input.hasClass('placeholder')){$input.val('').removeClass('placeholder');}});}});};}(jQuery));;},{},{});mw.loader.implement("jquery.suggestions",function(){(function($){$.suggestions={cancel:function(context){if(context.data.timerID!==null){clearTimeout(context.data.timerID);}if($.isFunction(context.config.cancel)){context.config.cancel.call(context.data.$textbox);}},restore:function(context){context.data.$textbox.val(context.data.prevText);},update:function(context,delayed){function maybeFetch(){if(context.data.$textbox.val().length===0){context.data.$container.hide();context.data.prevText='';}else if(context.data.$textbox.val()!==context.data.prevText||!context.data.$container.is(':visible')){if(typeof context.config.fetch==='function'){context.data.prevText=context.data.$textbox.val();context.config.fetch.call(context.data.$textbox,context.data.$textbox.val());}}}$.suggestions.cancel(context);if(delayed){context.data.timerID=setTimeout(maybeFetch,context.config.delay);}else{maybeFetch();}$.suggestions.special(context);},special:function(context){if(typeof context.config.special.render==='function'){setTimeout(function(){var $special=context.data.$container.find('.suggestions-special');context.config.special.render.call($special,context.data.$textbox.val(),context);},1);}},configure:function(context,property,value){var newCSS,$autoEllipseMe,$result,$results,childrenWidth,i,expWidth,matchedText,maxWidth,text;switch(property){case'fetch':case'cancel':case'special': case'result':case'$region':case'expandFrom':context.config[property]=value;break;case'suggestions':context.config[property]=value;if(context.data!==undefined){if(context.data.$textbox.val().length===0){context.data.$container.hide();}else{context.data.$container.show();newCSS={top:context.config.$region.offset().top+context.config.$region.outerHeight(),bottom:'auto',width:context.config.$region.outerWidth(),height:'auto'};context.config.expandFrom=(function(expandFrom){var regionWidth,docWidth,regionCenter,docCenter,docDir=$(document.documentElement).css('direction'),$region=context.config.$region;if(context.config.positionFromLeft){expandFrom='left';}else if($.inArray(expandFrom,['left','right','start','end','auto'])===-1){expandFrom='auto';}if(expandFrom==='auto'){if($region.data('searchsuggest-expand-dir')){expandFrom=$region.data('searchsuggest-expand-dir');}else{regionWidth=$region.outerWidth();docWidth=$(document).width();if((regionWidth/docWidth)>0.85){expandFrom='start';}else{ regionCenter=$region.offset().left+regionWidth/2;docCenter=docWidth/2;if(Math.abs(regionCenter-docCenter)/docCenter<0.10){expandFrom='start';}else{expandFrom=regionCenter>docCenter?'right':'left';}}}}if(expandFrom==='start'){expandFrom=docDir==='rtl'?'right':'left';}else if(expandFrom==='end'){expandFrom=docDir==='rtl'?'left':'right';}return expandFrom;}(context.config.expandFrom));if(context.config.expandFrom==='left'){newCSS.left=context.config.$region.offset().left;newCSS.right='auto';}else{newCSS.left='auto';newCSS.right=$('body').width()-(context.config.$region.offset().left+context.config.$region.outerWidth());}context.data.$container.css(newCSS);$results=context.data.$container.children('.suggestions-results');$results.empty();expWidth=-1;$autoEllipseMe=$([]);matchedText=null;for(i=0;i').addClass('suggestions-result').attr('rel',i).data('text',context.config.suggestions[i]).mousemove( function(){context.data.selectedWithMouse=true;$.suggestions.highlight(context,$(this).closest('.suggestions-results .suggestions-result'),false);}).appendTo($results);if(typeof context.config.result.render==='function'){context.config.result.render.call($result,context.config.suggestions[i],context);}else{$result.append($('').css('whiteSpace','nowrap').text(text));}if(context.config.highlightInput){matchedText=context.data.prevText;}childrenWidth=$result.children().outerWidth();if(childrenWidth>$result.width()&&childrenWidth>expWidth){expWidth=childrenWidth+(context.data.$container.width()-$result.width());}$autoEllipseMe=$autoEllipseMe.add($result);}if(expWidth>context.data.$container.width()){maxWidth=context.config.maxExpandFactor*context.data.$textbox.width();context.data.$container.width(Math.min(expWidth,maxWidth));}$autoEllipseMe.autoEllipsis({hasSpan:true,tooltip:true,matchText:matchedText});}}break;case'maxRows':context.config[property]=Math.max(1,Math.min(100,value)); break;case'delay':context.config[property]=Math.max(0,Math.min(1200,value));break;case'maxExpandFactor':context.config[property]=Math.max(1,value);break;case'submitOnClick':case'positionFromLeft':case'highlightInput':context.config[property]=value?true:false;break;}},highlight:function(context,result,updateTextbox){var selected=context.data.$container.find('.suggestions-result-current');if(!result.get||selected.get(0)!==result.get(0)){if(result==='prev'){if(selected.hasClass('suggestions-special')){result=context.data.$container.find('.suggestions-result:last');}else{result=selected.prev();if(!(result.length&&result.hasClass('suggestions-result'))){result=selected.parents('.suggestions-results > *').prev().find('.suggestions-result').eq(0);}if(selected.length===0){if(context.data.$container.find('.suggestions-special').html()!==''){result=context.data.$container.find('.suggestions-special');}else{result=context.data.$container.find('.suggestions-results .suggestions-result:last');}}}} else if(result==='next'){if(selected.length===0){result=context.data.$container.find('.suggestions-results .suggestions-result:first');if(result.length===0&&context.data.$container.find('.suggestions-special').html()!==''){result=context.data.$container.find('.suggestions-special');}}else{result=selected.next();if(!(result.length&&result.hasClass('suggestions-result'))){result=selected.parents('.suggestions-results > *').next().find('.suggestions-result').eq(0);}if(selected.hasClass('suggestions-special')){result=$([]);}else if(result.length===0&&context.data.$container.find('.suggestions-special').html()!==''){result=context.data.$container.find('.suggestions-special');}}}selected.removeClass('suggestions-result-current');result.addClass('suggestions-result-current');}if(updateTextbox){if(result.length===0||result.is('.suggestions-special')){$.suggestions.restore(context);}else{context.data.$textbox.val(result.data('text'));context.data.$textbox.change();}context.data.$textbox.trigger ('change');}},keypress:function(e,context,key){var selected,wasVisible=context.data.$container.is(':visible'),preventDefault=false;switch(key){case 40:if(wasVisible){$.suggestions.highlight(context,'next',true);context.data.selectedWithMouse=false;}else{$.suggestions.update(context,false);}preventDefault=true;break;case 38:if(wasVisible){$.suggestions.highlight(context,'prev',true);context.data.selectedWithMouse=false;}preventDefault=wasVisible;break;case 27:context.data.$container.hide();$.suggestions.restore(context);$.suggestions.cancel(context);context.data.$textbox.trigger('change');preventDefault=wasVisible;break;case 13:context.data.$container.hide();preventDefault=wasVisible;selected=context.data.$container.find('.suggestions-result-current');if(selected.length===0||context.data.selectedWithMouse){$.suggestions.cancel(context);context.config.$region.closest('form').submit();}else if(selected.is('.suggestions-special')){if(typeof context.config.special.select==='function'){ context.config.special.select.call(selected,context.data.$textbox);}}else{if(typeof context.config.result.select==='function'){$.suggestions.highlight(context,selected,true);context.config.result.select.call(selected,context.data.$textbox);}else{$.suggestions.highlight(context,selected,true);}}break;default:$.suggestions.update(context,true);break;}if(preventDefault){e.preventDefault();e.stopImmediatePropagation();}}};$.fn.suggestions=function(){var returnValue,args=arguments;$(this).each(function(){var context,key;context=$(this).data('suggestions-context');if(context===undefined||context===null){context={config:{fetch:function(){},cancel:function(){},special:{},result:{},$region:$(this),suggestions:[],maxRows:7,delay:120,submitOnClick:false,maxExpandFactor:3,expandFrom:'auto',highlightInput:false}};}if(args.length>0){if(typeof args[0]==='object'){for(key in args[0]){$.suggestions.configure(context,key,args[0][key]);}}else if(typeof args[0]==='string'){if(args.length>1){$.suggestions. configure(context,args[0],args[1]);}else if(returnValue===null||returnValue===undefined){returnValue=(args[0]in context.config?undefined:context.config[args[0]]);}}}if(context.data===undefined){context.data={timerID:null,prevText:null,visibleResults:0,mouseDownOn:$([]),$textbox:$(this),selectedWithMouse:false};context.data.$container=$('
    ').css('display','none').addClass('suggestions').append($('
    ').addClass('suggestions-results').mousedown(function(e){context.data.mouseDownOn=$(e.target).closest('.suggestions-results .suggestions-result');}).mouseup(function(e){var $result=$(e.target).closest('.suggestions-results .suggestions-result'),$other=context.data.mouseDownOn;context.data.mouseDownOn=$([]);if($result.get(0)!==$other.get(0)){return;}if(!(e.which!==1||e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)){$.suggestions.highlight(context,$result,true);context.data.$container.hide();if(typeof context.config.result.select==='function'){context.config.result.select.call($result, context.data.$textbox);}}context.data.$textbox.focus();})).append($('
    ').addClass('suggestions-special').mousedown(function(e){context.data.mouseDownOn=$(e.target).closest('.suggestions-special');}).mouseup(function(e){var $special=$(e.target).closest('.suggestions-special'),$other=context.data.mouseDownOn;context.data.mouseDownOn=$([]);if($special.get(0)!==$other.get(0)){return;}if(!(e.which!==1||e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)){context.data.$container.hide();if(typeof context.config.special.select==='function'){context.config.special.select.call($special,context.data.$textbox);}}context.data.$textbox.focus();}).mousemove(function(e){context.data.selectedWithMouse=true;$.suggestions.highlight(context,$(e.target).closest('.suggestions-special'),false);})).appendTo($('body'));$(this).attr('autocomplete','off').keydown(function(e){context.data.keypressed=e.which;context.data.keypressedCount=0;switch(context.data.keypressed){case 40:e.preventDefault();e. stopImmediatePropagation();break;case 38:case 27:case 13:if(context.data.$container.is(':visible')){e.preventDefault();e.stopImmediatePropagation();}}}).keypress(function(e){context.data.keypressedCount++;$.suggestions.keypress(e,context,context.data.keypressed);}).keyup(function(e){if(context.data.keypressedCount===0){$.suggestions.keypress(e,context,context.data.keypressed);}}).blur(function(){if(context.data.mouseDownOn.length>0){return;}context.data.$container.hide();$.suggestions.cancel(context);});}$(this).data('suggestions-context',context);});return returnValue!==undefined?returnValue:$(this);};}(jQuery));;},{"css":[ ".suggestions{overflow:hidden;position:absolute;top:0;left:0;width:0;border:none;z-index:1099;padding:0;margin:-1px -1px 0 0} html \u003E body .suggestions{margin:-1px 0 0 0}.suggestions-special{position:relative;background-color:white;cursor:pointer;border:solid 1px #aaaaaa;padding:0;margin:0;margin-top:-2px;display:none;padding:0.25em 0.25em;line-height:1.25em}.suggestions-results{background-color:white;cursor:pointer;border:solid 1px #aaaaaa;padding:0;margin:0}.suggestions-result{color:black;margin:0;line-height:1.5em;padding:0.01em 0.25em;text-align:left}.suggestions-result-current{background-color:#4C59A6;color:white}.suggestions-special .special-label{color:gray;text-align:left}.suggestions-special .special-query{color:black;font-style:italic;text-align:left}.suggestions-special .special-hover{background-color:silver}.suggestions-result-current .special-label,.suggestions-result-current .special-query{color:white}.autoellipsis-matched,.highlight{font-weight:bold}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:9780324491b653a3780e2d029bdc140c */" ]},{});mw.loader.implement("jquery.tabIndex",function(){(function($){$.fn.firstTabIndex=function(){var minTabIndex=null;$(this).find('[tabindex]').each(function(){var tabIndex=parseInt($(this).prop('tabindex'),10);if(tabIndex>0&&!isNaN(tabIndex)){if(minTabIndex===null){minTabIndex=tabIndex;}else if(tabIndex0&&!isNaN(tabIndex)){if(maxTabIndex===null){maxTabIndex=tabIndex;}else if(tabIndex>maxTabIndex){maxTabIndex=tabIndex;}}});return maxTabIndex;};}(jQuery));;},{},{});mw.loader.implement("mediawiki.Title",function(){(function(mw,$){function Title(title,namespace){this.ns=0;this.name=null;this.ext=null;if(arguments.length===2){setNameAndExtension(this,title);this.ns=fixNsId(namespace);}else if(arguments.length===1){setAll(this,title);}return this;}var fn,clean=function(s){if (s!==undefined){return s.replace(/[\x00-\x1f\x23\x3c\x3e\x5b\x5d\x7b\x7c\x7d\x7f\s]+/g,'_');}},text=function(s){if(s!==null&&s!==undefined){return s.replace(/_/g,' ');}else{return'';}},fixName=function(s){return clean($.trim(s));},fixExt=function(s){return clean(s);},fixNsId=function(id){var ns=mw.config.get('wgFormattedNamespaces')[id.toString()];if(ns===undefined){return false;}else{return Number(id);}},getNsIdByName=function(ns){if(typeof ns!=='string'){return false;}ns=clean($.trim(ns.toLowerCase()));var id=mw.config.get('wgNamespaceIds')[ns];if(id===undefined){mw.log('mw.Title: Unrecognized namespace: '+ns);return false;}return fixNsId(id);},setAll=function(title,s){var matches=s.match(/^(?:([^:]+):)?(.*?)(?:\.(\w+))?$/),nsMatch=getNsIdByName(matches[1]);if(nsMatch&&typeof matches[2]==='string'&&matches[2]!==''){title.ns=nsMatch;title.name=fixName(matches[2]);if(typeof matches[3]==='string'&&matches[3]!==''){title.ext=fixExt(matches[3]);}}else{title.ns=0;setNameAndExtension(title, s);}return title;},setNameAndExtension=function(title,raw){var matches=raw.match(/^(?:)?(.*?)(?:\.(\w+))?$/);if(typeof matches[1]==='string'&&matches[1]!==''){title.name=fixName(matches[1]);if(typeof matches[2]==='string'&&matches[2]!==''){title.ext=fixExt(matches[2]);}}else{throw new Error('mw.Title: Could not parse title "'+raw+'"');}return title;};Title.exists=function(title){var type=$.type(title),obj=Title.exist.pages,match;if(type==='string'){match=obj[title];}else if(type==='object'&&title instanceof Title){match=obj[title.toString()];}else{throw new Error('mw.Title.exists: title must be a string or an instance of Title');}if(typeof match==='boolean'){return match;}return null;};Title.exist={pages:{},set:function(titles,state){titles=$.isArray(titles)?titles:[titles];state=state===undefined?true:!!state;var pages=this.pages,i,len=titles.length;for(i=0;i=',9.6]],docomo: false,blackberry:false,ipod:false,iphone:false},rtl:{opera:[['>=',9.6]],docomo:false,blackberry:false,ipod:false,iphone:false}}};if(!$.client.test(map)){return;}function computeResultRenderCache(context){var $form,formAction,baseHref,linkParams;$form=context.config.$region.closest('form');formAction=$form.attr('action');baseHref=formAction+(formAction.match(/\?/)?'&':'?');linkParams={};$.each($form.serializeArray(),function(idx,obj){linkParams[obj.name]=obj.value;});return{textParam:context.data.$textbox.attr('name'),linkParams:linkParams,baseHref:baseHref};}function renderFunction(text,context){if(!resultRenderCache){resultRenderCache=computeResultRenderCache(context);}resultRenderCache.linkParams[resultRenderCache.textParam]=text;this.append($('').css('whiteSpace','nowrap').text(text)).wrap($('').attr('href',resultRenderCache.baseHref+$.param(resultRenderCache.linkParams)).addClass('mw-searchSuggest-link'));}function specialRenderFunction(query,context){var $el=this;if(! resultRenderCache){resultRenderCache=computeResultRenderCache(context);}resultRenderCache.linkParams[resultRenderCache.textParam]=query;if($el.children().length===0){$el.append($('
    ').addClass('special-label').text(mw.msg('searchsuggest-containing')),$('
    ').addClass('special-query').text(query).autoEllipsis()).show();}else{$el.find('.special-query').text(query).autoEllipsis();}if($el.parent().hasClass('mw-searchSuggest-link')){$el.parent().attr('href',resultRenderCache.baseHref+$.param(resultRenderCache.linkParams)+'&fulltext=1');}else{$el.wrap($('').attr('href',resultRenderCache.baseHref+$.param(resultRenderCache.linkParams)+'&fulltext=1').addClass('mw-searchSuggest-link'));}}searchboxesSelectors=['#searchInput','#powerSearchText','#searchText','.mw-searchInput'];$(searchboxesSelectors.join(', ')).suggestions({fetch:function(query){var $el;if(query.length!==0){$el=$(this);$el.data('request',(new mw.Api()).get({action:'opensearch',search:query,namespace:0,suggest:''}).done( function(data){$el.suggestions('suggestions',data[1]);}));}},cancel:function(){var apiPromise=$(this).data('request');if(apiPromise&&$.isFunction(apiPromise.abort)){apiPromise.abort();$(this).removeData('request');}},result:{render:renderFunction,select:function($input){$input.closest('form').submit();}},delay:120,highlightInput:true}).bind('paste cut drop',function(){$(this).trigger('keypress');});if($searchRegion.length===0){return;}$searchInput.suggestions({result:{render:renderFunction,select:function($input){$input.closest('form').submit();}},special:{render:specialRenderFunction,select:function($input){$input.closest('form').append($(''));$input.closest('form').submit();}},$region:$searchRegion});$searchInput.data('suggestions-context').data.$container.css('fontSize',$searchInput.css('fontSize'));});}(mediaWiki,jQuery));;},{"css":[ ".suggestions a.mw-searchSuggest-link,.suggestions a.mw-searchSuggest-link:hover,.suggestions a.mw-searchSuggest-link:active,.suggestions a.mw-searchSuggest-link:focus{text-decoration:none;color:black}.suggestions-result-current a.mw-searchSuggest-link,.suggestions-result-current a.mw-searchSuggest-link:hover,.suggestions-result-current a.mw-searchSuggest-link:active,.suggestions-result-current a.mw-searchSuggest-link:focus{color:white}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:52b1797f70c7e4094dfa4191101944e8 */"]},{"searchsuggest-search":"Search","searchsuggest-containing":"containing..."});mw.loader.implement("mediawiki.user",function(){(function(mw,$){var callbacks,options,tokens,user;function getUserInfo(info,callback){var api;if(callbacks[info]){callbacks[info].add(callback);return;}callbacks.rights=$.Callbacks('once memory');callbacks.groups=$.Callbacks('once memory');callbacks[info].add(callback);api=new mw.Api();api.get({action:'query',meta:'userinfo',uiprop: 'rights|groups'}).always(function(data){var rights,groups;if(data.query&&data.query.userinfo){rights=data.query.userinfo.rights;groups=data.query.userinfo.groups;}callbacks.rights.fire(rights||[]);callbacks.groups.fire(groups||[]);});}callbacks={};options=mw.user.options||new mw.Map();tokens=mw.user.tokens||new mw.Map();mw.user=user={options:options,tokens:tokens,generateRandomSessionId:function(){var i,r,id='',seed='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';for(i=0;i<32;i++){r=Math.floor(Math.random()*seed.length);id+=seed.substring(r,r+1);}return id;},getName:function(){return mw.config.get('wgUserName');},name:function(){return user.getName();},getRegistration:function(){var registration=mw.config.get('wgUserRegistration');if(user.isAnon()){return false;}else if(registration===null){return null;}else{return new Date(registration);}},isAnon:function(){return user.getName()===null;},anonymous:function(){return user.isAnon();},sessionId:function(){var sessionId=$. cookie('mediaWiki.user.sessionId');if(typeof sessionId==='undefined'||sessionId===null){sessionId=user.generateRandomSessionId();$.cookie('mediaWiki.user.sessionId',sessionId,{'expires':null,'path':'/'});}return sessionId;},id:function(){var name=user.getName();if(name){return name;}return user.sessionId();},bucket:function(key,options){var cookie,parts,version,bucket,range,k,rand,total;options=$.extend({buckets:{},version:0,expires:30},options||{});cookie=$.cookie('mediaWiki.user.bucket:'+key);if(typeof cookie==='string'&&cookie.length>2&&cookie.indexOf(':')>0){parts=cookie.split(':');if(parts.length>1&&Number(parts[0])===options.version){version=Number(parts[0]);bucket=String(parts[1]);}}if(bucket===undefined){if(!$.isPlainObject(options.buckets)){throw'Invalid buckets error. Object expected for options.buckets.';}version=Number(options.version);range=0;for(k in options.buckets){range+=options.buckets[k];}rand=Math.random()*range;total=0;for(k in options.buckets){bucket=k;total+= options.buckets[k];if(total>=rand){break;}}$.cookie('mediaWiki.user.bucket:'+key,version+':'+bucket,{'path':'/','expires':Number(options.expires)});}return bucket;},getGroups:function(callback){getUserInfo('groups',callback);},getRights:function(callback){getUserInfo('rights',callback);}};}(mediaWiki,jQuery));;},{},{});mw.loader.implement("mediawiki.action.view.postEdit",function(){(function(mw,$){'use strict';var config=mw.config.get(['wgAction','wgCookiePrefix','wgCurRevisionId']),cookieKey=config.wgCookiePrefix+'PostEditRevision'+config.wgCurRevisionId,div,id;if(config.wgAction!=='view'||$.cookie(cookieKey)!=='1'){return;}$.cookie(cookieKey,null,{path:'/'});mw.config.set('wgPostEdit',true);function removeConfirmation(){div.parentNode.removeChild(div);mw.hook('postEdit.afterRemoval').fire();}function fadeOutConfirmation(){clearTimeout(id);div.firstChild.className='postedit postedit-faded';setTimeout(removeConfirmation,500);return false;}function showConfirmation(){div=document. createElement('div');div.className='postedit-container';div.innerHTML='';id=setTimeout(fadeOutConfirmation,3000);div.firstChild.lastChild.onclick=fadeOutConfirmation;document.body.insertBefore(div,document.body.firstChild);}mw.hook('postEdit').add(showConfirmation).fire();}(mediaWiki,jQuery));;},{"css":[ ".postedit-container{margin:0 auto;position:fixed;top:0;height:0;left:50%;z-index:1000}.postedit{position:relative;top:0.6em;left:-50%;padding:.6em 3.6em .6em 1.1em;font-size:0.8em;line-height:1.5625em;color:#626465;background-color:#f4f4f4;border:1px solid #dcd9d9;-webkit-text-shadow:0 0.0625em 0 rgba(255,255,255,0.5);-moz-text-shadow:0 0.0625em 0 rgba(255,255,255,0.5);text-shadow:0 0.0625em 0 rgba(255,255,255,0.5);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 5px 0 #ccc;-moz-box-shadow:0 2px 5px 0 #ccc;box-shadow:0 2px 5px 0 #ccc;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out}.skin-vector .postedit{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.skin-monobook .postedit{top:3em !important}.postedit-faded{opacity:0}.postedit-icon{padding-left:41px; line-height:25px;background-repeat:no-repeat;background-position:8px 50%}.postedit-icon-checkmark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABblBMVEUAAAD///////9PfTf///80aRdTgjn///9Feij///////////9Rfzf///////////9PfjZRgDh1o1xOfTb///////+bwYqLtnj///////9PfTa82K////9WhT6YxIL///9QgDdTgzr////////j7uDl7eLq8efi693k7OH///////9UhjuBr2rp9uRUhjr///9YljVKgir///9WiTlYjT3////9/v57vFlbkT5PjC9dlD/5/fhuq09stUTs9uhxuElctCpfnT1huDFloEZloUZmpENmvDZpvDxpvTxqvjxrvT5rvT9rwTxsqktswD5uwkBvuUdxw0NztFBztU9ztVBzwkp0tlJ1xkd2t1R3uVR4w1F4xk54x014yE15uVZ5v1R5xVB6v1R7yFJ8wVh9xVl9yFR9yVd9ylN+xVh+yFd/x1l/yFeAylmEx1+Ny2uY0Hqe04Wj1Ymv3Ze33qLD47TJ5L3O6cPU7Mrq9eb2+/Q4j37OAAAAQHRSTlMAAQIEBAUFBQwPFB4fJCUoKiosQEhJS01RUlZZXmdydXaChYuSlJSWmJmoq6uur8LExcvM19fg5ejt8fX2+Pr7SljgewAAAKpJREFUGBkFwQNCAwAAAMDLtl3LtrG4rWXbtvX77gAgZ6grFwC0bhwNVgKgdPZx8b0dgLi+s7Wn0VoAqpfOI9+BNADZI7fLrz2pSEwGHZuH+78lSK8ZLkLezF3ooyUG3VPXq2USei9WngeyoG195yBYWDF3E/2pAhl1e9Gr8bGT+bfOFCC2fnvh4X7rcqIAQNNu+HT6sxkAjceTL/2ZAIhv+PorBwBJxfkA//dFHSCBy/UTAAAAAElFTkSuQmCC);background-image:url(//bits.wikimedia.org/static-1.22wmf8/resources/mediawiki.action/images/green-checkmark.png?2013-06-20T16:33:20Z)!ie;background-position:left}.postedit-close{position:absolute;padding:0 .8em;right:0;top:0;font-size:1.25em;font-weight:bold;line-height:2.3em;color:black;text-shadow:0 0.0625em 0 white;text-decoration:none;opacity:0.2;filter:alpha(opacity=20)}.postedit-close:hover{color:black;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40)}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:a3fa01a5657ffac1de06123dc3529e1b */" ]},{"postedit-confirmation":"Your edit was saved."});mw.loader.implement("mediawiki.page.ready",function(){(function(mw,$){$(function(){var $sortableTables;if(!('placeholder'in document.createElement('input'))){$('input[placeholder]').placeholder();}$('.mw-collapsible').makeCollapsible();$sortableTables=$('table.sortable');if($sortableTables.length){mw.loader.using('jquery.tablesorter',function(){$sortableTables.tablesorter();});}$('input[type=checkbox]:not(.noshiftselect)').checkboxShiftClick();mw.util.updateTooltipAccessKeys();});}(mediaWiki,jQuery));;},{},{});mw.loader.implement("mobile.desktop",function(){(function($){var cookie=mw.config.get('wgStopMobileRedirectCookie');if(cookie){$('.stopMobileRedirectToggle').click(function(){$.cookie(cookie.name,null,{path:cookie.path,domain:cookie.domain});});}})(jQuery);;},{},{});mw.loader.implement("mw.MwEmbedSupport.style",function(){},{"css":[ "#container{position:relative;min-height:100%}#container,video{width:100%;height:100%}#playerContainer{overflow:hidden;position:relative;height:100%;background:#000}#videoHolder{position:relative;overflow:hidden}.fullscreen #playerContainer{position:absolute !important;width:100% !important;height:100%! important;z-index:9999;min-height:100%;top:0;left:0;margin:0}.mwEmbedPlayer{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0}.modal_editor{ left:10px;top:10px;right:10px;bottom:10px;position:fixed;z-index:100}.displayHTML a:visited{color:white}.loadingSpinner{width:32px;height:32px;display:block;padding:0px;background-image:url(//bits.wikimedia.org/static-1.22wmf8/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/skins/common/images/loading_ani.gif?2013-06-20T16:35:00Z)}.mw-imported-resource{border:thin solid black}.kaltura-icon{background-image:url(//bits.wikimedia.org/static-1.22wmf8/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/skins/common/images/kaltura_logo_sm_transparent.png?2013-06-20T16:35:00Z) !important;background-repeat:no-repeat;display:block;height:12px;width:12px;margin-top:2px !important;margin-left:3px !important}.mw-fullscreen-overlay{background:rgb(0,0,0) none repeat scroll 0% 0%;position:fixed;top:0pt;left:0pt;width:100%;height:100%;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous} .play-btn-large{width:70px;height:53px;background :url(//bits.wikimedia.org/static-1.22wmf8/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/skins/common/images/player_big_play_button.png?2013-06-20T16:35:00Z);position :absolute;cursor :pointer;border :none !important;z-index :1}.play-btn-large:hover{background :url(//bits.wikimedia.org/static-1.22wmf8/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/skins/common/images/player_big_play_button_hover.png?2013-06-20T16:35:00Z)}.carouselContainer{position :absolute;width :100%;z-index :2}.carouselVideoTitle{position :absolute;top :0px;left :0px;width :100%;background :rgba(0,0,0,0.8);color :white;font-size :small;font-weight :bold;z-index :2}.carouselVideoTitleText{display :block;padding :10px 10px 10px 20px}.carouselTitleDuration{position :absolute;top :0px;right :0px;padding :2px;background-color :#5A5A5A;color :#D9D9D9;font-size :smaller;z-index :2}.carouselImgTitle{position :absolute;width :100%;text-align :center;color :white;font-size :small;background :rgba(0,0,0,0.4)}.carouselImgDuration{position :absolute;top :2px;left :2px;background :rgba( 0,0,0,0.7 );color :white;padding :1px 6px;font-size :small}.carouselPrevButton,.carouselNextButton{display :block;position :absolute;bottom:23px}.carouselPrevButton{left :5px}.carouselNextButton{right:6px}.alert-container{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-image:linear-gradient(bottom,rgb(215,215,215) 4%,rgb(230,230,230) 55%,rgb(255,255,255) 100%);background-image:-o-linear-gradient(bottom,rgb(215,215,215) 4%,rgb(230,230,230) 55%,rgb(255,255,255) 100%);background-image:-moz-linear-gradient(bottom,rgb(215,215,215) 4%,rgb(230,230,230) 55%,rgb(255,255,255) 100%);background-image:-webkit-linear-gradient(bottom,rgb(215,215,215) 4%,rgb(230,230,230) 55%,rgb(255,255,255) 100%);background-image:-ms-linear-gradient(bottom,rgb(215,215,215) 4%,rgb(230,230,230) 55%,rgb(255,255,255) 100%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.04,rgb(215,215,215)),color-stop(0.55,rgb(230,230,230)),color-stop(1,rgb(255,255,255)));margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;max-width:80%;max-height:30%}.alert-title{background-color :#E6E6E6;padding :5px;border-bottom :1px solid #D1D1D1;font-weight :normal !important;font-size:14px !important;-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px }.alert-message{padding :5px;font-weight :normal !important;text-align:center;font-size:14px !important}.alert-buttons-container{text-align:center;padding-bottom:5px}.alert-button{background-color:#474747;color:white;-webkit-border-radius:.5em;-moz-border-radius:.5em;border-radius:.5em;padding:2px 10px;background-image:linear-gradient(bottom,rgb(25,25,25) 4%,rgb(47,47,47) 55%,rgb(71,71,71) 68%);background-image:-o-linear-gradient(bottom,rgb(25,25,25) 4%,rgb(47,47,47) 55%,rgb(71,71,71) 68%);background-image:-moz-linear-gradient(bottom,rgb(25,25,25) 4%,rgb(47,47,47) 55%,rgb(71,71,71) 68%);background-image:-webkit-linear-gradient(bottom,rgb(25,25,25) 4%,rgb(47,47,47) 55%,rgb(71,71,71) 68%);background-image:-ms-linear-gradient(bottom,rgb(25,25,25) 4%,rgb(47,47,47) 55%,rgb(71,71,71) 68%);background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0.04,rgb(25,25,25)),color-stop(0.55,rgb(47,47,47)),color-stop(0.68,rgb(71,71,71)) )}.alert-text{color :black !important}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:19e420ad0be0ef2d4588e2d318a054c1 */" ]},{});mw.loader.implement("mw.PopUpMediaTransform",function(){(function(mw,$){$(document).ready(function(){$('.PopUpMediaTransform a').each(function(){$(this).click(function(event){var $videoContainer=$(unescape($(this).parent().attr('data-videopayload')));mw.addDialog({'width':'auto','height':'auto','title':$videoContainer.find('video,audio').attr('data-mwtitle'),'content':$videoContainer,'close':function(){var domEl=$(this).find('video,audio').get(0);if(domEl&&domEl.pause){domEl.pause();}return true;}}).css('overflow','hidden').find('video,audio').embedPlayer();return false;});});});})(mediaWiki,jQuery);;},{"css":[ ".PopUpMediaTransform a .play-btn-large{position :absolute;top:50%;left :50%;width:70px;height:53px;margin-left:-35px;margin-top:-25px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA1CAMAAADLRm3ZAAABnlBMVEUAAAAAAAAAAABaWlp4eHh7e3t/f393d3eDg4N0dHRtbW2FhYVra2uJiYmNjY1nZ2eRkZFkZGSUlJRiYmKYmJhgYGCcnJxeXl5cXFyfn58AAACioqKlpaWsrKwAAACpqakAAAAAAAAAAAAAAABEREQFBQUHBwdMTEwAAAAYGBgAAAAAAAABAQEXFxcAAAAAAAAAAABxcXGoqKh3d3eampp8fHyIiIgUFBQcHBw0NDSFhYV+fn5FRUUmJiaNjY11dXWPj4+Hh4c9PT14eHifn59nZ2eBgYFISEiBgYFubm5vb28ODg4lJSVra2tiYmJoaGgEBAQmJiZmZmaLi4saGhpiYmKYmJhZWVlgYGBfX19vb29DQ0MGBgZcXFyBgYFKSkoPDw9ZWVlzc3NQUFBXV1eKiopUVFQdHR1VVVUQEBBYWFglJSVTU1NXV1cKCgosLCySkpJRUVFISEgyMjJPT08dHR2GhoY4ODhNTU09PT0MDAwuLi57e3sTExNJSUkgICBOTk4hISEbGxtTU1MoKChBQUEsLCxXV1cAAABycnIdNM6eAAAAinRSTlOzj6jO1dbX1NfU09nS2drR29Hc0N3Q3c/O3gDf3+Ce4EgIGW7HtbXKnLouq7S5cHIq1ODQ3NTXuLq/1tXEvNjT2NjC093N18bW0dC2vNHM0LW90Ne5z9rLzsrTxbXN1Me3zdDKzdfLu8y3zb3Lyba/2svFwcq618PKxLa/1LjJu8q8u8y+xsDKrdJqj5XQAAABYklEQVR4Xu3XVVNCQRjH4VdQEbvFVRAOIRl2d3d3d3d317d2GEaGOOfM1oUXPB/gN7NX/30BIYPeGMPAqDcgBMhrBUZWLwJBAcwcAriBAzfogAMdKIADBUUmmqm64JAxl2m1k/XMmZkin+YaxsxYqd9iA1OmsfDPajVDZqMgoL1jhzpTmR+k/OCQMlObG+L4dJgq050d5rKVJlOXGaHijjxzny6i94k005YqatBFlmlKEdfy1UeS+UmS0tllwc/0JEhT9WNnBuJlqCy4maE4OSO4mdFYOeO4mQm1jCnAzUyXSJqdm8fOLCRKWVomWIaVZHFrLqJlWE8Ts7lFuAzbGZF294iXYT8rnPLICcSZk5xQyjMzzTKc5wXTXFnoluFaE+TmlnYZipUBpgcA5syjjWU1Tf7I8wvbhr/6Im/vTmDLgO3D9Gn+R5+2aIbXzeABDjwgOIDZtwDIzvwsnR1xujV/AS6zSfMs2bS9AAAAAElFTkSuQmCC);background-image:url(//bits.wikimedia.org/static-1.22wmf8/extensions/TimedMediaHandler/resources/player_big_play_button.png?2013-06-20T16:36:40Z)!ie}.PopUpMediaTransform a .play-btn-large :hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA1CAMAAADLRm3ZAAABtlBMVEUAAAAAAAAAAAC5ubm1tbWwsLC+vr6Li4vExMSrq6umpqbIyMjOzs6ioqLT09OdnZ3Y2NiZmZnc3NyWlpbh4eGSkpLn5+eQkJCNjY0AAADr6+vv7+/z8/P39/cAAAD9/f0AAAAAAAAAAAAAAAB2dnYAAAAoKCj5+flra2sMDAwAAAAAAAAAAAAAAAAAAAACAgLW1tbPz88wMDCHh4fExMS8vLxKSkpubm6vr6+qqqo0NDQQEBDCwsK1tbUmJiaysrLT09PLy8uIiIgXFxetra2+vr7r6+tycnIbGxvMzMyTk5O1tbU8PDyjo6PR0dG0tLQLCwufn58HBwc9PT2bm5shISEqKiqXl5cICAiJiYmTk5Pj4+OoqKhpaWkKCgqOjo5TU1OXl5cYGBiKioo9PT18fHwlJSWGhoYuLi6CgoIvLy+Dg4Ofn5+oqKg7OzuAgIDk5OSLi4tHR0fIyMh9fX3Z2dlycnJPT08JCQl7e3vJyclhYWFZWVl4eHhhYWEUFBS6urpqamofHx9ycnK2trZzc3N6eno1NTUsLCyKioqAgIBBQUFmZmZHR0cICAjBwcEAAACIiIg+YVJpAAAAknRSTlOzj6jt6+ru4O/p5/Hy5vPl9eT24/ji+eHgAPr7/P2e/hlICG7YLr7+07accipwq7Tw777X6erGzuLjv7fs4rzn8PDYuObr+dK57tjqwuTu6rbjtcPiur3htdvg8+jRtt7H3Lndwdi83b7bwNze5cPb9t/G7drz0Mq22e7MzdjPuOrUu9fo1NnCwN/cxdLItu6t3VahkKcAAAFlSURBVHhe7dfFcgJBFIbRGyLEXegIDBAITtzd3d3d3d3d88ZJigqFzExNyyILzgN8Vb36+wJCGrXWj4JWrUEIkMUElEwWBJwMqNk4sAIDVlACA0qQAQMygowv05fNIDNYplKNFFBnmjN+ZU5SZtrTHHJnqTKVqX8KFykyWSlO9auNxJmmZBebOSWEmZ1EN3v73USZ0ngPxyckmbpYL3n5+JnLaB5FxbiZ20heU+V4mYpwflXVNTiZ2jAhHw1G6Zm1YGEtrZIzbUEiOjqlZrr8xfRIzfQGiOmXmhkIFDEEUjPDIYJGx8YlZyZChdxNYyzDTAS/uXmsZViI4rO0jLkMKzHevtaxl2EjztPWth2wM7sJ7uQHhyTLcJTkSnFqJFuGM4WL8wvSZUiXO11dA1BnbvQ0q2lwRO4f6Db88ekn8vxiB7oM6F8Nb+//6NPmy7C6GczAgBk4G1D75ADpqJ+l1CFGt+Y3XGRJEJqP8KwAAAAASUVORK5CYII=);background-image:url(//bits.wikimedia.org/static-1.22wmf8/extensions/TimedMediaHandler/resources/player_big_play_button_hover.png?2013-06-20T16:36:40Z)!ie}.PopUpMediaTransform{position :relative;display:inline-block}li.gallerybox div.thumb div.PopUpMediaTransform{margin:0 auto}\n/* cache key: enwiki:resourceloader:filter:minify-css:7:70a403e698628bec2d03c37157ccc01d */" ]},{});mw.loader.implement("schema.Edit",function(){mediaWiki.eventLog.declareSchema("Edit",{"schema":{"description":"Logs generic events related to editing activity. All events are logged client-side.","properties":{"version":{"type":"integer","required":true,"description":"Version number. This field can be used to track changes in instrumentation that affect the nature of the data collected."},"action":{"type":"string","required":true,"enum":["edit-link-click","section-edit-link-click","page-edit-impression","page-save-attempt","page-save-success"],"description": "The actions involved in an attempt to edit a page:\n\nedit-link-click: Click on the page-level [Edit] tab\n\nsection-edit-link-click: Click on a section-level [edit] link.\n\npage-edit-impression: The edit screen is loaded (the UI loaded is specified via the editor field). Not logged again on impressions of the preview screen. Does *not* log if the user opens a protected page, e.g. by clicking on [View source]\n\npage-save-attempt: Logs an attempt to save the page as the user clicks on the [Save page] button, before we know if it succeeded.\n\npage-save-success - Logs a successful page save via post-edit status on the client-side."},"latency":{"type":"integer","description":"Latency measurement (in milliseconds) associated with action. TODO: Clarify what this means for each action"},"editor":{"type":"string","enum":["visualeditor","wikitext"],"required":true,"description":"The Interface through which the user is attempting to edit the page."},"pageId":{"type":"integer","description": "ID of the page the user is attempting to edit, if available."},"pageNs":{"type":"integer","description":"Namespace ID of the page the user is attempting to edit."},"pageName":{"type":"string","description":"Full title of the page the user is attempting to edit, including namespace (wgPageName format). This is needed to log edit activity on redlinks where pageId and revId are not available."},"pageViewSessionId":{"type":"string","required":true,"description":"A string of 32 alphanumeric characters, unique to the current page view session; used for grouping events."},"revId":{"type":"integer","description":"Current revision of the page the user is currently attempting to edit, if available.\n\nFor page-save-attempt, it is the old revId for the page, since it is not yet known whether the edit will succeed.\n\nIs updated to the latest revision for action=page-save-success events."},"userId":{"type":"integer","required":true,"description":"The user's user ID, or '0' if not logged in."}}}, "revision":5570274});},{},{});mw.loader.implement("schema.GettingStartedNavbar",function(){mediaWiki.eventLog.declareSchema("GettingStartedNavbar",{"schema":{"description":"Logs events related to tasks assigned to new registered users via the GettingStarted extension. In this experiment we test three different types of tasks:\n\n1. adding links\n2. copyediting\n3. improving clarity\n\nWe also control for users returning to the referral page via the returnTo link. A navigation bar and guiders are displayed when users land on a GettingStarted article.","properties":{"version":{"type":"integer","required":true,"description":"Version number"},"action":{"type":"string","required":true,"enum":["welcomepage-impression","welcomepage-click","gettingstarted-specialpage-impression","gettingstarted-click","page-impression","page-edit-impression","page-save-attempt","page-save-success","navbar-return-click","navbar-next-click"],"description": "The actions involved in accepting a task and completing it.\n\nwelcomepage-impression occurs immediately after they signup, whether they see the GettingStarted UI or the control (built-in UI)\n\nwelcomepage-click is used for both test and control, for items that only appear on the post-signup welcome page, excluding GettingStarted task clicks which are logged as gettingstarted-click; this event currently only applies to clicks on the returnto button.\n\ngettingstarted-specialpage-impression occurs if they visit the actual Special:GettingStarted page (i.e., not immediately post-signup)\n\ngettingstarted-click means a click on an article task (gettingstarted-* task). It can occur on the post-signup welcome page or on the actual Special:GettingStarted page.\n\nThe other events occur on a page linked from the post-signup welcome page when users visit it (either a task page or the referral page linked via returnTo)\n\npage-edit-impression also logs if user opens a protected page by clicking on [View source] (see isEditable field below).\n\nNavbar events refer to actions taken on the navigation bar given to users on task articles:\n\n* navbar-return-click means they clicked 'Return to list'.\n* navbar-next-click means they clicked 'Try another article'." },"isNavbarVisible":{"type":"boolean","description":"Whether the navbar is visible. Logged on all client-side page-* events:\npage-impression\npage-edit-impression\npage-save-success"},"source":{"type":"string","enum":["navbar-return","navbar-next","gettingstarted"],"description":"Logs the source of a gettingstarted-specialpage-impression or page-impression event.\n\nNULL source for gettingstarted-specialpage-impression and page-impression is possible (if none of the below apply), NULL source for page-edit-impression is required.\n\nnavbar-return applies only to gettingstarted-specialpage-impression:\n\n* navbar-return means they clicked 'Return to list'.\n\nnavbar-next and gettingstarted apply only to page-impression:\n\n* navbar-next means the source was the 'Try another' article navbar link.\n* gettingstarted means the source was GettingStarted (either actual special page or post-signup landing page)."},"funnel":{"type":"string","description": "Identifies the funnel in which an action is occurring. It is logged on the page-*, navbar-*, welcomepage-click, and gettingstarted-click events. For welcomepage-click, it must be 'returnto'. For gettingstarted-click, it must be one of the others in this enum *besides* 'returnto'.","enum":["gettingstarted-addlinks","gettingstarted-copyedit","gettingstarted-clarify","returnto"]},"bucket":{"type":"string","required":true,"enum":["test","control"],"description":"Identifies the experimental bucket a user is randomly assigned to."},"pageId":{"type":"integer","description":"ID of the target article the user is invited to edit, or currently attempting to edit, if available. Logged only on:\n\n* page-impression\n* page-edit-impression\n* page-save-attempt\n* page-save-success\n* navbar-return-click\n* navbar-next-click.\n\nBut it always applies to the current page, not the page they are clicking to (e.g. for navbar-next-click)"},"revId":{"type":"integer","description": "Current revision of the target article the user is invited to edit, or currently attempting to edit, if available.\n\nFor page-save-attempt, it is the old revId for the article, since it is not yet known whether the edit will succeed.\n\nIs updated to the latest revision for action=page-save-success events.\n\nAvailable for same actions as pageId"},"userId":{"type":"integer","description":"User ID (events from anonymous users are not logged)","required":true},"isNew":{"type":"boolean","description":"Always sent as true with welcomepage-impression and welcomepage-click, whether it is test or control. Always sent as false with gettingstarted-specialpage-impression\n\nAlso sent for gettingstarted-click, in which case it is the same as the isNew on the current impression"},"isEditable":{"type":"boolean","description":"True if the target article the user is invited to edit (or attempting to edit for page-save-attempt) is editable based on user privileges"}}},"revision":5588671});},{},{}); mw.loader.implement("schema.NavigationTiming",function(){mediaWiki.eventLog.declareSchema("NavigationTiming",{"schema":{"description":"Represents a set of client-side latency measurements provided by NavigationTiming API","properties":{"userAgent":{"type":"string","description":"Browser's user-agent string","required":true},"isAnon":{"type":"boolean","description":"True if the user was anonymous; false if logged in.","required":true},"mobileMode":{"type":"string","enum":["alpha","beta","stable"],"description":"If in mobile view, specifies the mobile mode. Absent otherwise."},"isHttps":{"type":"boolean","description":"True if request was secure (i.e., used HTTPS)."},"redirectCount":{"type":"integer","description":"Number of times the document request was redirected"},"originCountry":{"type":"string","description":"Country in which request originated, based on GeoIP look-up."},"dnsLookup":{"type":"integer","description": "Time it took to resolve names (domainLookupEnd - domainLookupStart)"},"connecting":{"type":"integer","description":"Time it took to establish a connection to the server (connectEnd - connectStart)"},"sending":{"type":"integer","description":"Time from start of navigation to start of fetch (fetchStart - navigationStart)"},"waiting":{"type":"integer","description":"Time from immediately before browser started request to first byte of response (responseStart - requestStart)"},"redirecting":{"type":"integer","description":"Time spent following redirects"},"receiving":{"type":"integer","description":"Time from first byte of response to last (responseEnd - responseStart)"},"rendering":{"type":"integer","description":"Time from immediately after the last byte was sent to the page fully loading (loadEventEnd - responseEnd)"},"loading":{"type":"integer","description":"Time from start of navigation until just before firing of 'onload' event (loadEventStart - navigationStart)"},"pageId":{"type": "integer","description":"`page_id` of requested page. Unset for special pages."},"revId":{"type":"integer","description":"Revision ID of requested page. Unset for special pages."},"action":{"type":"string","description":"Value of 'wgAction': view', 'submit', 'history', etc. Unset for special pages."}}},"revision":5336845});},{},{});mw.loader.implement("skins.vector.js",function(){jQuery(function($){$('div.vectorMenu').each(function(){var $el=$(this);$el.find('h3:first a:first').click(function(e){$el.find('.menu:first').toggleClass('menuForceShow');e.preventDefault();}).focus(function(){$el.addClass('vectorMenuFocus');}).blur(function(){$el.removeClass('vectorMenuFocus');});});var $cactions=$('#p-cactions');$('#p-views ul').bind('beforeTabCollapse',function(){if($cactions.hasClass('emptyPortlet')){$cactions.removeClass('emptyPortlet').find('h3, h5').css('width','1px').animate({'width':'24px'},390);}}).bind('beforeTabExpand',function(){if($cactions.find('li').length===1){$cactions.find( 'h3, h5').animate({'width':'1px'},390,function(){$(this).attr('style','').parent().addClass('emptyPortlet');});}}).collapsibleTabs();});(function($){var rtl=$('html').attr('dir')==='rtl';$.fn.collapsibleTabs=function(options){if(!this.length){return this;}var $settings=$.extend({},$.collapsibleTabs.defaults,options);this.each(function(){var $el=$(this);$.collapsibleTabs.instances=($.collapsibleTabs.instances.length===0?$el:$.collapsibleTabs.instances.add($el));$el.data('collapsibleTabsSettings',$settings);$el.children($settings.collapsible).each(function(){$.collapsibleTabs.addData($(this));});});if(!$.collapsibleTabs.boundEvent){$(window).delayedBind('500','resize',function(){$.collapsibleTabs.handleResize();});}$.collapsibleTabs.handleResize();return this;};function calculateTabDistance(){var $leftTab,$rightTab,leftEnd,rightStart;if(!rtl){$leftTab=$('#left-navigation');$rightTab=$('#right-navigation');}else{$leftTab=$('#right-navigation');$rightTab=$('#left-navigation');}leftEnd= $leftTab.offset().left+$leftTab.width();rightStart=$rightTab.offset().left;return rightStart-leftEnd;}$.collapsibleTabs={instances:[],boundEvent:null,defaults:{expandedContainer:'#p-views ul',collapsedContainer:'#p-cactions ul',collapsible:'li.collapsible',shifting:false,expandCondition:function(eleWidth){return calculateTabDistance()>=eleWidth;},collapseCondition:function(){return calculateTabDistance()<0;}},addData:function($collapsible){var $settings=$collapsible.parent().data('collapsibleTabsSettings');if($settings!==null){$collapsible.data('collapsibleTabsSettings',{expandedContainer:$settings.expandedContainer,collapsedContainer:$settings.collapsedContainer,expandedWidth:$collapsible.width(),prevElement:$collapsible.prev()});}},getSettings:function($collapsible){var $settings=$collapsible.data('collapsibleTabsSettings');if($settings===undefined){$.collapsibleTabs.addData($collapsible);$settings=$collapsible.data('collapsibleTabsSettings');}return $settings;},handleResize:function (){$.collapsibleTabs.instances.each(function(){var $el=$(this),data=$.collapsibleTabs.getSettings($el);if(data.shifting){return;}if($el.children(data.collapsible).length>0&&data.collapseCondition()){$el.trigger('beforeTabCollapse');$.collapsibleTabs.moveToCollapsed($el.children(data.collapsible+':last'));}if($(data.collapsedContainer+' '+data.collapsible).length>0&&data.expandCondition($.collapsibleTabs.getSettings($(data.collapsedContainer).children(data.collapsible+':first')).expandedWidth)){$el.trigger('beforeTabExpand');$.collapsibleTabs.moveToExpanded(data.collapsedContainer+' '+data.collapsible+':first');}});},moveToCollapsed:function(ele){var data,expContainerSettings,target,$moving=$(ele);data=$.collapsibleTabs.getSettings($moving);if(!data){return;}expContainerSettings=$.collapsibleTabs.getSettings($(data.expandedContainer));if(!expContainerSettings){return;}expContainerSettings.shifting=true;target=data.collapsedContainer;$moving.css('position','relative').css((rtl?'left': 'right'),0).animate({width:'1px'},'normal',function(){var data,expContainerSettings;$(this).hide();$('').insertAfter(this);$(this).detach().prependTo(target).data('collapsibleTabsSettings',data);$(this).attr('style','display: list-item;');data=$.collapsibleTabs.getSettings($(ele));if(data){expContainerSettings=$.collapsibleTabs.getSettings($(data.expandedContainer));if(expContainerSettings){expContainerSettings.shifting=false;$.collapsibleTabs.handleResize();}}});},moveToExpanded:function(ele){var data,expContainerSettings,$target,expandedWidth,$moving=$(ele);data=$.collapsibleTabs.getSettings($moving);if(!data){return;}expContainerSettings=$.collapsibleTabs.getSettings($(data.expandedContainer));if(!expContainerSettings){return;}expContainerSettings.shifting=true;$target=$(data.expandedContainer).find('span.placeholder:first');expandedWidth=data.expandedWidth;$moving.css('position','relative').css((rtl?'right':'left'),0).css( 'width','1px');$target.replaceWith($moving.detach().css('width','1px').data('collapsibleTabsSettings',data).animate({width:expandedWidth+'px'},'normal',function(){$(this).attr('style','display: block;');var data,expContainerSettings;data=$.collapsibleTabs.getSettings($(this));if(data){expContainerSettings=$.collapsibleTabs.getSettings($(data.expandedContainer));if(expContainerSettings){expContainerSettings.shifting=false;$.collapsibleTabs.handleResize();}}}));}};}(jQuery));;},{},{}); /* cache key: enwiki:resourceloader:filter:minify-js:7:d610dc360701f476a2ca2eaebc993ea3 */