function isCompatible(ua){return!!((function(){'use strict';return!this&&Function.prototype.bind;}())&&'querySelector'in document&&'localStorage'in window&&!ua.match(/MSIE 10|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass|^Mozilla\/5\.0 .+ Gecko\/$|googleweblight|PLAYSTATION|PlayStation/));}if(!isCompatible(navigator.userAgent)){document.documentElement.className=document.documentElement.className.replace(/(^|\s)client-js(\s|$)/,'$1client-nojs$2');while(window.NORLQ&&NORLQ[0]){NORLQ.shift()();}NORLQ={push:function(fn){fn();}};RLQ={push:function(){}};}else{if(window.performance&&performance.mark){performance.mark('mwStartup');}(function(){'use strict';var con=window.console;function logError(topic,data){if(con.log){var e=data.exception;var msg=(e?'Exception':'Error')+' in '+data.source+(data.module?' in module '+data.module:'')+(e?':':'.');con.log(msg);if(e&&con.warn){con.warn(e);}}}function Map(){this.values=Object.create(null);}Map.prototype={constructor:Map,get:function( selection,fallback){if(arguments.length<2){fallback=null;}if(typeof selection==='string'){return selection in this.values?this.values[selection]:fallback;}var results;if(Array.isArray(selection)){results={};for(var i=0;i1){if(typeof selection==='string'){this.values[selection]=value;return true;}}else if(typeof selection==='object'){for(var key in selection){this.values[key]=selection[key];}return true;}return false;},exists:function(selection){return typeof selection==='string'&&selection in this.values;}};var log=function(){};log.warn=con.warn?Function.prototype.bind.call(con.warn,con):function(){};var mw={now:function(){var perf=window.performance; var navStart=perf&&perf.timing&&perf.timing.navigationStart;mw.now=navStart&&perf.now?function(){return navStart+perf.now();}:Date.now;return mw.now();},trackQueue:[],track:function(topic,data){mw.trackQueue.push({topic:topic,data:data});},trackError:function(topic,data){mw.track(topic,data);logError(topic,data);},Map:Map,config:new Map(),messages:new Map(),templates:new Map(),log:log};window.mw=window.mediaWiki=mw;}());(function(){'use strict';var StringSet,store,hasOwn=Object.hasOwnProperty;function defineFallbacks(){StringSet=window.Set||function(){var set=Object.create(null);return{add:function(value){set[value]=true;},has:function(value){return value in set;}};};}defineFallbacks();function fnv132(str){var hash=0x811C9DC5;for(var i=0;i>>0).toString(36).slice(0,5);while(hash.length<5){hash='0'+hash;}return hash;}var isES6Supported=typeof Promise==='function'&&Promise. prototype.finally&&/./g.flags==='g'&&(function(){try{new Function('(a = 0) => a');return true;}catch(e){return false;}}());var registry=Object.create(null),sources=Object.create(null),handlingPendingRequests=false,pendingRequests=[],queue=[],jobs=[],willPropagate=false,errorModules=[],baseModules=["jquery","mediawiki.base"],marker=document.querySelector('meta[name="ResourceLoaderDynamicStyles"]'),lastCssBuffer,rAF=window.requestAnimationFrame||setTimeout;function addToHead(el,nextNode){if(nextNode&&nextNode.parentNode){nextNode.parentNode.insertBefore(el,nextNode);}else{document.head.appendChild(el);}}function newStyleTag(text,nextNode){var el=document.createElement('style');el.appendChild(document.createTextNode(text));addToHead(el,nextNode);return el;}function flushCssBuffer(cssBuffer){if(cssBuffer===lastCssBuffer){lastCssBuffer=null;}newStyleTag(cssBuffer.cssText,marker);for(var i=0;i '+deps[i]);}sortDependencies(deps[i],resolved,unresolved);}}resolved.push(module);}function resolve(modules){var resolved=baseModules. slice();for(var i=0;i=arr.length){markModuleReady();return;}queueModuleScript(arr[offset],module,function(){nestedAddScript(arr,offset+1);});};try{if(Array.isArray(script)){nestedAddScript(script,0);}else if(typeof script==='function'){if(module==='jquery'){script();}else{script(window.$, window.$,mw.loader.require,registry[module].module);}markModuleReady();}else if(typeof script==='object'&&script!==null){var mainScript=script.files[script.main];if(typeof mainScript!=='function'){throw new Error('Main file in module '+module+' must be a function');}mainScript(makeRequireFunction(registry[module],script.main),registry[module].module,registry[module].module.exports);markModuleReady();}else if(typeof script==='string'){domEval(script);markModuleReady();}else{markModuleReady();}}catch(e){setAndPropagate(module,'error');mw.trackError('resourceloader.exception',{exception:e,module:module,source:'module-execute'});}};if(registry[module].messages){mw.messages.set(registry[module].messages);}if(registry[module].templates){mw.templates.set(module,registry[module].templates);}var cssPending=0;var cssHandle=function(){cssPending++;return function(){cssPending--;if(cssPending===0){var runScriptCopy=runScript;runScript=undefined;runScriptCopy();}};};if(registry[module].style){for( var key in registry[module].style){var value=registry[module].style[key];if(key==='css'){for(var i=0;imw.loader.maxQueryLength){doRequest();length=0;moduleMap=Object.create(null);}if(!moduleMap[prefix]){moduleMap[prefix]=[];}length+=bytesAdded;moduleMap[prefix].push(suffix);}doRequest();}}}function asyncEval(implementations,cb){if(!implementations.length){return;}mw.requestIdleCallback(function(){try{domEval(implementations.join(';'));}catch(err){cb(err);}});}function getModuleKey(module){return module in registry?(module+'@'+registry[module].version):null;}function splitModuleKey(key){var index=key.lastIndexOf('@');if(index=== -1||index===0){return{name:key,version:''};}return{name:key.slice(0,index),version:key.slice(index+1)};}function registerOne(module,version,dependencies,group,source,skip){if(module in registry){throw new Error('module already registered: '+module);}version=String(version||'');if(version.slice(-1)==='!'){if(!isES6Supported){return;}version=version.slice(0,-1);}registry[module]={module:{exports:{}},packageExports:{},version:version,dependencies:dependencies||[],group:typeof group==='undefined'?null:group,source:typeof source==='string'?source:'local',state:'registered',skip:typeof skip==='string'?skip:null};}mw.loader={moduleRegistry:registry,maxQueryLength:2000,addStyleTag:newStyleTag,addScriptTag:addScript,addLinkTag:addLink,enqueue:enqueue,resolve:resolve,work:function(){store.init();var q=queue.length,storedImplementations=[],storedNames=[],requestNames=[],batch=new StringSet();while(q--){var module=queue[q];if(mw.loader.getState(module)==='registered'&&!batch.has(module)){registry[ module].state='loading';batch.add(module);var implementation=store.get(module);if(implementation){storedImplementations.push(implementation);storedNames.push(module);}else{requestNames.push(module);}}}queue=[];asyncEval(storedImplementations,function(err){store.stats.failed++;store.clear();mw.trackError('resourceloader.exception',{exception:err,source:'store-eval'});var failed=storedNames.filter(function(name){return registry[name].state==='loading';});batchRequest(failed);});batchRequest(requestNames);},addSource:function(ids){for(var id in ids){if(id in sources){throw new Error('source already registered: '+id);}sources[id]=ids[id];}},register:function(modules){if(typeof modules!=='object'){registerOne.apply(null,arguments);return;}function resolveIndex(dep){return typeof dep==='number'?modules[dep][0]:dep;}for(var i=0;i1e5){return;}this.items[key]=src;},prune:function(){for(var key in this.items){if(getModuleKey(splitModuleKey(key).name)!==key){this.stats.expired++;delete this.items[key];}}},clear:function(){this.items={};try{localStorage.removeItem(this.key);}catch(e){}},requestUpdate:function(){if(!hasPendingWrites){hasPendingWrites=true; setTimeout(function(){mw.requestIdleCallback(flushWrites);},2000);}}};}());mw.requestIdleCallbackInternal=function(callback){setTimeout(function(){var start=mw.now();callback({didTimeout:false,timeRemaining:function(){return Math.max(0,50-(mw.now()-start));}});},1);};mw.requestIdleCallback=window.requestIdleCallback?window.requestIdleCallback.bind(window):mw.requestIdleCallbackInternal;(function(){var queue;mw.loader.addSource({"local":"/load.php"});mw.loader.register([["site","wabk1"],["site.styles","9v394",[],2],["filepage","1ljys"],["user","4f7l7",[374],0],["user.styles","93isv",[],0],["user.options","12s5i",[],1],["mediawiki.skinning.interface","wlufs"],["jquery.makeCollapsible.styles","qx5d5"],["mediawiki.skinning.content.parsoid","1dr11"],["jquery","p9z7x"],["es6-polyfills","1xwex",[],null,null,"return Array.prototype.find\u0026\u0026Array.prototype.findIndex\u0026\u0026Array.prototype.includes\u0026\u0026typeof Promise==='function'\u0026\u0026Promise.prototype.finally;"],[ "web2017-polyfills","5cxhc",[10],null,null,"return'IntersectionObserver'in window\u0026\u0026typeof fetch==='function'\u0026\u0026typeof URL==='function'\u0026\u0026'toJSON'in URL.prototype;"],["mediawiki.base","nqel2",[9]],["jquery.chosen","fjvzv"],["jquery.client","1jnox"],["jquery.color","1y5ur"],["jquery.confirmable","1qc1o",[109]],["jquery.cookie","emj1l"],["jquery.form","1djyv"],["jquery.fullscreen","1lanf"],["jquery.highlightText","a2wnf",[83]],["jquery.hoverIntent","1cahm"],["jquery.i18n","1pu0k",[108]],["jquery.lengthLimit","k5zgm",[67]],["jquery.makeCollapsible","1863g",[7,83]],["jquery.spinner","1rx3f",[26]],["jquery.spinner.styles","153wt"],["jquery.suggestions","1g6wh",[20]],["jquery.tablesorter","owtca",[29,110,83]],["jquery.tablesorter.styles","rwcx6"],["jquery.textSelection","m1do8",[14]],["jquery.throttle-debounce","1p2bq"],["jquery.tipsy","tl14d"],["jquery.ui","1h75h"],["moment","x1k6h",[106,83]],["vue","zfi8r!"],["@vue/composition-api","scw0q!",[35]],["vuex","1twvy!" ,[35]],["wvui","v4ef5!",[36]],["wvui-search","1nhzn!",[35]],["@wikimedia/codex","r6zyv!",[35]],["@wikimedia/codex-search","1p7vn!",[35]],["mediawiki.template","bca94"],["mediawiki.template.mustache","199kg",[42]],["mediawiki.apipretty","19n2s"],["mediawiki.api","4z1te",[73,109]],["mediawiki.content.json","f49yo"],["mediawiki.confirmCloseWindow","1ewwa"],["mediawiki.debug","d8is9",[193]],["mediawiki.diff","paqy5"],["mediawiki.diff.styles","6sx1o"],["mediawiki.feedback","dk4zz",[932,201]],["mediawiki.feedlink","1yq8n"],["mediawiki.filewarning","1brek",[193,205]],["mediawiki.ForeignApi","6vgsr",[55]],["mediawiki.ForeignApi.core","llzm2",[80,45,189]],["mediawiki.helplink","wjdrt"],["mediawiki.hlist","15zvc"],["mediawiki.htmlform","1icg3",[23,83]],["mediawiki.htmlform.ooui","1m5pb",[193]],["mediawiki.htmlform.styles","1mdmd"],["mediawiki.htmlform.ooui.styles","t3imb"],["mediawiki.icon","17xpk"],["mediawiki.inspect","88qa7",[67,83]],["mediawiki.notification","18btm",[83,89]],[ "mediawiki.notification.convertmessagebox","1kd6x",[64]],["mediawiki.notification.convertmessagebox.styles","19vc0"],["mediawiki.String","1vc9s"],["mediawiki.pager.styles","eo2ge"],["mediawiki.pager.tablePager","1fcs6"],["mediawiki.pulsatingdot","1i1zo"],["mediawiki.searchSuggest","14m0z",[27,45]],["mediawiki.storage","2gicm",[83]],["mediawiki.Title","1345o",[67,83]],["mediawiki.Upload","ooev2",[45]],["mediawiki.ForeignUpload","2bu58",[54,74]],["mediawiki.Upload.Dialog","198dv",[77]],["mediawiki.Upload.BookletLayout","178we",[74,81,34,196,201,206,207]],["mediawiki.ForeignStructuredUpload.BookletLayout","nss65",[75,77,113,172,166]],["mediawiki.toc","1jhap",[86]],["mediawiki.Uri","5izs0",[83]],["mediawiki.user","1fogn",[45,86]],["mediawiki.userSuggest","1hhzv",[27,45]],["mediawiki.util","17o8f",[14,11]],["mediawiki.checkboxtoggle","159pl"],["mediawiki.checkboxtoggle.styles","1b0zv"],["mediawiki.cookie","wqyd0",[17]],["mediawiki.experiments","dhcyy"],["mediawiki.editfont.styles","1rala"], ["mediawiki.visibleTimeout","xcitq"],["mediawiki.action.delete","1ssul",[23,193]],["mediawiki.action.edit","108tk",[30,92,45,88,168]],["mediawiki.action.edit.styles","ra6er"],["mediawiki.action.edit.collapsibleFooter","za3yf",[24,62,72]],["mediawiki.action.edit.preview","1kz6y",[25,119,81]],["mediawiki.action.history","cpbx3",[24]],["mediawiki.action.history.styles","w2lii"],["mediawiki.action.protect","1dt0w",[23,193]],["mediawiki.action.view.metadata","13p0w",[104]],["mediawiki.action.view.categoryPage.styles","acp5g"],["mediawiki.action.view.postEdit","13vzn",[109,64,193,212]],["mediawiki.action.view.redirect","iqcjx"],["mediawiki.action.view.redirectPage","x5z6j"],["mediawiki.action.edit.editWarning","ihdqq",[30,47,109]],["mediawiki.action.view.filepage","mbna9"],["mediawiki.action.styles","g8x3w"],["mediawiki.language","1ysaw",[107]],["mediawiki.cldr","w8zqb",[108]],["mediawiki.libs.pluralruleparser","1kwne"],["mediawiki.jqueryMsg","1sww8",[67,106,83,5]],[ "mediawiki.language.months","1iag2",[106]],["mediawiki.language.names","1581y",[106]],["mediawiki.language.specialCharacters","f8zox",[106]],["mediawiki.libs.jpegmeta","1h4oh"],["mediawiki.page.gallery","19ugl",[115,83]],["mediawiki.page.gallery.styles","1ctf8"],["mediawiki.page.gallery.slideshow","1knfa",[45,196,215,217]],["mediawiki.page.ready","1toj5",[45]],["mediawiki.page.watch.ajax","45qm7",[45]],["mediawiki.page.preview","8a65o",[24,30,45,49,50,193]],["mediawiki.page.image.pagination","kn7b4",[25,83]],["mediawiki.rcfilters.filters.base.styles","k81tw"],["mediawiki.rcfilters.highlightCircles.seenunseen.styles","bi6k7"],["mediawiki.rcfilters.filters.ui","a7pqj",[24,80,81,163,202,209,211,212,213,215,216]],["mediawiki.interface.helpers.styles","11bx0"],["mediawiki.special","qjio0"],["mediawiki.special.apisandbox","rkyc0",[24,80,183,169,192]],["mediawiki.special.block","1n3h1",[58,166,182,173,183,180,209]],["mediawiki.misc-authed-ooui","1iw6h",[59,163,168]],[ "mediawiki.misc-authed-pref","16eja",[5]],["mediawiki.misc-authed-curate","1vp4k",[16,25,45]],["mediawiki.special.changeslist","10rtz"],["mediawiki.special.changeslist.watchlistexpiry","1tnj7",[125,212]],["mediawiki.special.changeslist.enhanced","1kflq"],["mediawiki.special.changeslist.legend","1ao08"],["mediawiki.special.changeslist.legend.js","qa88i",[24,86]],["mediawiki.special.contributions","1luqq",[24,109,166,192]],["mediawiki.special.edittags","79img",[13,23]],["mediawiki.special.import.styles.ooui","1hzv9"],["mediawiki.special.changecredentials","f9fqt"],["mediawiki.special.changeemail","10bxu"],["mediawiki.special.preferences.ooui","17q0e",[47,88,65,72,173,168]],["mediawiki.special.preferences.styles.ooui","wdoru"],["mediawiki.special.revisionDelete","13kw3",[23]],["mediawiki.special.search","11pp3",[185]],["mediawiki.special.search.commonsInterwikiWidget","e3z5z",[80,45]],["mediawiki.special.search.interwikiwidget.styles","cxv8q"],["mediawiki.special.search.styles","fq89u"],[ "mediawiki.special.unwatchedPages","mk9s7",[45]],["mediawiki.special.upload","1kaju",[25,45,47,113,125,42]],["mediawiki.special.userlogin.common.styles","j29v0"],["mediawiki.special.userlogin.login.styles","1xva6"],["mediawiki.special.createaccount","mbk5h",[45]],["mediawiki.special.userlogin.signup.styles","2q1sd"],["mediawiki.special.userrights","4k0n6",[23,65]],["mediawiki.special.watchlist","lr1n3",[45,193,212]],["mediawiki.ui","wpviy"],["mediawiki.ui.checkbox","3rebp"],["mediawiki.ui.radio","1usg4"],["mediawiki.ui.anchor","1yxgk"],["mediawiki.ui.button","19cke"],["mediawiki.ui.input","1lzvw"],["mediawiki.ui.icon","vzvsl"],["mediawiki.widgets","b4g36",[45,164,196,206,207]],["mediawiki.widgets.styles","1x5du"],["mediawiki.widgets.AbandonEditDialog","1tcrg",[201]],["mediawiki.widgets.DateInputWidget","1axcu",[167,34,196,217]],["mediawiki.widgets.DateInputWidget.styles","15tly"],["mediawiki.widgets.visibleLengthLimit","m325n",[23,193]],["mediawiki.widgets.datetime","1m5jf",[83,193,212 ,216,217]],["mediawiki.widgets.expiry","m5uji",[169,34,196]],["mediawiki.widgets.CheckMatrixWidget","k9si1",[193]],["mediawiki.widgets.CategoryMultiselectWidget","x4tey",[54,196]],["mediawiki.widgets.SelectWithInputWidget","yzuek",[174,196]],["mediawiki.widgets.SelectWithInputWidget.styles","vkr7h"],["mediawiki.widgets.SizeFilterWidget","1hmr4",[176,196]],["mediawiki.widgets.SizeFilterWidget.styles","ceybj"],["mediawiki.widgets.MediaSearch","13spi",[54,81,196]],["mediawiki.widgets.Table","p2qhh",[196]],["mediawiki.widgets.TagMultiselectWidget","1erse",[196]],["mediawiki.widgets.UserInputWidget","jsk5k",[45,196]],["mediawiki.widgets.UsersMultiselectWidget","1m6vb",[45,196]],["mediawiki.widgets.NamespacesMultiselectWidget","pwj2l",[196]],["mediawiki.widgets.TitlesMultiselectWidget","gt95w",[163]],["mediawiki.widgets.TagMultiselectWidget.styles","1rjw4"],["mediawiki.widgets.SearchInputWidget","z70j2",[71,163,212]],["mediawiki.widgets.SearchInputWidget.styles","9327p"],[ "mediawiki.watchstar.widgets","1gkq3",[192]],["mediawiki.deflate","1ci7b"],["oojs","ewqeo"],["mediawiki.router","1ugrh",[191]],["oojs-router","m96yy",[189]],["oojs-ui","1jh3r",[199,196,201]],["oojs-ui-core","19n17",[106,189,195,194,203]],["oojs-ui-core.styles","bhypz"],["oojs-ui-core.icons","ppjn0"],["oojs-ui-widgets","m06x0",[193,198]],["oojs-ui-widgets.styles","iugsk"],["oojs-ui-widgets.icons","hfrne"],["oojs-ui-toolbars","jn1zo",[193,200]],["oojs-ui-toolbars.icons","e1dsk"],["oojs-ui-windows","yeube",[193,202]],["oojs-ui-windows.icons","1q35n"],["oojs-ui.styles.indicators","okgoh"],["oojs-ui.styles.icons-accessibility","1re3z"],["oojs-ui.styles.icons-alerts","8ni14"],["oojs-ui.styles.icons-content","1soxl"],["oojs-ui.styles.icons-editing-advanced","oqe8e"],["oojs-ui.styles.icons-editing-citation","olvb5"],["oojs-ui.styles.icons-editing-core","qkkti"],["oojs-ui.styles.icons-editing-list","4o32a"],["oojs-ui.styles.icons-editing-styling","14e4j"],["oojs-ui.styles.icons-interactions", "1uwhq"],["oojs-ui.styles.icons-layout","46b9f"],["oojs-ui.styles.icons-location","9k1nj"],["oojs-ui.styles.icons-media","1n6w7"],["oojs-ui.styles.icons-moderation","hknkk"],["oojs-ui.styles.icons-movement","hhrbu"],["oojs-ui.styles.icons-user","znfav"],["oojs-ui.styles.icons-wikimedia","1m3kd"],["ext.cite.styles","1o8is"],["ext.cite.style","6t36z"],["ext.cite.visualEditor.core","4m7e0",[296]],["ext.cite.visualEditor","t2cv4",[221,220,222,205,208,212]],["ext.cite.ux-enhancements","14f0k"],["ext.categoryTree","1j302",[45]],["ext.categoryTree.styles","1d80w"],["ext.charinsert","o59y2",[30]],["ext.charinsert.styles","1nn4w"],["ext.inputBox.styles","1pddj"],["ext.math.styles","1esxo"],["ext.math.scripts","9r3ia"],["mw.widgets.MathWbEntitySelector","zc14e",[54,163,"mw.config.values.wbRepo",201]],["ext.math.visualEditor","1395j",[230,288]],["ext.math.visualEditor.mathSymbolsData","ltjso",[233]],["ext.math.visualEditor.mathSymbols","18eu7",[234]],["ext.math.visualEditor.chemSymbolsData", "ar9ku",[233]],["ext.math.visualEditor.chemSymbols","s750r",[236]],["ext.scribunto.errors","s78x0",[33]],["ext.scribunto.logs","c053i"],["ext.scribunto.edit","pr9mn",[25,45]],["ext.pygments","gkbas"],["ext.pygments.linenumbers","1ra7j",[83]],["ext.geshi.visualEditor","17p9b",[288]],["ext.disambiguator","ljgw9!",[45,64]],["ext.disambiguator.visualEditor","58qs5",[295]],["mediawiki.api.titleblacklist","63y45",[45]],["ext.titleblacklist.visualEditor","105v1"],["ext.Tabber","1pw1h",[80]],["ext.confirmEdit.editPreview.ipwhitelist.styles","11y4q"],["ext.confirmEdit.visualEditor","rlq1b",[928]],["ext.confirmEdit.simpleCaptcha","14a9d"],["ext.confirmEdit.reCaptchaNoCaptcha.visualEditor","19t4y"],["socket.io","1g15q"],["dompurify","jdu0z"],["color-picker","jq79v"],["unicodejs","1r04c"],["papaparse","oiasq"],["rangefix","1ext9"],["spark-md5","9kzx3"],["ext.visualEditor.supportCheck","13rwp",[],3],["ext.visualEditor.sanitize","1m52e",[254,277],3],["ext.visualEditor.progressBarWidget","1rnzo",[],3 ],["ext.visualEditor.tempWikitextEditorWidget","k7mf7",[88,81],3],["ext.visualEditor.desktopArticleTarget.init","bypk9",[262,260,263,274,30,80,117,72],3],["ext.visualEditor.desktopArticleTarget.noscript","1nhq2"],["ext.visualEditor.targetLoader","9n4ua",[276,274,30,80,72,81],3],["ext.visualEditor.desktopTarget","ykcje",[],3],["ext.visualEditor.desktopArticleTarget","g1kws",[280,285,267,290],3],["ext.visualEditor.collabTarget","5yjhp",[278,284,88,163,212,213],3],["ext.visualEditor.collabTarget.desktop","sutjo",[269,285,267,290],3],["ext.visualEditor.collabTarget.init","y6pwg",[260,163,192],3],["ext.visualEditor.collabTarget.init.styles","8xxz4"],["ext.visualEditor.ve","1l3o4",[],3],["ext.visualEditor.track","1ma8w",[273],3],["ext.visualEditor.core.utils","pwn7s",[274,192],3],["ext.visualEditor.core.utils.parsing","yk6md",[273],3],["ext.visualEditor.base","zc0r3",[275,276,256],3],["ext.visualEditor.mediawiki","1ss41",[277,266,28,927],3],["ext.visualEditor.mwsave","1axsr",[288,23,25,49,50 ,212],3],["ext.visualEditor.articleTarget","1pfsm",[289,279,165],3],["ext.visualEditor.data","1y6yw",[278]],["ext.visualEditor.core","bvh9w",[261,260,14,257,258,259],3],["ext.visualEditor.commentAnnotation","oduq3",[282],3],["ext.visualEditor.rebase","1tydf",[255,299,283,218,253],3],["ext.visualEditor.core.desktop","1ncrc",[282],3],["ext.visualEditor.welcome","2nhv1",[192],3],["ext.visualEditor.switching","tfa3p",[45,192,204,207,209],3],["ext.visualEditor.mwcore","b2rbx",[300,278,287,286,124,70,8,163],3],["ext.visualEditor.mwextensions","1jh3r",[281,311,304,306,291,308,293,305,294,296],3],["ext.visualEditor.mwextensions.desktop","1jh3r",[289,295,78],3],["ext.visualEditor.mwformatting","gd083",[288],3],["ext.visualEditor.mwimage.core","15tdo",[288],3],["ext.visualEditor.mwimage","1w086",[292,177,34,215,219],3],["ext.visualEditor.mwlink","1dwiz",[288],3],["ext.visualEditor.mwmeta","1qgl1",[294,102],3],["ext.visualEditor.mwtransclusion","10nkm",[288,180],3],["treeDiffer","1i331"],[ "diffMatchPatch","1rln1"],["ext.visualEditor.checkList","87j6z",[282],3],["ext.visualEditor.diffing","1ihq2",[298,282,297],3],["ext.visualEditor.diffPage.init.styles","1u8sf"],["ext.visualEditor.diffLoader","1rup1",[266],3],["ext.visualEditor.diffPage.init","1j8gh",[302,192,204,207],3],["ext.visualEditor.language","vjmmx",[282,927,111],3],["ext.visualEditor.mwlanguage","owb8t",[282],3],["ext.visualEditor.mwalienextension","erzjn",[288],3],["ext.visualEditor.mwwikitext","c42d1",[294,88],3],["ext.visualEditor.mwgallery","40zeb",[288,115,177,215],3],["ext.visualEditor.mwsignature","7iust",[296],3],["ext.visualEditor.experimental","1jh3r",[],3],["ext.visualEditor.icons","1jh3r",[312,313,205,206,207,209,210,211,212,213,216,217,218,203],3],["ext.visualEditor.moduleIcons","1krys"],["ext.visualEditor.moduleIndicators","45apz"],["ext.checkUser","mbten",[28,80,68,72,163,209,212,214,216,218]],["ext.checkUser.styles","14d8h"],["ext.guidedTour.tour.checkuserinvestigateform","1jrhm",[ "ext.guidedTour"]],["ext.guidedTour.tour.checkuserinvestigate","16oj9",[314,"ext.guidedTour"]],["ext.sm.common","wn1uz"],["ext.maps.geojson.new.page","15ak4",[45]],["ext.maps.geojson.page","pdrq7",[328]],["ext.maps.resizable","1jh3r",[33]],["ext.maps.api","14ya9",[45]],["ext.maps.leaflet.library","1mdg3"],["ext.maps.leaflet.fullscreen","8f0m5",[323]],["ext.maps.leaflet.geojson","1167j"],["ext.maps.leaflet.loader","11lhv",[322,324,325,327,318]],["ext.maps.leaflet.markercluster","1jp0m",[323]],["ext.maps.leaflet.editor","1lsjp",[322,324,325,81]],["ext.maps.googlemaps3","kqlpn"],["ext.maps.gm3.markercluster","1xg2e",[329]],["ext.maps.gm3.markerwithlabel","kwcuh",[329]],["ext.maps.gm3.geoxml","l0t0g",[329]],["ext.maps.googlemaps3ajax","yoxih",[329,318]],["ext.maps.wikitext.editor","bs3vm",[33]],["ext.CodeMirror","1aujb",[336,30,33,81,211]],["ext.CodeMirror.data","isv6b"],["ext.CodeMirror.lib","1cuhe"],["ext.CodeMirror.addons","1s5sd",[337]],["ext.CodeMirror.mode.mediawiki","11jkn",[337]],[ "ext.CodeMirror.lib.mode.css","ri6yn",[337]],["ext.CodeMirror.lib.mode.javascript","tkjyf",[337]],["ext.CodeMirror.lib.mode.xml","lulkh",[337]],["ext.CodeMirror.lib.mode.htmlmixed","55n3v",[340,341,342]],["ext.CodeMirror.lib.mode.clike","x6dn7",[337]],["ext.CodeMirror.lib.mode.php","d3qbf",[344,343]],["ext.CodeMirror.visualEditor.init","2cue5"],["ext.CodeMirror.visualEditor","1izb0",[288]],["ext.wikiEditor","1fena",[30,33,112,81,163,208,209,210,211,215,42],4],["ext.wikiEditor.styles","rlj9c",[],4],["ext.wikiEditor.images","155fu"],["ext.wikiEditor.realtimepreview","1w5xs",[348,350,119,70,72,212]],["ext.MsUpload","1wxhp"],["ext.fandom.CreatePage.js","1tpjm",[434,9]],["ext.categorySelect.js","9y12o",[533,515,524]],["ext.fandom.abuseFilter.aceEditor.js","liqrg",[434,9]],["ext.fandom.Achievements.js","nhe81",[524]],["ext.fandom.Achievements.SpecialLeaderboard.js","1gykp",[612]],["ext.fandom.Activity.tabs.js","3qjty",[516]],["ext.fandom.AdminDashboard.fandomdesktop.js","g3i84",[520,560,533] ],["ext.fandom.AdminDashboard.WikiFeatures.js","1uez7",[533,524]],["ext.fandom.ae.babTracking.js","7lhod",[550]],["ext.fandom.ae.consentQueue.js","w14kt",[434,9]],["ext.fandom.Alcatraz.js","7wk09",[508]],["ext.fandom.AnalyticsEngine.comscore.js","5qbgr",[627]],["ext.fandom.AnalyticsEngine.quantcast.js","tkih0",[627]],["ext.fandom.ArticleComments.desktop.js","11748",[514,522]],["ext.fandom.ArticleComments.mobile.js","1oi0t",[514,522]],["ext.fandom.Auth.preferences.js","floau",[508]],["ext.fandom.bannerNotifications.migrationBanner.js","19ogl",[508]],["ext.fandom.baselayout.js","1pz4d",[598,535,606]],["ext.fandom.CategoryPage.CategoryLayoutSelector.js","17w7r",[612]],["ext.fandom.CategoryPage.mobile.js","waqwb",[533]],["ext.fandom.ContentReview.jsReload.js","qtz0x",[434,9]],["ext.fandom.ContentReview.legacyLoaders.js","7e30u",[434,9,83]],["ext.fandom.ContentReview.reviewActions.js","rifzu",[508,524]],["ext.fandom.ContentReview.submit.js","r5fnr",[508,524]],[ "ext.fandom.ContentReview.testModeBanner.js","1v0vw",[508,524]],["ext.fandom.CreatePage.Dialog.js","1a54j",[533,524]],["ext.fandom.CreatePageOpenDialog.js","umtny",[520]],["ext.fandom.creatorMetrics.wikiEditor.js","1nvt9",[434,9]],["ext.fandom.DiscussionMaintenance.js","1hlu3",[508]],["ext.fandom.dismissableSitenotice.js","q2im4",[612]],["ext.fandom.Email.SpecialSendEmail.js","vwj8m",[519,518,514]],["ext.fandom.FacebookLocale.js","yulei",[549]],["ext.fandom.FacebookTags.js","y8471",[521,514,566]],["ext.fandom.FandomEmbedVideo.js","4bfaz",[514]],["ext.fandom.FandomThanks.mobileDiff.js","1ribw",[434,9]],["ext.fandom.FandomThanksRecentChanges.js","10sf6",[509]],["ext.fandom.FandomVisualEditor.mobileEditSection.js","1wkjp",[434,9]],["ext.fandom.ForumRedirect.legacyLinkHider.js","1qiqs",[434,9]],["ext.fandom.FounderProgressBar.js","10fb5",[560]],["ext.fandom.GalleryTracking.js","132nd",[533,514]],["ext.fandom.ImageGalleryIconModuleInit.js","1h9c2",[654,514]],["ext.fandom.Insights.js", "qghn8",[535]],["ext.fandom.InteractiveMaps.SpecialReports.js","1b1n1",[556,570,514]],["ext.fandom.InteractiveMapsSourceEditor.js","1iq5b",[559]],["ext.fandom.InterwikiEdit.js","fitkw",[434,9,109]],["ext.fandom.ListGlobalUsers.js","1g1rw",[434,9]],["ext.fandom.listUsers.js","qmwld",[508,45,196]],["ext.fandom.MapsTracking.js","198oh",[533,514]],["ext.fandom.mediaWikiMigrationHooks.js","16qcl",[612]],["ext.fandom.MigrationSchedule.js","uu5jz",[514]],["ext.fandom.MigrationTableAndFormTools.js","10scj",[626,514]],["ext.fandom.MobileImageGallery.Navigational.js","katx2",[628,521,510,566]],["ext.fandom.multiTasksMultiDelete.js","6fdzt",[508,45]],["ext.fandom.NewFilesFilters.js","pe5m5",[514]],["ext.fandom.nositenotice.js","1g43q",[567]],["ext.fandom.Phalanx.block.js","fhnp7",[508,524]],["ext.fandom.Phalanx.blockListing.js","j0kev",[508]],["ext.fandom.PhalanxStats.js","1pb0y",[508]],["ext.fandom.photoGallery.gallery.js","c85vl",[574,632,578]],["ext.fandom.photoGallery.slider.js","148pe",[574] ],["ext.fandom.QualtricsSiteIntercept.js","1iivw",[434,9]],["ext.fandom.QuickAdopt.js","39scs",[83,201,575]],["ext.fandom.QuickTools.js","1xhls",[81,524,201,575]],["ext.fandom.sitenotice.mobile.js","1sx2s",[567]],["ext.fandom.slider.js","50tph",[574,546]],["ext.fandom.SocialLogs.js","1td13",[535]],["ext.fandom.specialVideos.js","1by71",[508]],["ext.fandom.Tabber.js","1sbyl",[514,606]],["ext.fandom.ThemeDesignerNextMobileThemingAppliedAdminBanner.js","1gc5t",[521,577,508,566]],["ext.fandom.ThemeDesignerNextMobileThemingBanner.js","1ugqe",[521,508,566]],["ext.fandom.TwitterTag.js","1wq6z",[514]],["ext.fandom.UncrawlableUrl.anchors.js","1lrzq",[514,581]],["ext.fandom.UncrawlableUrl.spans.js","1wn0t",[514,581]],["ext.fandom.UnifiedCommunitySearchTracking.js","1272c",[658]],["ext.fandom.UnifiedSearchTracking.js","xptc1",[511,658]],["ext.fandom.uploadNewImages.js","gq5e2",[543,580,632,524]],["ext.fandom.UserProfileActivity.js","1oqd3",[595,524]],["ext.fandom.visualEditorGoalExperiment.js", "olltf",[632,508,514]],["ext.fandom.WDACReview.js","28xo3",[434,9]],["ext.portableInfoboxFandomDesktop.js","1a58g",[434,9]],["ext.tabView.editor.js","djn0v",[434,9]],["fandomRequire.js","18ssi"],["floatingScroll.js","k7r6u",[514]],["skin.fandommobile.ActionHistory.js","2pacg",[434,9]],["skin.fandommobile.mobileApp.js","1phf5",[434,9]],["skin.fandommobile.MobileDiff.js","193jy",[434,9]],["skin.fandommobile.RecirculationPrefooter.init.js","sz98r",[434,9]],["skin.fandommobile.trackContributions.js","3b08x",[584]],["skin.fandommobile.trackHistoryPage.js","124ku",[584]],["skin.fandommobile.trackMobileDiff.js","1duxy",[584]],["skin.fandommobile.trackRecentChanges.js","4rf74",[584]],["skin.fandommobile.trackUndoEdit.js","1ndgf",[584]],["ext.fandom.AgeGate.loader.js","c72sd",[529,674,612,527,670]],["ext.fandom.ArticleVideo.desktop.js","r6tst",[674,648]],["ext.fandom.ArticleVideo.mobile.js","1ddgf",[674,648]],["ext.fandom.GlobalComponents.GlobalFooter.js","ko6jr",[549,535,613]],[ "ext.fandom.GlobalComponents.GlobalNavigationAnon.js","jzghd",[619,557,604]],["ext.fandom.GlobalComponents.MobileGlobalNavigationAnon.js","1ni84",[640,604]],["ext.fandom.GlobalShortcuts.js","1bfo4",[641,527,109]],["ext.fandom.HeartbeatTracking.js","77y1y",[669,650,514,670]],["ext.fandom.Migration.js","pi6rq",[514,585,591]],["ext.fandom.MobileImageGallery.Default.js","1pxbz",[628,521,595,517,510,546,566]],["ext.fandom.Optimizely.js","tfa15",[627,622]],["ext.fandom.phalanx.visualEditor.js","z1vwv",[280,434,9]],["ext.fandom.photoGallery.slideshow.js","1b3g0",[574,632,578,609]],["ext.fandom.sitenotice.desktop.js","1iws0",[567]],["ext.portableInfobox.mobile.js","fxxyw",[533,585]],["ext.tabView.js","11nre",[521,519,518,632,674,534,631,566]],["shared.jquery.autocomplete.js","1budq",[434,9]],["ext.fandom.announcements.js","75ojg",[521,508,196,201,217,566]],["ext.fandom.Blogs.js","1m6pj",[533,521,524,196,201,566]],["ext.fandom.curatedContentTool.js","1seyo",[595,514,585,591]],[ "ext.fandom.GlobalComponents.MobileGlobalNavigation.js","s61jf",[640,604,665]],["ext.fandom.GlobalComponents.RegistrationButtons.js","qr5dz",[604,535,613,605]],["ext.fandom.GlobalComponents.StickyNavigation.js","vy4pj",[553,604,528,546]],["ext.fandom.JWPlayerTag.js","1580x",[533,514]],["ext.fandom.TimeAgoMessaging.js","25ora",[514,109]],["ext.fandom.wikiaBar.js","13sen",[520,533,546,514]],["skin.fandomdesktop.FanFeed.js","1p11h",[533,621,585,629,591,609]],["skin.fandomdesktop.rail.lazyRail.js","jxm5c",[585,583,615,609]],["ext.fandom.GlobalComponents.CommunityHeader.js","pbzws",[636,604,607,613]],["ext.fandom.GlobalComponents.GlobalNavigation.js","4hvk2",[619,557,604,665]],["ext.fandom.InteractiveMaps.allmaps.js","p8sjv",[533,570,535]],["ext.fandom.performanceMonitoring.js","sbviq",[669,518,555,549,81]],["ext.fandom.tcs.dialog.js","vby4k",[508,109,639,196,201,571]],["ext.fandom.Activity.social.js","vrzu9",[516,521,632,585,193,566]],["ext.fandom.AgeGate.js","1kro7",[594,632,526,530]],[ "ext.fandom.communityPage.js","13hs7",[533,585,524,591]],["ext.fandom.photoGallery.gallery.lazy.js","1euuk",[650,578]],["ext.fandom.wikiaBar.lazy.js","1mcmk",[580,555,508,524,196]],["ext.fandom.Lightbox.js","h3ou8",[543,508,524,602,609]],["ext.fandom.WikiAnalytics.js","lnybq",[562,660,673]],["skin.fandommobile.RecirculationPrefooter.js","1j4am",[533,621,632,554,524,629,583,591,609]],["ext.fandom.FandomVisualEditor.mobile.js","1j120",[647,280,"ext.visualEditor.core.mobile",295,307,551,569,547]],["ext.fandom.GlobalShortcuts.lazy.js","o7dq2",[641,585,591]],["ext.fandom.GlobalComponents.CommunityBar.js","1ve5s",[636,604,607,613]],["ext.fandom.wikiEditor.js","w2v8p",[582,533,287,546,645,514]],["ext.fandom.ExperimentTRFC161.js","1dn04",[572,637,614,610,525,530]],["ext.fandom.InteractiveMaps.js","cn2ya",[568,537,565,676,83]],["ext.fandom.HighlightToAction.js","rff7h",[533,632,555,674,542,601,622]],["ext.fandom.UserProfile.js","16w36",[632,674,544,526,614,631,524,530]],[ "ext.fandom.QuickAnswers.js","1b2h8",[611,572,662,534,568,625,614,610,565,673,653,530]],["ext.fandom.CreateNewWiki.js","gj1bh",[543,521,632,546,541,637,526,537,614,539,646,653,525,566,530]],["ext.fandom.DiscussionsAbuseFilter.js","1jwir",[594,529,572,544,576,656,548,526,537,638,625,614,535,673,530]],["skin.fandommobile.js","mceju",[654,621,607,649,535,524,606,613,584,609,547]],["ext.fandom.MessageWall.js","1ef9u",[677,620,532,524,530]],["ext.fandom.ArticleComments.js","1mcmn",[677,623,653,530]],["ext.categorySelect.lazy.js","y8vw8",[533,585,524,196,591]],["ext.fandom.Track.pageview.js","1bn24",[669,632,627,652,566]],["ext.fandom.ThemeDesignerNext.js","1bvzf",[579,577,572,537,638,614,675,663,653,624,564]],["skin.fandomdesktop.js","2gqso",[520,654,553,621,620,632,598,607,649,435,542,600,536,631,535,109,512,513,606,603,613,530]],["ext.fandom.NewInfoboxBuilder.js","1h4xb",[659,572,537,614,675,610,663,671,653,571]],["ext.fandom.visualEditor.js","iinpm",[647,582,508,268,307,515,644,603,564, 569]],["ext.fandom.InteractiveMapEditor.js","1ejjd",[553,635,579,652,545,637,548,537,614,535,676,671,559,564]],["ext.fandom.WikiConfig.js","s1301",[556,620,572,662,576,568,546,548,537,614,675,610,558,535,109,660,653]],["ext.fandom.bannerNotifications.js","oy6wq",[533,585,591]],["ext.fandom.ThanksTracking.js","1fwpg",[533]],["ext.fandom.Thumbnails.js","d0tz9",[434,9]],["ext.fandom.UnifiedSearchAlgolia.js","11hi9",[434,9]],["skin.fandomdesktop.gallery.js","28dvj",[514]],["skin.fandomdesktop.rail.toggle.js","cf8o6",[573,615]],["jquery-2y_Me4M5.js","17n81",[434,9]],["jqueryFandomExtensions-QWgPRlp0.js","133hn",[514]],["ActivityFeedTracking--LzPoQH2.js","1w66b",[533,514]],["_define_property-Dm8Zhy8x.js","ng9wu",[434,9]],["_object_spread_props-CN8WC5g_.js","tqh1g",[434,9]],["_object_spread-JVOrHY-I.js","1tfh0",[517]],["CreatePage-Kd99BtT8.js","1cnbi",[527]],["_async_to_generator-jOWabKm2.js","s3o25",[434,9]],["loadAC-kZRKXpFh.js","a1pey",[623,612]],["_commonjsHelpers-uoxkznTN.js","1ljb6",[ 434,9]],["nirvana-pB_greGO.js","noeiz",[514]],["style-inject.es-PCNE7Lkm.js","3wyia",[434,9]],["index-Yg8rS7rE.js","nqtg8",[643,634]],["lazyModules-OeHDNbtP.js","1wn57",[521,566]],["env-7dm_ojH1.js","1jm6l",[519,626]],["ModalPortalProvider-H24aRL1L.js","6yihk",[632,643]],["utils-Vmu-lvXK.js","6dute",[508,609]],["Timeago-yOvPt42_.js","lr23h",[600,631,601]],["index-Xx7QDuBg.js","5e667",[434,9]],["Tracker-qWYMmtwi.js","68vak",[550]],["index-FNbMATZ8.js","1558z",[643,634]],["load-L3F9zgAY.js","k937m",[434,9]],["index-qVZ9xBuO.js","15w2w",[643]],["index-aDG9Y94x.js","1p777",[540,634]],["index-GVJnav4B.js","h8kgr",[643]],["index-xBu8vCj1.js","mt75v",[643]],["index-HpmcES_G.js","y0tjz",[643]],["index-LLb3lzhL.js","d6gtu",[643]],["index-ZkYPgHIc.js","1x1de",[643,634]],["AuthModal-ay-hcGBj.js","1w48q",[533,514]],["index-0qM56jJd.js","1r8yd",[643,634]],["index-1ZoZH3et.js","1uasi",[643]],["index-J5bO-W18.js","1651j",[434,9]],["wrapTables-9F2GyBe_.js","sbmhw",[434,9]],["index-YC8BkWoo.js","8xka6" ,[540,634]],["geo-xhnVzL2A.js","1nbbl",[612]],["GoogleTracker-NqYu8CRT.js","og79g",[669,627]],["mobile-utils-vwfRd7E-.js","q1ohx",[434,9]],["SearchModalInit-FCNXuWu_.js","1sagp",[434,9]],["StickyWikiNavigationShared-Rx1MoBBh.js","18wa3",[434,9]],["escapeHtml-WzwuyRnN.js","1d67s",[434,9]],["browserDetect-cezFRQHP.js","br48f",[434,9]],["Notification-1kh1XLaO.js","injcr",[530]],["GlobalNavigationTracking-1Yy6P8XM.js","4gjxo",[613]],["isSymbol-Voi31wk_.js","1imsd",[667]],["tracking-3qaPul1c.js","2p3va",[561]],["FounderProgressBar-n8WJdaMP.js","8vtwd",[524]],["tracking-2wQOFCTR.js","1fve6",[533]],["_arrayPush-lTPS71Bi.js","1gdzy",[434,9]],["eventLogger-ifycPgNj.js","4dcc7",[514]],["variables-maWakAgg.js","1hh8i",[434,9]],["index-vDWBX8IP.js","rnfqf",[643]],["tslib.es6-A6viKpap.js","1wohg",[434,9]],["sitenoticeVisibility-l8NLrK_3.js","toopu",[533]],["index-FQzvOI8x.js","urioy",[538,634]],["visualEditorTracking-kL1lJN9x.js","rngtt",[533,514,622]],["api-0x-_dJih.js","1xl5s",[521,519,632,566]], ["tracking-5oUh_4Zc.js","ezj38",[533]],["fetch-CKs-uWZ3.js","1g3t1",[521,595,519,518,632,618,566]],["PreferencesHelper-hw7Hly81.js","1hwls",[521,528,612,566]],["ImpressionTracker-eSt577mS.js","t7f47",[533,514]],["quickToolsShared-tKWQINNh.js","1v5bm",[508]],["index-49xUmtwq.js","1lv25",[646]],["env-IzP7RnrM.js","83vqm",[434,9]],["utils-C17gEL_A.js","y1o52",[543]],["cssMath-8Yx8VzX1.js","hf91v",[632]],["Toggle-N0XthsRW.js","12xbb",[595]],["uncrawlable-url-utils-3HIqE0Uo.js","1h483",[434,9]],["PageActionsPopupButtonWidget-L98jLhCf.js","out1d",[434,9]],["sponsoredContent-IAfBvTU4.js","nuft3",[549,514]],["trackingUtils-1Pg8pKBm.js","vadmv",[533]],["mustache-lxGOMyWP.js","hpqyi",[434,9]],["YoutubeDesktopArticleVideoPlayer-5aac4436-pJ7Ovr-v.js","1x2e8",[597]],["VimeoDesktopArticleVideoPlayer-a5ce63b1-7iPSfGww.js","1x056",[588]],["VimeoPlayerWrapper-eb126f1d-ryJZ0Ecb.js","1tb6q",[616]],["VimeoMobileArticleVideoPlayer-2e712953-Y6jLulYC.js","1b2ey",[588,447]],[ "YoutubeMobileArticleVideoPlayer-8abadd9d-gSBlZVCO.js","w1qnx",[597,447]],["svg-yHk1SvtJ.js","1p61w",[434,9]],["SearchModal-iuu3ylSk.js","1s4mc",[664]],["_object_without_properties-nmuY9Sg8.js","l98o3",[434,9]],["Modal-NUEpDAnl.js","ewbn7",[643,634,631,525]],["_create_class-0vfFIWJd.js","tzivh",[434,9]],["_unsupported_iterable_to_array-IGlRlmF7.js","17uur",[434,9]],["CloseButton-b461042a-4HT4TpBf.js","4gs4g",[599,616]],["collapsible-panels-YzIipnvj.js","e8fyr",[434,9]],["dataLayer-6f76f03b-HrF7RToj.js","1qxjy",[434,9]],["index-olqgXAdx.js","1of3d",[643,634]],["useTranslation-DYeZQzYQ.js","1sve3",[643]],["touch-screen-WVCcGUe4.js","z1avw",[434,9]],["tooltips-lXJF7d7i.js","j2j0n",[434,9]],["consts-MkibiU3n.js","njl83",[595,517]],["updateRedirectLinks-dpeLTANc.js","j0s3v",[434,9]],["tabs-wXBxClNQ.js","qj0l5",[523,591]],["dropdowns-yYFM-TVQ.js","1gmri",[602]],["MobileArticleVideoPlayer-c3b6a6f2-koJmzJNW.js","1slgx",[447,668]],["vignette-SQ-C-oNS.js","1uaji",[523]],["index-qbmUXZVQ.js", "1dlox",[674,526]],["Portal-tYyTp2Oa.js","1n2pd",[674,525]],["js.cookie-oxfeTr9D.js","7btxi",[523]],["tracking-a-tW_DQ6.js","isnsa",[533,657,546]],["index-gK_VtkjC.js","xw3qw",[540,542]],["trackingUtils-Wn19LUBY.js","11jm2",[533]],["index-b272d24b-q1De1RQT.js","osbwp",[643]],["DesktopArticleVideoPlayer-466deee4-gCb6yjdo.js","be77s",[668]],["_wrap_native_super-4UUIugPg.js","xhp7a",[650]],["GlobalNavigationOverflow-nM-EUXOY.js","5e7jb",[552,603,605]],["_rollupPluginBabelHelpers-6ce92cad-ZT03JBve.js","ccovq",[434,9]],["Variant-EhvSZlk2.js","ws8y9",[595,517,618,622]],["utils-x7mXSM3q.js","1ywtz",[521,566]],["cookies-Qx38TeCF.js","12p2u",[521,519,518,593,566]],["toString-ponGjLhp.js","weiry",[558]],["index-dJrVnBqr.js","m5g6w",[538,634,536]],["_to_consumable_array-E91kjbL7.js","13hjg",[596]],["first-Vv9RwcO3.js","uuukx",[670]],["ViewMore-H1-xgwig.js","5g9pi",[434,9]],["recommendedContent-m6M8hoHp.js","ftu5m",[519,563,612]],["initNotifications-QDUs1bL6.js","c2wxw",[655,674,474]],[ "index-qeoyXa8N.js","l5405",[523]],["_sliced_to_array-sTcu-2v2.js","mme4w",[596]],["MobileSearchModal-O8zxqTjA.js","5ri96",[664,625]],["index-VEfn9LPF.js","gsa0q",[523]],["_isIterateeCall-Gl6_BY3z.js","1bzg1",[661]],["WikiTools-Ny8xwikr.js","8nq7e",[573,552]],["index-XZmtU4Y9.js","1m30u",[643,634]],["index-d16rdAL2.js","17h6v",[545,634,539]],["mousetrap-RXuk2tJS.js","1n51p",[523]],["MobileGlobalNavigationTracking-_wTHu0xu.js","iq6ud",[607,613]],["GlobalShortcuts-Fww8zYjA.js","jsu7u",[533,632,514,639]],["initMobileNotifications-jw5VUfyY.js","1kdcy",[655,674,465,526]],["index-JQoiheLe.js","qcsvf",[523]],["textAreaTracking-8yCX2hc3.js","qegu4",[533,546]],["index-rbKNnIq-.js","197b7",[595,650,632]],["index-z2vfbUbF.js","bxu5c",[534,540,672]],["FandomMWSaveDialog-I2TGOB_X.js","1xcek",[533,546,645]],["shortArticlePages-PhAnSZbv.js","10t0y",[657]],["filterElementsBySize-5nlFoZkM.js","cvcy6",[574,650]],["_create_super-OGGUBYzf.js","vniqu",[434,9]],["defineProperty-W9rNwfkz.js","vaifv",[523]],[ "get-1t4QBiX8.js","1yg6r",[624]],["redux-toolkit.esm-soi_Iku7.js","rnm30",[532,666]],["ImageGalleryIconApp-rGI6ClgY.js","15oqt",[595,674]],["NotificationsContent-_3afsMnr.js","16avu",[557,531,632,656,534,542,525,609]],["index-9xF_eXPH.js","pgtmm",[643,634]],["index-2BMpXOLr.js","g82gt",[523]],["tracking-Lqq3iVRY.js","4k6uj",[533,555]],["_initCloneObject-0cKFbSgj.js","gz7lk",[661]],["merge-1UrQ5yFy.js","txr5z",[659,635]],["isArrayLike-GGPhgRMf.js","1w8do",[667]],["index-0f4Sz5rk.js","1h4jq",[643,634]],["isEqual-njVLy5Z8.js","zay5b",[562,661]],["SearchModalApp-8pvpCMwL.js","8jhnr",[552,521,632,674,549,526,542,525,603,613,566,601]],["getUnreadNotificationsTotal-trfWXiQO.js","19et0",[521,595,518,632,618,528,554,541,525,566]],["redux-oXyxmR_l.js","j5qly",[674,651,631]],["isObjectLike-QkbQ_hnu.js","idee0",[523]],["useAdEngineComplete-125c3e20-W1k64nlR.js","z2afd",[599,616,648]],["InternalTracker-xTo3fziH.js","1lmv7",[595,593,528,612]],["ofType-A5MGtNuf.js","lcg09",[595,519,518]],[ "react-beautiful-dnd.esm-if-hvkUh.js","1ppac",[672,666]],["react-select.esm-6_nP4YmD.js","6ijt1",[674,651]],["moment-eIcpUyY5.js","1hha0",[523]],["client-HjLkMGiH.js","uop8k",[643]],["index-ldS2OCkG.js","1uxsf",[611,521,650,632,563,534,526,542,672,566,530]],["markerReports.machine-YWhgI3rw.js","1szeu",[543,556,570,656,625,675,663,561]],["DeleteCommentModal-RUXMT5NP.js","1k8ek",[543,594,529,531,521,656,534,526,537,625,614,666,566]],["ext.categorySelect.css","93e10",[859]],["ext.categorySelectFandomDesktop.css","191rv"],["ext.fandom.Achievements.css","1hmco"],["ext.fandom.Activity.social.css","26344"],["ext.fandom.Activity.summary.css","1qge0"],["ext.fandom.Activity.tabs.css","n95hs"],["ext.fandom.AdminDashboard.fandomdesktop.css","xtj4s"],["ext.fandom.AdminDashboard.WikiFeatures.fandomdesktop.css","e8kj4"],["ext.fandom.AdminDashboard.WikiFeatures.fandommobile.css","rlhkj"],["ext.fandom.announcements.css","9yi78"],["ext.fandom.ArticleComments.css","z5zu8"],[ "ext.fandom.ArticleInterlang.css","1m06r"],["ext.fandom.ArticleVideo.desktop.css","17980"],["ext.fandom.ArticleVideo.mobile.css","kkkop"],["ext.fandom.Auth.preferences.css","gsy86"],["ext.fandom.bannerNotifications.desktop.css","yjf48"],["ext.fandom.bannerNotifications.mobile.css","1vq02"],["ext.fandom.BaseLayout.css","1kyf7"],["ext.fandom.Blogs.css","pfn33"],["ext.fandom.CategoryPage.category-layout-selector.css","1ojuk"],["ext.fandom.CategoryPage.category-page-mediawiki.css","1myqu"],["ext.fandom.CategoryPage.category-page3.css","2cdhx"],["ext.fandom.CategoryPage.mobile.css","timoy"],["ext.fandom.CloseMyAccount.css","1wuuu"],["ext.fandom.communityPage.css","4moyq"],["ext.fandom.ContentReview.css","18ttf"],["ext.fandom.ContentReviewDiffToolbar.css","1fq90"],["ext.fandom.ContentReviewJsDisabledTooltip.css","11qm7"],["ext.fandom.ContentReviewStatus.css","lse0d"],["ext.fandom.ContentReviewWidget.css","1u1t9"],["ext.fandom.CoppaTool.css","1chj8"],["ext.fandom.CreateNewWiki.css","8wzbj"],[ "ext.fandom.CreatePage.css","1p4zx"],["ext.fandom.curatedContentTool.css","sa4ut"],["ext.fandom.DiscussionsAbuseFilter.css","z82e5"],["ext.fandom.dismissableSitenotice.css","ncrru"],["ext.fandom.DownloadYourData.css","11ttq"],["ext.fandom.EditAccount.css","1ao4a"],["ext.fandom.editArea.css","1kg70"],["ext.fandom.Email.SpecialSendEmail.css","2mli1"],["ext.fandom.ExperimentTRFC161.css","el2z8"],["ext.fandom.FandomEmbedVideo.css","u3ff7"],["ext.fandom.FandomThanks.thankLink.css","1ab4f"],["ext.fandom.FounderProgressBar.fandomdesktop.css","c2tmk"],["ext.fandom.FounderProgressBar.css","it06s"],["ext.fandom.GlobalComponents.CommunityBar.css","65o0m"],["ext.fandom.GlobalComponents.CommunityHeader.css","1d035"],["ext.fandom.GlobalComponents.CommunityHeaderBackground.css","1ta7y"],["ext.fandom.GlobalComponents.GlobalComponentsTheme.dark.css","hqb5v"],["ext.fandom.GlobalComponents.GlobalComponentsTheme.light.css","13ow4"],["ext.fandom.GlobalComponents.GlobalFooter.css","w096f"],[ "ext.fandom.GlobalComponents.GlobalNavigation.css","1mj9x"],["ext.fandom.GlobalComponents.GlobalNavigationTheme.dark.css","18hwg"],["ext.fandom.GlobalComponents.GlobalNavigationTheme.default.css","h1s4f"],["ext.fandom.GlobalComponents.GlobalNavigationTheme.light.css","1966d"],["ext.fandom.GlobalComponents.MobileGlobalNavigation.css","xhdor"],["ext.fandom.GlobalComponents.RegistrationButtons.css","1kvfx"],["ext.fandom.GlobalComponents.StickyNavigation.css","14biy"],["ext.fandom.GlobalShortcuts.fandomdesktop.css","qkull"],["ext.fandom.GlobalShortcuts.css","12i0z"],["ext.fandom.HighlightToAction.css","1r51g"],["ext.fandom.Insights.css","684ob"],["ext.fandom.InteractiveMapEditor.css","19q4g"],["ext.fandom.InteractiveMaps.allmaps.css","gmam0"],["ext.fandom.InteractiveMaps.reports.css","1r522"],["ext.fandom.InteractiveMaps.css","1v37o"],["ext.fandom.InteractiveMaps.transcluded.css","15o94"],["ext.fandom.JWPlayerTag.css","i0ctw",[813]],["ext.fandom.Lightbox.InlineVideo.css","1hw9v"],[ "ext.fandom.lightbox.css","d9joz"],["ext.fandom.ListGlobalUsers.css","4vmnf"],["ext.fandom.LookupContribs.css","1llb6"],["ext.fandom.LookupUser.css","n8tu7"],["ext.fandom.mainPageTag.css","1yke1"],["ext.fandom.MercuryApi.MobileImageGallery.css","1pnl5"],["ext.fandom.MessageWall.css","14o8n"],["ext.fandom.Migration.css","kkswq"],["ext.fandom.MobileImageGallery.Default.css","sj88u"],["ext.fandom.MobileImageGallery.Navigational.css","4dciq"],["ext.fandom.MobileImageGallery.css","wnymk"],["ext.fandom.MultiLookup.css","18lcs"],["ext.fandom.multiTasks.css","1va6n"],["ext.fandom.MultiWikiFinder.css","cdqa6"],["ext.fandom.NewFilesFilters.css","1ddtz"],["ext.fandom.NewInfoboxBuilder.globals.css","alalr"],["ext.fandom.Paginator.css","1b1i8"],["ext.fandom.Phalanx.css","1ypjc"],["ext.fandom.PhalanxStats.css","nqday"],["ext.fandom.photoGallery.gallery.css","1jcfs"],["ext.fandom.photoGallery.slider.css","186js"],["ext.fandom.photoGallery.slideshow.css","pjeps"],[ "ext.fandom.PortableInfoboxFandomDesktop.css","19y7u"],["ext.fandom.QuickAnswers.css","1eaye"],["ext.fandom.quickBar.css","jbsf3"],["ext.fandom.quickBarUserTools.css","2hfkm"],["ext.fandom.SitemapPage.css","1bvt4"],["ext.fandom.sitenotice.desktop.css","35hwc"],["ext.fandom.sitenotice.mobile.css","1cdcc"],["ext.fandom.slider.css","1289u"],["ext.fandom.SocialLogs.css","fvpog"],["ext.fandom.specialVideos.css","r65fv"],["ext.fandom.TagsReport.css","zt5f5"],["ext.fandom.tcs.dialog.css","1wuoo"],["ext.fandom.ThemeDesigner.preview.css","13o8i"],["ext.fandom.ThemeDesignerNext.css","1j2ei"],["ext.fandom.Thumbnails.css","y1eg3"],["ext.fandom.TwitterTag.css","1nl6g"],["ext.fandom.Uncrawlable.css","14epi"],["ext.fandom.UnifiedSearch.mobile.css","10nca"],["ext.fandom.UnifiedSearch.css","ghojg"],["ext.fandom.uploadNewImages.css","1saia"],["ext.fandom.UserActivity.css","17fhm"],["ext.fandom.UserPreferencesV2.mobile.css","13sh1"],["ext.fandom.UserPreferencesV2.css","c6dfd"],[ "ext.fandom.UserProfile.css","3rdft"],["ext.fandom.UserProfileActivity.css","h9dk7"],["ext.fandom.UserRenameTool.css","1moek"],["ext.fandom.visualEditor.css","e0xxe",[268]],["ext.fandom.visualEditorFandomDesktop.css","cxu5d"],["ext.fandom.visualEditorGoalExperiment.css","ycvtd"],["ext.fandom.WDACReview.css","1502x"],["ext.fandom.wikiaBarUserTools.css","k5cr8"],["ext.fandom.WikiAnalytics.css","1d9cg"],["ext.fandom.WikiConfig.css","1460k"],["ext.fandom.wikiEditor.codeMirrorTheming.css","7i62p"],["ext.fandom.wikiEditor.css","1gw2f"],["ext.fandom.wikiEditorFandomDesktop.css","1crku"],["ext.fandomVideo.css","1kkl7"],["ext.languageWikiIndex.css","1avpl"],["ext.listUsersPage.css","cb1as"],["ext.notAValidWiki.css","1h2ws"],["ext.portableInfobox.mobile.css","18xhs"],["ext.staffSig.css","c3jqf"],["ext.tabView.css","thscr"],["ext.wikiConfigPage.css","1mqah"],["jwplayer-fandom.css","7lsc4"],["skin.common.mobileDiff.css","f3luu"],["skin.fandomdesktop.AbuseFilter.css","z2y1r"],[ "skin.fandomdesktop.ActionHistory.css","mmqxt"],["skin.fandomdesktop.ApiSandbox.css","1jvp3"],["skin.fandomdesktop.CargoQuery.css","jix2a"],["skin.fandomdesktop.CargoTables-ext.css","cg0gg"],["skin.fandomdesktop.CargoTables.css","h3n3g"],["skin.fandomdesktop.Community.css","w7nq9"],["skin.fandomdesktop.contributions.css","saavr"],["skin.fandomdesktop.Drilldown.css","ifft6"],["skin.fandomdesktop.editcount.css","1wcup"],["skin.fandomdesktop.FanFeed.css","qz8ju"],["skin.fandomdesktop.FilePage.css","1gcj8"],["skin.fandomdesktop.FlaggedRevs.css","14qrv"],["skin.fandomdesktop.font.BioRhyme.css","17thf"],["skin.fandomdesktop.font.InknutAntiqua.css","1uoqf"],["skin.fandomdesktop.font.Lora.css","1c2jk"],["skin.fandomdesktop.font.RobotoSlab.css","16162"],["skin.fandomdesktop.font.WorkSans.css","nyagn"],["skin.fandomdesktop.InterwikiEdit.css","b75yg"],["skin.fandomdesktop.Math.css","0k5ul"],["skin.fandomdesktop.MathStatus.css","vvpli"],["skin.fandomdesktop.NewPages.css","8szd1"],[ "skin.fandomdesktop.Popups.css","dk6f4"],["skin.fandomdesktop.pygments.css","ltxtx"],["skin.fandomdesktop.rail.popularPages.css","164j7"],["skin.fandomdesktop.rail.recentActivity.css","1phmj"],["skin.fandomdesktop.rail.css","9xl80"],["skin.fandomdesktop.RecentChanges.css","dfh58"],["skin.fandomdesktop.RecentChangesLinked.css","1frck"],["skin.fandomdesktop.css","1vq94"],["skin.fandomdesktop.SpecialPagesLists.css","grr32"],["skin.fandomdesktop.Statistics.css","74n1g"],["skin.fandomdesktop.Upload.css","15xom"],["skin.fandomdesktop.Watchlist.css","a46mn"],["skin.fandommobile.ActionHistory.css","xne49"],["skin.fandommobile.ApiSandbox.css","1vss0"],["skin.fandommobile.Contributions.css","xzoc5"],["skin.fandommobile.fandom.dark.css","x2eqg"],["skin.fandommobile.fandom.light.css","smbkc"],["skin.fandommobile.mobileMainPage.css","lh3dk"],["skin.fandommobile.notifications.css","zee6g"],["skin.fandommobile.RecentChanges.css","1jzi8"],["skin.fandommobile.css","q2qc8"],[ "skin.fandommobile.VisualEditor.css","1u3zl"],["vendor.tippy.css","1nn5v"],["ext.fandom.AgeGate.messages","5noi7"],["ext.categorySelect.messages","1f0r8"],["ext.fandom.Auth.preferences.messages","uuaqz"],["ext.fandom.bannerNotifications.messages","5ki9j"],["ext.fandom.ListGlobalUsers.messages","1ccwf"],["ext.fandom.wikiaBar.messages","ifvo6"],["ext.curatedContent.messages","1m8ji"],["ext.listUsers","1dvbx",[43]],["ext.fandom.ContentReviewTestModeMessages","1kaoh"],["ext.fandom.UnifiedSearch.js","114w7",[45]],["ext.fandom.wikianalytics.legendtranslations","1r4f5"],["ext.fandom.UserProfile.messages","1h8wy"],["ext.fandom.GlobalComponents.Notifications.messages","1mhpm"],["ext.fandom.GlobalComponents.SearchModal.messages","1cju7"],["ext.fandom.Experiments.TRFC25","pp3af"],["ext.fandom.Experiments.TRFC147","ihujc"],["ext.fandom.photoGallery.messages","1jh3r"],["ext.fandom.ArticleComments.messages","1nzr5"],["ext.fandom.Blogs.messages","a4psp"],["ext.codeEditor","1ma6m",[880],4],[ "jquery.codeEditor","1emxs",[882,881,348,201],4],["ext.codeEditor.icons","1fu9b"],["ext.codeEditor.ace","1qm3g",[],5],["ext.codeEditor.ace.modes","nnxj1",[882],5],["ext.templateData","1xaeh"],["ext.templateDataGenerator.editPage","1e7eh"],["ext.templateDataGenerator.data","2zdar",[189]],["ext.templateDataGenerator.editTemplatePage.loading","60i01"],["ext.templateDataGenerator.editTemplatePage","ax3q1",[884,889,886,30,927,45,196,201,212,213,216]],["ext.templateData.images","ukrs1"],["ext.nuke.confirm","14ono",[109]],["skin.fandomdesktop.styles","1ofp6"],["skin.fandomdesktop.messages","1g810"],["skin.fandomdesktop.Bagdes.messages","159zi"],["mobile.pagelist.styles","vwuli"],["mobile.pagesummary.styles","11wvt"],["mobile.placeholder.images","lgzzd"],["mobile.userpage.styles","1uooy"],["mobile.startup.images","1as05"],["mobile.init.styles","1aorj"],["mobile.init","r2zc7",[80,903]],["mobile.ooui.icons","1r591"],["mobile.user.icons","nrncu"],["mobile.startup","1eehq",[118,190,72,43,160,162, 81,901,894,895,896,898]],["mobile.editor.overlay","dldqp",[47,88,64,161,165,905,903,902,192,209]],["mobile.editor.images","11oxn"],["mobile.talk.overlays","kpeqd",[159,904]],["mobile.mediaViewer","1c7mf",[903]],["mobile.languages.structured","798h3",[903]],["mobile.special.mobileoptions.styles","70bbc"],["mobile.special.mobileoptions.scripts","12rxl",[903]],["mobile.special.nearby.styles","stis8"],["mobile.special.userlogin.scripts","19ke0"],["mobile.special.nearby.scripts","15fmh",[80,911,903]],["mobile.special.mobilediff.images","1dc6u"],["ext.reverb.notifications.styles","1ch6l"],["ext.reverb.notifications.scripts","hg764",[45]],["ext.reverb.notifications.scripts.notificationPage","1fnno"],["ext.reverb.notifications.styles.notificationPage","1t2dc"],["ext.reverb.specialNotifications.fandomdesktop.styles","w9i5p"],["ext.reverb.preferences","13vuq"],["ext.twiggy","1xayg",[45]],["ext.embedVideo","k23a6"],["ext.embedVideo-evl","10160",[922,45]],["ext.embedVideo.styles","1w3n8"],[ "ext.timeline.styles","zdw56"],["ext.fandom.HighlightToAction.messages","1akh8"],["jquery.uls.data","1b4w1"],["ext.confirmEdit.CaptchaInputWidget","15usq",[193]],["ext.fandom.globalCSSJS.user.styles","1qi5o",[],1],["ext.fandom.globalCSSJS.user","1qi5o",[374],1],["ext.fandom.ImportJs","6j31y",[374],6],["mediawiki.messagePoster","13b1w",[54]]]);mw.config.set(window.RLCONF||{});mw.loader.state(window.RLSTATE||{});mw.loader.load(window.RLPAGEMODULES||[]);queue=window.RLQ||[];RLQ=[];RLQ.push=function(fn){if(typeof fn==='function'){fn();}else{RLQ[RLQ.length]=fn;}};while(queue[0]){RLQ.push(queue.shift());}NORLQ={push:function(){}};}());}