function isCompatible(str){var ua=str||navigator.userAgent;return!!((function(){'use strict';return!this&&Function.prototype.bind&&window.JSON;}())&&'querySelector'in document&&'localStorage'in window&&'addEventListener'in window&&!ua.match(/MSIE 10|webOS\/1\.[0-4]|SymbianOS|Series60|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass|^Mozilla\/5\.0 .+ Gecko\/$|googleweblight|PLAYSTATION|PlayStation/));}if(!isCompatible()){document.documentElement.className=document.documentElement.className.replace(/(^|\s)client-js(\s|$)/,'$1client-nojs$2');while(window.NORLQ&&window.NORLQ[0]){window.NORLQ.shift()();}window.NORLQ={push:function(fn){fn();}};window.RLQ={push:function(){}};}else{if(window.performance&&performance.mark){performance.mark('mwStartup');}(function(){'use strict';var mw,StringSet,log,hasOwn=Object.prototype.hasOwnProperty;function fnv132(str){var hash=0x811C9DC5,i=0;for(;i>>0).toString(36);while(hash.length<7){hash='0'+hash;}return hash;}function defineFallbacks(){StringSet=window.Set||function(){var set=Object.create(null);return{add:function(value){set[value]=!0;},has:function(value){return value in set;}};};}function setGlobalMapValue(map,key,value){map.values[key]=value;log.deprecate(window,key,value,map===mw.config&&'Use mw.config instead.');}function logError(topic,data){var msg,e=data.exception,console=window.console;if(console&&console.log){msg=(e?'Exception':'Error')+' in '+data.source+(data.module?' in module '+data.module:'')+(e?':':'.');console.log(msg);if(e&&console.warn){console.warn(e);}}}function Map(global){this.values=Object.create(null);if(global===true){this.set=function(selection,value){var s;if(arguments.length>1){if(typeof selection==='string'){setGlobalMapValue(this,selection,value);return true;}}else if(typeof selection==='object'){for(s in selection){setGlobalMapValue(this,s,selection[s]);}return true;}return false;};} }Map.prototype={constructor:Map,get:function(selection,fallback){var results,i;fallback=arguments.length>1?fallback:null;if(Array.isArray(selection)){results={};for(i=0;i1){if(typeof selection==='string'){this.values[selection]=value;return true;}}else if(typeof selection==='object'){for(s in selection){this.values[s]=selection[s];}return true;}return false;},exists:function(selection){var i;if(Array.isArray(selection)){for(i=0;i '+deps[i]);}sortDependencies(deps[i],resolved,unresolved);}}resolved.push(module);}function resolve(modules){var resolved=baseModules.slice(),i=0;for(;i=arr.length){callback();return;}queueModuleScript(arr[i],module,function(){nestedAddScript(arr,callback,i+1);});};try{if(Array.isArray(script)){nestedAddScript(script,markModuleReady,0);}else if(typeof script==='function'||(typeof script==='object'&&script!==null)){if(typeof script==='function'){if(module==='jquery'){script();}else{script(window.$,window.$,mw.loader.require,registry[module].module);}}else{mainScript=script.files[script.main];if(typeof mainScript!=='function'){throw new Error('Main file '+script.main+' in module '+module+' must be of type function, found '+typeof mainScript);}mainScript( makeRequireFunction(registry[module],script.main),registry[module].module);}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);}cssHandle=function(){cssPending++;return function(){var runScriptCopy;cssPending--;if(cssPending===0){runScriptCopy=runScript;runScript=undefined;runScriptCopy();}};};if(registry[module].style){for(key in registry[module].style){value=registry[module].style[key];media=undefined;if(key!=='url'&&key!=='css'){if(typeof value==='string'){addEmbeddedCSS(value,cssHandle());}else{media=key;key='bc-url';}}if(Array.isArray(value)){for(i=0;imw.loader.maxQueryLength){doRequest();l=currReqBaseLength;moduleMap=Object.create(null);currReqModules=[];mw.track('resourceloader.splitRequest',{maxQueryLength:mw.loader.maxQueryLength});}if(!moduleMap[prefix]){moduleMap[prefix]=[];}l+=bytesAdded;moduleMap[prefix].push( suffix);currReqModules.push(modules[i]);}if(currReqModules.length){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.indexOf('@');if(index===-1){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);}registry[module]={module:{exports:{}},packageExports:{},version:String(version||''),dependencies:dependencies||[],group:typeof group==='string'?group:null,source:typeof source==='string'?source:'local',state:'registered',skip:typeof skip==='string'?skip:null};}return{moduleRegistry:registry,maxQueryLength:2000,addStyleTag:newStyleTag, enqueue:enqueue,resolve:resolve,work:function(){var implementations,sourceModules,batch=[],q=0;for(;qthis.MODULE_SIZE_MAX){return;}this.items[key]=src;},prune:function(){var key,module;for(key in this.items){module=key.slice(0,key.indexOf('@'));if(getModuleKey(module)!==key){this.stats.expired++;delete this.items[key];}else if(this.items[key].length>this.MODULE_SIZE_MAX){delete this.items[key];}}},clear:function(){this.items={};try{localStorage.removeItem(this.getStoreKey());}catch(e){}},requestUpdate:(function(){var hasPendingWrites=!1;function flushWrites(){var data,key;mw.loader.store.prune();while(mw.loader.store.queue.length){mw.loader.store.set(mw.loader. store.queue.shift());}key=mw.loader.store.getStoreKey();try{localStorage.removeItem(key);data=JSON.stringify(mw.loader.store);localStorage.setItem(key,data);}catch(e){mw.trackError('resourceloader.exception',{exception:e,source:'store-localstorage-update'});}hasPendingWrites=!1;}function onTimeout(){mw.requestIdleCallback(flushWrites);}return function(){if(!hasPendingWrites){hasPendingWrites=!0;setTimeout(onTimeout,2000);}};}())}};}()),user:{options:new Map(),tokens:new Map()},widgets:{}};window.mw=window.mediaWiki=mw;}());(function(){var maxBusy=50;mw.requestIdleCallbackInternal=function(callback){setTimeout(function(){var start=mw.now();callback({didTimeout:!1,timeRemaining:function(){return Math.max(0,maxBusy-(mw.now()-start));}});},1);};mw.requestIdleCallback=window.requestIdleCallback?window.requestIdleCallback.bind(window):mw.requestIdleCallbackInternal;}());(function(){mw.config=new mw.Map(true);mw.loader.addSource({"local":"/load.php"});mw.loader.register([[ "ext.cite.styles","1h7fnty"],["ext.cite.style","03vcvp9"],["ext.categoryTree","09h0yyf",[639]],["ext.categoryTree.styles","0yd67vv"],["ext.inputBox.styles","15iisyf"],["ext.inputBox","02hkw2a",[631]],["ext.math.styles","15krita"],["ext.math.visualEditor","11a45lo",[6,47]],["ext.math.visualEditor.mathSymbolsData","0ck829m",[7]],["ext.math.visualEditor.chemSymbolsData","0ar9ku9",[7]],["ext.pygments","0gcc6jx"],["ext.disambiguator.visualEditor","0i5gvgy",[53]],["mediawiki.api.titleblacklist","1bfs7sn",[639]],["ext.titleblacklist.visualEditor","17t066t"],["ext.Tabber","1952yfg",[667]],["ext.confirmEdit.visualEditor","1g3cjgq"],["ext.confirmEdit.reCaptchaNoCaptcha.visualEditor","0fovd04"],["socket.io","0nv0jim"],["dompurify","1ckbvin"],["color-picker","1hua6r9"],["unicodejs","1qvy4e3"],["papaparse","13ih3e7"],["rangefix","1uqdkg6"],["spark-md5","1icwqfv"],["ext.visualEditor.supportCheck","1ra37ny"],["ext.visualEditor.sanitize","0heb17v",[18,36]],["ext.visualEditor.progressBarWidget", "09btcaa"],["ext.visualEditor.tempWikitextEditorWidget","03l0r7i",[675,668]],["ext.visualEditor.targetLoader","0tqair4",[35,630,667,668]],["ext.visualEditor.mobileArticleTarget","1l9iq6q",[39,44]],["ext.visualEditor.collabTarget","0hqq0if",[37,43,763]],["ext.visualEditor.collabTarget.mobile","1l8kzj5",[30,44,48]],["ext.visualEditor.collabTarget.init","1qg23tf",[24,719,745]],["ext.visualEditor.collabTarget.init.styles","12d0edh"],["ext.visualEditor.ve","0up6ejb"],["ext.visualEditor.track","0b1o38l",[34]],["ext.visualEditor.base","12sztyd",[34,745,20]],["ext.visualEditor.mediawiki","0jiggqx",[36,28,599]],["ext.visualEditor.mwsave","093kg55",[47,622]],["ext.visualEditor.articleTarget","0tn65q5",[48,38,721]],["ext.visualEditor.data","1toy1zg",[37]],["ext.visualEditor.core","027s2zi",[25,24,617,21,22,23]],["ext.visualEditor.commentAnnotation","0zx1u5f",[41]],["ext.visualEditor.rebase","124isp8",[19,57,42,768,17]],["ext.visualEditor.core.mobile","0xkixi0",[41]],["ext.visualEditor.welcome", "0feptmd",[745]],["ext.visualEditor.switching","0w1g89k",[745,754,759]],["ext.visualEditor.mwcore","1msl4ot",[58,37,600,46,45,618,641,686,657,610,719]],["ext.visualEditor.mwextensions","07j6l8d",[40,67,60,62,49,64,51,61,52,54]],["ext.visualEditor.mwformatting","156it3j",[47]],["ext.visualEditor.mwimage.core","0jhv2h1",[47]],["ext.visualEditor.mwimage","1453f77",[50,733,634,765,769]],["ext.visualEditor.mwlink","17wv7d4",[47]],["ext.visualEditor.mwmeta","1fvwuos",[52,681]],["ext.visualEditor.mwtransclusion","0tdxa6q",[47,734]],["treeDiffer","0mr1wpq"],["diffMatchPatch","179lnrj"],["ext.visualEditor.checkList","1hmptc7",[41]],["ext.visualEditor.diffing","03m08zv",[56,41,55]],["ext.visualEditor.diffLoader","10of99s",[28]],["ext.visualEditor.language","04vyu1o",[41,599,688]],["ext.visualEditor.mwlanguage","1lxju9g",[41]],["ext.visualEditor.mwalienextension","0j01wcv",[47]],["ext.visualEditor.mwwikitext","0gic8c9",[52,675]],["ext.visualEditor.mwgallery","0aozt3i",[47,691,733,765]],[ "ext.visualEditor.mwsignature","1p79byq",[54]],["ext.visualEditor.experimental","07j6l8d"],["ext.visualEditor.icons","07j6l8d",[68,69,755,756,757,759,760,761,762,763,766,767,768,752,753]],["ext.visualEditor.moduleIcons","0iqp73l"],["ext.visualEditor.moduleIndicators","0yl9k82"],["ext.sm.common","175q47k"],["ext.maps.geojson.new.page","0m2w20t",[593]],["ext.maps.geojson.page","038tgfo",["ext.maps.leaflet.editor"]],["ext.maps.resizable","07j6l8d",["jquery.ui.resizable"]],["ext.maps.api","1ahxmai",[639]],["ext.maps.leaflet.library","0m6brdx"],["ext.maps.leaflet.fullscreen","0xmg14f",[75]],["ext.maps.leaflet.geojson","0jskx4q"],["ext.maps.leaflet.loader","0ghudif",[74,76,77,79,70]],["ext.maps.leaflet.markercluster","1beezj3",[75]],["ext.maps.googlemaps3","1xrc0x6"],["ext.maps.gm3.markercluster","1d69b8v",[80]],["ext.maps.gm3.markerwithlabel","1iwl4z4",[80]],["ext.maps.gm3.geoxml","0gl2ere",[80]],["ext.maps.gm3.earth","1oskg2s",[80]],["ext.maps.googlemaps3ajax","1luoqxl",[80,70]],[ "ext.maps.wikitext.editor","191bzbk",["jquery.ui.autocomplete","jquery.ui.dialog","jquery.ui.slider"]],["ext.categorySelect.js","1gtminx",[232,229,231]],["ext.categorySelect.lazy.js","0wfsoej",[262,232,261,231,748,260]],["ext.fandom.abuseFilter.aceEditor.js","11gbs63",[213,611]],["ext.fandom.Achievements.js","19j8lt7",[231]],["ext.fandom.Achievements.SpecialLeaderboard.js","06qfcbd",[242]],["ext.fandom.Activity.social.js","0wi8a5m",[264,263,261,746]],["ext.fandom.Activity.tabs.js","06fn104",[264]],["ext.fandom.AdminDashboard.fandomdesktop.js","0z8bu5s",[266,267,232]],["ext.fandom.AdminDashboard.WikiFeatures.js","1y2h9c4",[232,231,269]],["ext.fandom.ae.babTracking.js","1q4diz4",[237]],["ext.fandom.ae.consentQueue.js","1jismls",[213,611]],["ext.fandom.AnalyticsEngine.comscore.js","1xbomdj",[240]],["ext.fandom.AnalyticsEngine.quantcast.js","1nhgk9u",[240]],["ext.fandom.announcements.js","1pe5c7t",[270,748,751]],["ext.fandom.ArticleComments.desktop.js","03j5k4d",[271,230,272,670]],[ "ext.fandom.ArticleComments.js","0no81jd",[281,273,282,290]],["ext.fandom.ArticleComments.mobile.js","107nu13",[230,272]],["ext.fandom.ArticleVideo.desktop.js","08d4qfk",[295,271]],["ext.fandom.ArticleVideo.mobile.js","03rlfw2",[295,297,271]],["ext.fandom.Auth.preferences.js","01b0oj6",[270]],["ext.fandom.bannerNotifications.js","0c9pmzh",[270]],["ext.fandom.BaseLayout.js","16g4y1m",[298]],["ext.fandom.Blogs.js","0vwzt6a",[231,748,751,259,241]],["ext.fandom.CategoryPage.CategoryLayoutSelector.js","0eicr58",[242]],["ext.fandom.CategoryPage.mobile.js","18osdse",[232]],["ext.fandom.communityPage.js","0tx8ivf",[262,232,261,231]],["ext.fandom.ContentReview.jsReload.js","1ny2zbs",[213,611]],["ext.fandom.ContentReview.legacyLoaders.js","1mwmkfs",[305,669]],["ext.fandom.ContentReview.reviewActions.js","0v7ken4",[270,231]],["ext.fandom.ContentReview.submit.js","0wrcjyr",[270,231]],["ext.fandom.ContentReview.testModeBanner.js","0404o8x",[270,231]],["ext.fandom.CreateNewWiki.js","170rqh2",[288, 307,308,263,293,306,285,287,294,286,271,282,283,259,290]],["ext.fandom.CreatePage.Dialog.js","0m2l0r6",[232,231]],["ext.fandom.CreatePage.js","0mail6g",[213,611]],["ext.fandom.CreatePageOpenDialog.js","02u7ee4",[266]],["ext.fandom.CreateUserPage.js","1xltf0i",[213,611,668]],["ext.fandom.curatedContentTool.js","18c32b9",[262,230,261,309]],["ext.fandom.DesignSystem.CommunityBar.js","1h24jpv",[232]],["ext.fandom.DesignSystem.CommunityHeader.js","107m1hw",[266]],["ext.fandom.DesignSystem.fandomdesktop.js","1sxzqgp",[311,310]],["ext.fandom.DesignSystem.GlobalNavigation.OnSiteNotifications.js","0mhmur3",[316,232,230,315,261]],["ext.fandom.DesignSystem.js","1d8narl",[311,232,310,271,317,315]],["ext.fandom.DesignSystem.mobile.js","1p7ir7l",[232,310,261,259]],["ext.fandom.DesignSystem.UserModal.js","0zrwwf7",[213,611]],["ext.fandom.DiscussionMaintenance.js","0idpw5u",[270]],["ext.fandom.dismissableSitenotice.js","1mm7jry",[242]],["ext.fandom.Email.SpecialSendEmail.js","19hxnlp",[235,230]],[ "ext.fandom.FacebookLocale.js","1as8shg",[313]],["ext.fandom.FacebookTags.js","1yxkokd",[230]],["ext.fandom.FandomEmbedVideo.js","14tyeel",[230]],["ext.fandom.FandomVisualEditor.mobile.js","1wa9p3y",[318,39,44,53,63,322,319]],["ext.fandom.ForumRedirect.legacyLinkHider.js","0do9ooo",[213,611]],["ext.fandom.FounderProgressBar.js","13ov8fy",[267,269]],["ext.fandom.GalleryTracking.js","17rv1c1",[232,230,323]],["ext.fandom.GlobalShortcuts.js","0u0bchc",[324,268,686]],["ext.fandom.GlobalShortcuts.lazy.js","0u0xnhr",[262,324,261,259]],["ext.fandom.HeartbeatTracking.js","1tdi7gk",[230,239]],["ext.fandom.InteractiveMaps.js","1oxe1yd",[263,293,292]],["ext.fandom.InterwikiEdit.js","18o3csw",[213,611,686]],["ext.fandom.JWPlayerTag.js","18whi06",[232,296,230]],["ext.fandom.Lightbox.js","16ze6x8",[288,270,314,231,290,276]],["ext.fandom.ListGlobalUsers.js","1v7uuoo",[213,611]],["ext.fandom.listUsers.js","0ewn3fg",[270,639,748,259]],["ext.fandom.MapsTracking.js","07s2jbk",[232,230]],[ "ext.fandom.MessageWall.js","1ud9zn6",[281,307,231,321]],["ext.fandom.MobileImageGallery.Default.js","0wsxpaf",[327,244,271,326]],["ext.fandom.MobileImageGallery.Navigational.js","0xp7sab",[327,244,326]],["ext.fandom.multiTasksMultiDelete.js","1lxmuqb",[270,639]],["ext.fandom.NewFilesFilters.js","0mgat5g",[230]],["ext.fandom.performanceMonitoring.js","0kmsceh",[328,235,313]],["ext.fandom.Phalanx.block.js","1axhwju",[270,231]],["ext.fandom.Phalanx.blockListing.js","0dcd4c6",[270]],["ext.fandom.phalanx.visualEditor.js","0uekv8e",[39,213,611]],["ext.fandom.PhalanxStats.js","043a8gg",[270]],["ext.fandom.photoGallery.gallery.js","0xgcc0m",[329]],["ext.fandom.photoGallery.gallery.lazy.js","00tq4x3",[259,329]],["ext.fandom.photoGallery.slider.js","0uqc3jx",[232,230]],["ext.fandom.photoGallery.slideshow.js","0j1d5p5",[329,276]],["ext.fandom.PortableInfoboxBuilder.disableVE.js","1u6d5xd",["ext.visualEditor.desktopArticleTarget.init",230]],["ext.fandom.PortableInfoboxBuilder.js","0tfqumr",[230, 309]],["ext.fandom.QualtricsSiteIntercept.js","0jvae3j",[213,611]],["ext.fandom.QuickAdopt.js","0d3w208",[270,122,751]],["ext.fandom.QuickTools.js","19qtb5t",[270,668,231,751]],["ext.fandom.SearchExperiment.js","1eps699",[331,330,238,285,286,271,283]],["ext.fandom.sitenotice.desktop.js","1sxqqvs",[332]],["ext.fandom.sitenotice.mobile.js","1kfbbva",[332]],["ext.fandom.slider.js","0cn9bou",[271]],["ext.fandom.specialVideos.js","1x96cpy",[270,259]],["ext.fandom.Tabber.js","044ga9v",[230,312]],["ext.fandom.tcs.dialog.js","1lc491y",[270,686,325,748,751]],["ext.fandom.ThemeDesignerNext.js","03c6dcu",[297,305,263,293,306,285,287,294,286,333,282,323,283,259,290]],["ext.fandom.Thumbnails.js","1fock2g",[326]],["ext.fandom.TimeAgoMessaging.js","1xh4tdy",[315,686,269]],["ext.fandom.Track.pageview.js","1r0cold",["fandom/Track/scripts/pageview",213,611]],["ext.fandom.TwitterTag.js","1wfman0",[230]],["ext.fandom.UncrawlableUrl.anchors.js","1dv84au",[230,334]],["ext.fandom.UncrawlableUrl.spans.js", "1pgzgok",[230,334]],["ext.fandom.UnifiedCommunitySearchTracking.js","0cgvooy",[335,259]],["ext.fandom.UnifiedSearchTracking.js","116hsb8",[335,259]],["ext.fandom.uploadNewImages.js","19j66y8",[288,336,231]],["ext.fandom.UserProfile.js","1k99dg4",[285,284,294,286,231]],["ext.fandom.UserProfileActivity.js","0o0uac9",[231]],["ext.fandom.VisitSource.js","1hzmny3",[240]],["ext.fandom.WDACReview.js","1b0rasp",[213,611]],["ext.fandom.wikiaBar.js","16uc4ub",[266,232,271,260]],["ext.fandom.wikiaBar.lazy.js","0fqbl3n",[270,336,328,231,748,259]],["ext.fandom.WikiaInYourLang.js","18nu8v2",[270,338,313,231]],["ext.fandom.WikiAnalytics.js","1vsp0kq",[333]],["ext.fandom.wikiConfigFindWikis.js","0h2igki",[270,290]],["ext.fandom.wikiConfigHomePage.js","0o782r1",[270,639]],["ext.fandom.wikiConfigPage.js","1yz696n",[213,611,639]],["ext.fandom.wikiConfigPageAddEditVariable.js","04p4oen",[270,639]],["ext.fandom.wikiConfigPageClose.js","1ox2lk4",[270]],["ext.fandom.wikiConfigPageDomains.js","1ppgjyq",[270, 639]],["ext.fandom.wikiConfigPageExtensions.js","0e2u9vc",[213,611,639]],["ext.fandom.wikiConfigPageEZNamespace.js","1g3fmj9",[270,639,234]],["ext.fandom.wikiConfigPageHubs.js","1kr1631",[270,639]],["ext.fandom.wikiConfigPageInfo.js","0cszagx",[270,639]],["ext.fandom.wikiConfigPageVariables.js","0xktx3z",[339,639]],["ext.fandom.wikiConfigTools.js","137mafp",[270]],["ext.fandom.wikiConfigVariables.js","1ucptcg",[339,639]],["ext.fandom.wikiEditor.js","0p822ip",[337,232,46,320,271,230]],["ext.portableInfobox.mobile.js","0g8zqm7",[232,261]],["ext.portableInfoboxFandomDesktop.js","16dgaup",[213,611]],["ext.tabView.editor.js","1jfnjxu",[213,611]],["ext.tabView.js","0jtgqz4",[235,287,278]],["fandomRequire.js","1yh78zb"],["floatingScroll.js","131j9qj",[317]],["shared.jquery.autocomplete.js","12xysg1",[259]],["skin.fandomdesktop.FanFeed.js","1shhxhm",[262,232,271,670,261,341,340,276]],["skin.fandomdesktop.gallery.js","0f50w4z",[342]],["skin.fandomdesktop.GlobalNavigationNotifications.js", "1ba30t6",[343]],["skin.fandomdesktop.rail.lazyRail.js","0fohkf5",[261,340,344,276]],["skin.fandomdesktop.rail.toggle.js","05z09ho",[345,344]],["skin.fandomdesktop.js","0q4lrsd",[266,262,316,342,298,345,330,214,271,686,344]],["skin.fandommobile.mobileApp.js","0y11e28",[290]],["skin.fandommobile.RecirculationPrefooter.init.js","06ctjf0",[271,670]],["skin.fandommobile.RecirculationPrefooter.js","1680rjs",[262,232,304,231,341,340,276]],["skin.fandommobile.trackHistoryPage.js","1ypew87",[346]],["skin.fandommobile.trackMobileDiff.js","1qzyaz4",[346]],["skin.fandommobile.trackRecentChanges.js","12dv6qv",[346]],["skin.fandommobile.js","1w6o86f",[262,271,231,346,276,319]],["jqueryFandomExtensions-37f89e76.js","1oakxfs",[230]],["jquery-cdf6440d.js","1bbgc0x",[213,611]],["nirvana-ff388897.js","0ywg605",[230,234]],["Tracker-8dc8d766.js","02n9gos",[237,236]],["consts-3c7f9b49.js","0rry73k",[213,611]],["sort-8106b618.js","1obzcf5",[253,252,246,250,251]],["defineProperty-e8242b78.js","1qz5867",[247] ],["objectWithoutProperties-6abd13c5.js","09d0fu9",[253,254,246,255,248]],["GoogleTracker-d7e64dd0.js","1c184k2",[233,240,242,241]],["communicationService-70e9f2f5.js","09xpkkm",[244,235]],["ofType-ff7472d7.js","1s2jfjp",[238]],["first-fe4ebc16.js","01nb9xl",[239]],["url-search-params-c38517ce.js","0xkt7gy",[248]],["js.cookie-e69a0ae9.js","017t8ek",[243]],["_commonjsHelpers-b3667336.js","08890oi",[213,611]],["_tslib-472b21a9.js","190ur5p",[213,611]],["export-5910bfc9.js","1kt8j40",[243]],["entry-virtual-7e50838b.js","0i15zw9",[245]],["define-property-6007e84b.js","11p3mvn",[245]],["web.url-search-params-706c6f69.js","0vwwgo5",[252,256,257,250,251]],["classof-39e27347.js","0r4qk0d",[245]],["length-of-array-like-7cebe5b9.js","062qdug",[213,611]],["to-string-73139fc7.js","0v5t7kq",[249]],["array-sort-05608a19.js","1i2r3cr",[245]],["array-method-is-strict-a4a41c2f.js","1h7atuz",[245]],["array-species-create-7b4d202b.js","1x0yjzh",[258]],["object-get-own-property-symbols-0189240b.js", "0xem3uh",[213,611]],["function-name-32e0a5ed.js","12pct8x",[245]],["inspect-source-630f2106.js","1c6qwsg",[245]],["is-constructor-871d172c.js","0k3lx5d",[249,257]],["trim-f3c1320f.js","0evrc1v",[246,256,251]],["popover-2191db0a.js","1d6x3ur",[235,230,259]],["mustache-035d3837.js","0u0kd4h",[213,611]],["DesignSystemIcons-5c946973.js","0vi6p9k",[213,611]],["from-entries-f2293fd7.js","0iyks1q",[265,241]],["ActivityFeedTracking-a57684f6.js","11bo9do",[232,230,234]],["create-property-f0280638.js","0t93bb0",[248]],["CreatePage-86c24434.js","0sgfivu",[268]],["FounderProgressBar-252c4f39.js","1o9jp8m",[231]],["lazyModules-9395525a.js","19njtae",[213,611]],["onRailReady-e4f90e9a.js","1a7235u",[230]],["BannerNotifications-bef111a0.js","118xzwt",[262,232,261]],["index-e0f8f548.js","1a3ski7",[213,611]],["loadAC-f1479892.js","1tbtezu",[273,242,259]],["cookies-b8458096.js","19hoqfr",[235,236,241]],["index-fa215be1.js","0rzxmfg",[270,275,276]],["url-388c844c.js","0byuqzt",[265,258,255]],[ "vignette-a2434b29.js","0bjryvp",[243]],["index-50fdfbbe.js","12n7bhk",[243]],["index-dc1a1b52.js","1itnfvq",[277]],["index-3bbe2116.js","1stv9bx",[278]],["useTranslation-4e430c52.js","02flrsl",[277]],["DeleteCommentModal-98427a11.js","0m6endd",[288,291,293,279,292,285,287,294,286,283]],["redux-toolkit.esm-20fc11d1.js","0m75f1o",[279]],["style-inject.es-2ded91e0.js","1sdbz5e",[213,611]],["index-85b5854b.js","0vokaia",[277]],["index-63236b95.js","17m7zyu",[278,289]],["index-d864389a.js","0owbc3g",[277,289]],["index-79222630.js","1qlpqjk",[284]],["AuthModal-963ded7b.js","0gjz3vx",[232,230]],["tslib.es6-20bd5fbf-1dd489bc.js","1300jgo",[213,611]],["url-c68c442d.js","0dvwpnx",[275]],["Timeago-7f6681de.js","0h1746y",[284,278,289,280]],["index-3e06f63f.js","18qi98v",[278,289]],["index-28de5a83.js","00utvvj",[278,274,289]],["index-8e5d7ec3.js","0d5f9wy",[278,274,289]],["duration-7e127a0c.js","0x5slhk",[232,296,261]],["featured-video-cookies-84da5de7.js","0vgbuxl",[242]],[ "eventLogger-9f513b3d.js","15b3yqx",[230]],["GlobalNavigationTracking-b997dcd1.js","14r6nrz",[300,301,302,299]],["useFandomNotifications-7ac8c1fd.js","1tkvmui",[303,304,277,290,241]],["load-acf64684.js","0zz31kb",[213,611]],["tooltips-7fbb1b86.js","1os81d5",[243]],["tracking-530f411d.js","0w0v1de",[244]],["env-dfab224e.js","05dd66f",[244]],["escapeHtml-8e31c6cb.js","0sk1nsj",[213,611]],["flat-map-e3f69f16.js","0rmbjwd",[254,246,250]],["index-4d2a85c0.js","1xmfl3e",[279,284]],["_rollupPluginBabelHelpers-a52f06df-875070d2.js","1fedo0a",[213,611]],["defineProperty-f894efeb.js","0bpp2pa",[235]],["ponto-1a57b3ce.js","0r6ptsz",[213,611]],["anchorScroll-d3c1b8bb.js","0vyzu4q",[303,313,230,300,312]],["DesignSystemDropdowns-510f95c3.js","1478v78",[314,230]],["tabs-bf8ab56a.js","0es2q51",[243]],["geo-21249170.js","0pmn9nu",[247,242,241]],["isTouchScreen-4379332c.js","0aj25oc",[213,611]],["jquery.timeago-96de817e.js","0n75mkz",[259]],["DesignSystemLoadingSpinner-f5c9010d.js","1v3fswl",[213,611]], ["jquery.floatingscroll-5d47dd34.js","0n92uv1",[230]],["FandomMWSaveDialog-c7b6c120.js","0idyiss",[232,320,271,230,259]],["wrapTables-8eeaa400.js","0mdl0wg",[213,611]],["index-170c213c.js","1c69h99",[321]],["reverse-da7705b3.js","0fulpf4",[254,246]],["regexp-flags-a3608f54.js","1slyse8",[245]],["replace-all-ea32b0a2.js","0p7zxfn",[246,322,251]],["GlobalShortcuts-0006dbda.js","0r3xr87",[232,230,325,234]],["mousetrap-e29930d2.js","0k1trlg",[243]],["lazysizes-75bc33bf.js","0gdurfg",[243]],["ViewMore-bd2294da.js","1pye8ea",[234]],["browserDetect-d895adb6.js","08gj93r",[213,611]],["utils-78d5379d.js","16n41p0",[288]],["SearchModalInit-5adfaed4.js","1yyy0v1",[213,611]],["SearchExperimentTracking-53f9d90d.js","16p259d",[233,303,302,259]],["sitenoticeVisibility-ff032536.js","17de9kz",[232]],["lodash-5fa32ad7.js","05doqk2",[243]],["uncrawlable-url-utils-7731e065.js","02il2el",[213,611]],["tracking-185509a9.js","1f65rfd",[232,333,290]],["Toggle-33a7ec38.js","1g35zfc",[213,611]],[ "PageActionsPopupButtonWidget-c7e77c8a.js","0m1akck",[259]],["cache-884d10e1.js","1rpbtlm",[213,611]],["ext.wikiConfigPageVariables-f5c7467d.js","0mx44nt",[270,271,259]],["sponsoredContent-aaecac51.js","009tk2p",[313,230]],["recommendedContent-bb3791e4.js","0j5h8za",[338,308,297,242]],["Gallery-57ce9fff.js","0srtkxv",[230]],["NotificationsInit-ddf34d2b.js","1jl9zud",[291,285,287,271,283,299]],["trackingUtils-2ce41f9f.js","1m35jin",[232]],["PreferencesHelper-a59f6340.js","17s4zp6",[303,242]],["trackingUtils-3b601d88.js","15v7sta",[232]],["SearchModal-42b9ae01.js","1s46qvr",[331,330,238,285,286,271,283,301,290,280,276]],["ext.categorySelect.css","1hopdvj",[504]],["ext.categorySelectFandomDesktop.css","0lre0cp"],["ext.fandom.Achievements.css","01lrwc3"],["ext.fandom.Activity.social.css","0whm2g0"],["ext.fandom.Activity.summary.css","1xudo5a"],["ext.fandom.Activity.tabs.css","0j0dyev"],["ext.fandom.AdminDashboard.fandomdesktop.css","0weqgm0"],[ "ext.fandom.AdminDashboard.WikiFeatures.fandomdesktop.css","12g3jwk"],["ext.fandom.announcements.css","0rlphnv"],["ext.fandom.ArticleComments.css","1i28808"],["ext.fandom.ArticleInterlang.css","0g7o31w"],["ext.fandom.ArticleVideo.desktop.css","0z4x58u"],["ext.fandom.ArticleVideo.mobile.css","1j7i965"],["ext.fandom.ArticleVideo.css","0u8d76c"],["ext.fandom.Auth.preferences.css","05w4ost"],["ext.fandom.bannerNotifications.mobile.css","1duii5q"],["ext.fandom.bannerNotifications.css","05717up"],["ext.fandom.bannerNotificationsFandomDesktop.css","1itldst"],["ext.fandom.BaseLayout.css","0lh2zgv"],["ext.fandom.Blogs.css","0ii6n0e"],["ext.fandom.CategoryPage.category-layout-selector.css","1lonk4o"],["ext.fandom.CategoryPage.category-page-mediawiki.css","0mr7468"],["ext.fandom.CategoryPage.category-page3.css","1htr2yj"],["ext.fandom.CategoryPage.mobile.css","08xsck2"],["ext.fandom.CloseMyAccount.css","1mecl33"],["ext.fandom.communityPage.css","1lp3vxb"],["ext.fandom.ContentReview.css","0aki2l6" ],["ext.fandom.ContentReviewDiffToolbar.css","0cq7oiu"],["ext.fandom.ContentReviewStatus.css","0f818n3"],["ext.fandom.ContentReviewWidget.css","1s3dvmp"],["ext.fandom.CoppaTool.css","1ug5me8"],["ext.fandom.CreateNewWiki.css","03qe61r"],["ext.fandom.CreatePage.css","1avcp9f"],["ext.fandom.curatedContentTool.css","0rj10u5"],["ext.fandom.DesignSystem.brand.dark.css","1gbb7e6"],["ext.fandom.DesignSystem.brand.light.css","0vy40cc"],["ext.fandom.DesignSystem.GlobalNavigation.brand.dark.css","1uq9ucl"],["ext.fandom.DesignSystem.GlobalNavigation.brand.default.css","0xkqcqi"],["ext.fandom.DesignSystem.GlobalNavigation.brand.light.css","0yduvvv"],["ext.fandom.DesignSystem.css","1g53prw"],["ext.fandom.dismissableSitenotice.css","0m6rngc"],["ext.fandom.DownloadYourData.css","1s5xe2c"],["ext.fandom.EditAccount.css","08npj1i"],["ext.fandom.editArea.css","1qt8owv"],["ext.fandom.Email.SpecialSendEmail.css","0vk6hmc"],["ext.fandom.FandomEmbedVideo.css","099q4h9"],[ "ext.fandom.FandomVisualEditor.mobile.css","06ueuh3"],["ext.fandom.FounderProgressBar.fandomdesktop.css","04lkmi3"],["ext.fandom.FounderProgressBar.css","0gfsyc0"],["ext.fandom.GlobalShortcuts.fandomdesktop.css","1ac9m0h"],["ext.fandom.GlobalShortcuts.css","0zjsprx"],["ext.fandom.InteractiveMaps.css","10tv8y7"],["ext.fandom.InteractiveMaps.transcluded.css","1m4pq7c"],["ext.fandom.JWPlayerTag.css","12g9qzj",[465]],["ext.fandom.Lightbox.InlineVideo.css","0jcmcs0"],["ext.fandom.lightbox.css","1ic82xw"],["ext.fandom.ListGlobalUsers.css","1ql67t0"],["ext.fandom.LookupContribs.css","0o8p43w"],["ext.fandom.LookupUser.css","15bancz"],["ext.fandom.mainPageTag.css","0azlnjo"],["ext.fandom.MercuryApi.MobileImageGallery.css","0uztain"],["ext.fandom.MessageWall.css","0iun341"],["ext.fandom.MobileImageGallery.Default.css","1cyu7zg"],["ext.fandom.MobileImageGallery.Navigational.css","1s8ta16"],["ext.fandom.MobileImageGallery.css","1o3io6q"],["ext.fandom.MultiLookup.css","1weduk5"],[ "ext.fandom.multiTasks.css","1id7nfp"],["ext.fandom.MultiWikiFinder.css","0vh5gtk"],["ext.fandom.NewFilesFilters.css","0xk4vg7"],["ext.fandom.Paginator.css","10f55hv"],["ext.fandom.Phalanx.css","1jv8dsk"],["ext.fandom.PhalanxStats.css","0wajfpl"],["ext.fandom.photoGallery.editor.css","07ffhvo",["jquery.ui.autocomplete","jquery.ui.slider","jquery.ui.sortable"]],["ext.fandom.photoGallery.gallery.css","1ama2r4"],["ext.fandom.photoGallery.slider.css","0j6csl1"],["ext.fandom.photoGallery.slideshow.css","0ax5s0d"],["ext.fandom.PortableInfoboxBuilder.css","1hlmoq0"],["ext.fandom.PortableInfoboxFandomDesktop.css","0cyvp7y"],["ext.fandom.portableInfoboxPreview.css","1chk2hz"],["ext.fandom.quickBar.css","01z5y23"],["ext.fandom.quickBarUserTools.css","0nvte5n"],["ext.fandom.SearchExperiment.css","1sqplbf"],["ext.fandom.SitemapPage.css","1tzu211"],["ext.fandom.sitenotice.desktop.css","06s384x"],["ext.fandom.sitenotice.mobile.css","1g0u7pc"],["ext.fandom.slider.css","0gkalt8"],[ "ext.fandom.specialVideos.css","1sjqryu"],["ext.fandom.TagsReport.css","0wf0j24"],["ext.fandom.tcs.dialog.css","02jf357"],["ext.fandom.ThemeDesigner.preview.css","1c4li9q"],["ext.fandom.ThemeDesignerNext.css","032lcjj"],["ext.fandom.Thumbnails.css","18nvs4u"],["ext.fandom.TwitterTag.css","11haeda"],["ext.fandom.UnifiedSearch.mobile.css","1mel8xu"],["ext.fandom.UnifiedSearch.css","0jhiroz"],["ext.fandom.uploadNewImages.css","1mksd97"],["ext.fandom.UserActivity.css","07ev0m7"],["ext.fandom.UserPreferencesV2.mobile.css","1mnr4g7"],["ext.fandom.UserPreferencesV2.css","1doag2u"],["ext.fandom.UserProfile.css","1l0wd46"],["ext.fandom.UserProfileActivity.css","0gn5oc4"],["ext.fandom.UserRenameTool.css","1qyhkzl"],["ext.fandom.visualEditorFandomDesktop.css","0kcymgw"],["ext.fandom.WDACReview.css","07bu9ig"],["ext.fandom.wikiaBarUserTools.css","0jn50nx"],["ext.fandom.WikiAnalytics.css","0yhvmwr"],["ext.fandom.wikiEditor.codeMirrorTheming.css","1rkstax"],["ext.fandom.wikiEditor.css","16el7on"],[ "ext.fandom.wikiEditorFandomDesktop.css","1ay24ya"],["ext.fandomVideo.css","1mca90k"],["ext.languageWikiIndex.css","0vgg432"],["ext.listUsersPage.css","0ceshpg"],["ext.notAValidWiki.css","0ayzaio"],["ext.portableInfobox.mobile.css","00o8umq"],["ext.staffSig.css","0s0tv03"],["ext.tabView.css","05mx7pz"],["ext.wikiConfigPage.css","0xeg813"],["jwplayer-fandom.css","1eg1u70"],["skin.common.mobileDiff.css","0vg734y"],["skin.fandomdesktop.AbuseFilter.css","0gfs6j2"],["skin.fandomdesktop.ActionHistory.css","1g609rd"],["skin.fandomdesktop.ApiSandbox.css","16hor5d"],["skin.fandomdesktop.CargoQuery.css","0ow3g2m"],["skin.fandomdesktop.CargoTables.css","1xseiav"],["skin.fandomdesktop.CheckUser.css","0iz8xb9"],["skin.fandomdesktop.Community.css","1pzujep"],["skin.fandomdesktop.contributions.css","105x3g7"],["skin.fandomdesktop.editcount.css","1ee26hx"],["skin.fandomdesktop.FanFeed.css","1be67q7"],["skin.fandomdesktop.FilePage.css","0bmjn0p"],["skin.fandomdesktop.font.BioRhyme.css","1wvg66p"],[ "skin.fandomdesktop.font.InknutAntiqua.css","0ghqs1c"],["skin.fandomdesktop.font.Lora.css","063k78g"],["skin.fandomdesktop.font.RobotoSlab.css","1hd9pc8"],["skin.fandomdesktop.font.WorkSans.css","0f283ib"],["skin.fandomdesktop.GlobalNavigation.css","15ibugz"],["skin.fandomdesktop.InterwikiEdit.css","0jjtbji"],["skin.fandomdesktop.MathStatus.css","0k5l824"],["skin.fandomdesktop.NewPages.css","1g1uwe7"],["skin.fandomdesktop.pygments.css","0i0p119"],["skin.fandomdesktop.rail.popularPages.css","0xz0dnv"],["skin.fandomdesktop.rail.recentActivity.css","0x0302h"],["skin.fandomdesktop.rail.css","10p4t6i"],["skin.fandomdesktop.RecentChanges.css","0f28mm6"],["skin.fandomdesktop.RecentChangesLinked.css","045v39g"],["skin.fandomdesktop.css","0vcv981"],["skin.fandomdesktop.SpecialPageLists.css","15rl7i6"],["skin.fandomdesktop.Upload.css","10wlfd7"],["skin.fandomdesktop.Watchlist.css","1nt0cb3"],["skin.fandommobile.fandom.dark.css","18pmkko"],["skin.fandommobile.fandom.light.css","0t3t2la"],[ "skin.fandommobile.mobileMainPage.css","0xn01t3"],["skin.fandommobile.notifications.css","0lnh5if"],["skin.fandommobile.RecentChanges.css","1sw596w"],["skin.fandommobile.css","02fwvqd"],["skin.fandommobile.VisualEditor.css","0fa69n4"],["vendor.bootstrap.popover.css","0ii79i2"],["ext.fandom.Auth.preferences.messages","1t2l7tu"],["ext.fandom.UnifiedSearch.js","0fez6qk",[639]],["ext.fandom.wikianalytics.legendtranslations","1i7mjsg"],["ext.fandom.UserProfile.messages","1x94b2w"],["ext.fandom.ArticleComments.messages","17wi5qz"],["ext.codeEditor.icons","0b90qcp"],["ext.popups.images","0fpimxn"],["ext.templateData.images","1fex3ui"],["ext.templateDataGenerator.ui.images","09tq52s"],["skin.fandomdesktop.messages","1vjb7vh"],["skin.fandomdesktop.Search.messages","13783sy"],["skin.fandomdesktop.Bagdes.messages","0tbud6q"],["skin.fandomdesktop.Notifications.messages","1lxqiec"],["mobile.pagelist.styles","013pitw"],["mobile.pagesummary.styles","0tc9cvs"],["mobile.startup.images.variants", "1j14s00"],["mobile.messageBox.styles","0ozyr0x"],["mobile.userpage.icons","0uu5vrx"],["mobile.userpage.styles","1gm34j9"],["mediawiki.template.hogan","1tcw46d",[635]],["mobile.startup.images","1fvcetw"],["mobile.init","08ntk95",[667,674,527]],["mobile.startup","1irvco4",[631,686,657,743,524,715,717,668,670,521,518,519,525,520]],["mobile.editor.overlay","0qbvzub",[640,675,656,716,721,529,527,745,759]],["mobile.editor.images","0t8qrv0"],["mobile.talk.overlays","0rv2p0b",[714,528]],["mobile.mediaViewer","0c4keao",[527]],["mobile.categories.overlays","1oc8vxo",[528]],["mobile.languages.structured","090z49m",[527]],["mobile.nearby.images","1vzlxyn"],["mobile.mainpage.css","0zfhiy0"],["mobile.site","1hihcg6",[537]],["mobile.site.styles","0rzuhnq"],["mobile.special.styles","1k7ttn9"],["mobile.special.user.icons","1syslgf"],["mobile.special.watchlist.scripts","1jdz2vl",[527]],["mobile.special.mobilecite.styles","00173vu"],["mobile.special.mobilemenu.styles","07j6l8d"],[ "mobile.special.mobileoptions.styles","1yodt6j"],["mobile.special.mobileoptions.scripts","1tgh7en",[527]],["mobile.special.nearby.styles","0ekafum"],["mobile.special.userlogin.scripts","0kv5h4k"],["mobile.special.nearby.scripts","1dedjry",[667,534,545,527]],["mobile.special.history.styles","1bonhld"],["mobile.special.uploads.scripts","03rk1d5",[527]],["mobile.special.uploads.styles","0rg7fiz"],["mobile.special.pagefeed.styles","0w6utpt"],["mobile.special.mobilediff.images","128uwc9"],["mobile.special.mobilediff.scripts","1a6oiru",[552,527]],["mobile.special.mobilediff.styles","17rbvlu"],["ext.reverb.notifications.styles","1drtvq3"],["ext.reverb.notifications.scripts","0277j3i",[639]],["ext.reverb.notifications.scripts.notificationPage","13m4qbi"],["ext.reverb.notifications.styles.notificationPage","0m1e84i"],["ext.reverb.preferences","12waxxt"],["ext.embedVideo","02h7oxw"],["ext.embedVideo-evl","1337z86",[560,639]],["ext.embedVideo.styles","0q96o4m"],["ext.timeline.styles","1fzotet"],[ "ext.tmh.video-js","1m683kj"],["ext.tmh.videojs-ogvjs","042rwdp",[572,564]],["ext.tmh.videojs-resolution-switcher","1s4u1ml",[564]],["ext.tmh.videojs-responsive-layout","0j7s41m",[564]],["ext.tmh.mw-info-button","02zc114",[564,664]],["ext.tmh.player","1c02xnd",[571,568,566,567]],["ext.tmh.player.styles","0qhm0fl"],["ext.tmh.OgvJsSupport","1krju4u"],["ext.tmh.OgvJs","1qhqm17",[571]],["embedPlayerIframeStyle","1sk2fi1"],["onoi.qtip.core","0wtarbp"],["onoi.qtip.extended","1xs09io"],["onoi.qtip","07j6l8d",[575]],["onoi.md5","0kk7cqn"],["onoi.blockUI","1mbjf58"],["onoi.rangeslider","1xxeh2u"],["onoi.localForage","15qz69w"],["onoi.blobstore","0d3l9hc",[580]],["onoi.util","1nf6qg0",[577]],["onoi.async","118ftiv"],["onoi.jstorage","06vzqmy"],["onoi.clipboard","12fiede"],["onoi.bootstrap.tab.styles","0irojp4"],["onoi.bootstrap.tab","0ejpzvj"],["onoi.highlight","0n6och2"],["onoi.dataTables.styles","11hvv5m"],["onoi.dataTables.searchHighlight","0hkbo5k",[588]],["onoi.dataTables.responsive", "1n6cxwh",[592]],["onoi.dataTables","1wcnjzz",[590]],["mediawiki.api.edit","07j6l8d",[639]],["ext.cite.visualEditor.core","0j3el41",[47]],["ext.cite.visualEditor.data","11y5v14",[37]],["ext.cite.visualEditor.icons","1410d28"],["ext.cite.visualEditor","1ox7emi",[1,0,594,595,596,54,758]],["ext.geshi.visualEditor","0c3bmbe",[47]],["jquery.uls.data","1a1x48h"],["ext.visualEditor.mwextensionmessages","18cfgjv"],["mobile.editor.ve","12w1snf",[29,528]],["user.groups","07j6l8d",[603]],["user","1idca4u",[114],"user"],["user.styles","1xfn3m4",[],"user"],["user.defaults","1n3rk6s"],["user.options","0r5ungb",[605],"private"],["user.tokens","0tffind",[],"private"],["mediawiki.skinning.interface","1r73pn9"],["jquery.makeCollapsible.styles","00u5rk0"],["mediawiki.skinning.content.parsoid","0panvy8"],["jquery","0gmhg1u"],["mediawiki.base","1e9ofjj",[611]],["mediawiki.legacy.wikibits","05hpy57",[611]],["jquery.accessKeyLabel","1hapo74",[617,660]],["jquery.byteLength","1mvezut",[661]],[ "jquery.checkboxShiftClick","0m21x1o"],["jquery.client","1nc40rm"],["jquery.cookie","12o00nd"],["jquery.getAttrs","0bcjlvq"],["jquery.highlightText","0ozekmh",[660]],["jquery.i18n","0yrugds",[685]],["jquery.lengthLimit","0tb63qr",[661]],["jquery.makeCollapsible","0m34o66",[609]],["jquery.mw-jump","1szw96f"],["jquery.qunit","11kof1g"],["jquery.spinner","0bx0qb7"],["jquery.suggestions","1h5cs8k",[620]],["jquery.tablesorter","1x6t8mg",[629,660,687]],["jquery.tablesorter.styles","1w6pb6v"],["jquery.textSelection","13js4wb",[617]],["jquery.throttle-debounce","06eecyr"],["jquery.ui.position","0c81it6",[],"jquery.ui"],["jquery.ui.widget","0ve45kp",[],"jquery.ui"],["moment","17cheks",[660,683]],["mediawiki.template","0tqh6fm"],["mediawiki.template.mustache","1cv07if",[635]],["mediawiki.template.regexp","1ppu9k0",[635]],["mediawiki.apipretty","0jvrtjl"],["mediawiki.api","1b344s2",[664,607]],["mediawiki.confirmCloseWindow","0u2pg9b"],["mediawiki.diff.styles","0gdbsal"],["mediawiki.feedback", "07gd807",[654,751]],["mediawiki.ForeignApi","0451utn",[644]],["mediawiki.ForeignApi.core","1hj6uoc",[639,742]],["mediawiki.helplink","1390usa"],["mediawiki.hlist","0g1nzjv"],["mediawiki.htmlform","0o4wd7s",[622,660]],["mediawiki.htmlform.checker","03n31dt",[631]],["mediawiki.htmlform.ooui","0qx7he6",[746]],["mediawiki.htmlform.styles","00iuug1"],["mediawiki.htmlform.ooui.styles","1vsz02p"],["mediawiki.icon","0r30c5u"],["mediawiki.inspect","0cq1qr4",[660,661]],["mediawiki.messagePoster","0l54pox",[643]],["mediawiki.messagePoster.wikitext","1xodl3v",[654]],["mediawiki.notification","1jksfch",[669,676]],["mediawiki.notify","08ef6pm"],["mediawiki.notification.convertmessagebox","1udpxkk",[656]],["mediawiki.notification.convertmessagebox.styles","0nmyk2k"],["mediawiki.RegExp","0kzono7"],["mediawiki.String","17b69dq"],["mediawiki.searchSuggest","1s4m580",[619,627,639,606]],["mediawiki.storage","0b8j8oc"],["mediawiki.Title","16sfpsg",[661,669]],["mediawiki.toc","1up9gnx",[673]],[ "mediawiki.toc.styles","0o9hraj"],["mediawiki.Uri","0dukcku",[669,637]],["mediawiki.user","05zjnmc",[639,663,606]],["mediawiki.util","1xx5xf2",[614]],["mediawiki.viewport","06gdr2b"],["mediawiki.checkboxtoggle","00w9tlo"],["mediawiki.checkboxtoggle.styles","1u6gth1"],["mediawiki.cookie","1xxop73",[618]],["mediawiki.experiments","0rgmhag"],["mediawiki.editfont.styles","0atna8a"],["mediawiki.visibleTimeout","0tu6f3n"],["mediawiki.action.edit.styles","08gswzc"],["mediawiki.action.history.styles","050fsc0"],["mediawiki.action.view.categoryPage.styles","1astwvb"],["mediawiki.action.view.redirect","1dnfl8b",[617]],["mediawiki.action.view.redirectPage","0o59ohk"],["mediawiki.action.edit.editWarning","02kym79",[630,640,686]],["mediawiki.language","0aytd5t",[684]],["mediawiki.cldr","0nvnuvm",[685]],["mediawiki.libs.pluralruleparser","012f438"],["mediawiki.jqueryMsg","18uyxd4",[683,669,606]],["mediawiki.language.months","0uah22e",[683]],["mediawiki.language.names","03pwell",[683]],[ "mediawiki.language.specialCharacters","1wf7ff3",[683]],["mediawiki.libs.jpegmeta","0ete22r"],["mediawiki.page.gallery.styles","0cif9vs"],["mediawiki.page.ready","1k6p36m",[614,616]],["mediawiki.page.startup","0xzy2gc"],["mediawiki.interface.helpers.styles","1q84r1f"],["mediawiki.special","0c9bqc5"],["mediawiki.special.apisandbox","1t08vlr",[623,639,686,725,745]],["mediawiki.special.block","12ewxt9",[647,722,736,729,737,734,759]],["mediawiki.special.changecredentials.js","0yzqcla",[639,649]],["mediawiki.special.changeslist","00028c6"],["mediawiki.special.changeslist.legend","1p9x93p"],["mediawiki.special.changeslist.legend.js","01hofsk",[623,673]],["mediawiki.special.preferences.ooui","154t6wu",[640,675,658,663,729]],["mediawiki.special.preferences.styles.ooui","16iab9m"],["mediawiki.special.recentchanges","057bqh5"],["mediawiki.special.revisionDelete","0v5otzg",[622]],["mediawiki.special.search.commonsInterwikiWidget","1k01nga",[667,639,686]],[ "mediawiki.special.search.interwikiwidget.styles","0sy2v3b"],["mediawiki.special.search.styles","0wyekvu"],["mediawiki.special.userlogin.common.styles","0zszdq1"],["mediawiki.legacy.shared","1g92peh"],["mediawiki.ui","1vrujoz"],["mediawiki.ui.checkbox","0kejpkd"],["mediawiki.ui.radio","18pqtzr"],["mediawiki.ui.anchor","0w298fg"],["mediawiki.ui.button","0c6c1wp"],["mediawiki.ui.input","0p7ezss"],["mediawiki.ui.icon","04f9vqr"],["mediawiki.ui.text","01v28gi"],["mediawiki.widgets","10cv5s2",[639,720,748]],["mediawiki.widgets.styles","04ic2qu"],["mediawiki.widgets.AbandonEditDialog","1wgr129",[751]],["mediawiki.widgets.DateInputWidget","1dbwq4i",[723,634,748]],["mediawiki.widgets.DateInputWidget.styles","0zl919t"],["mediawiki.widgets.visibleLengthLimit","09ljyc9",[622,746]],["mediawiki.widgets.datetime","0t15hko",[660,746,766,767]],["mediawiki.widgets.expiry","0t9hlv6",[725,634,748]],["mediawiki.widgets.CheckMatrixWidget","19j4gxg",[746]],["mediawiki.widgets.CategoryMultiselectWidget", "1gjdhsi",[643,748]],["mediawiki.widgets.SelectWithInputWidget","1v42u7h",[730,748]],["mediawiki.widgets.SelectWithInputWidget.styles","12dt6as"],["mediawiki.widgets.SizeFilterWidget","1wdugfj",[732,748]],["mediawiki.widgets.SizeFilterWidget.styles","05wuevv"],["mediawiki.widgets.MediaSearch","1wh6v3l",[643,748]],["mediawiki.widgets.UserInputWidget","06rva64",[639,748]],["mediawiki.widgets.UsersMultiselectWidget","1xdpsc4",[639,748]],["mediawiki.widgets.NamespacesMultiselectWidget","0z6c6d0",[748]],["mediawiki.widgets.TitlesMultiselectWidget","1vc7c96",[719]],["mediawiki.widgets.SearchInputWidget.styles","0fkv4nu"],["easy-deflate.core","06fkmhu"],["easy-deflate.deflate","18qu8bw",[739]],["easy-deflate.inflate","1y4jg3r",[739]],["oojs","17r0vy2"],["mediawiki.router","045fw5w",[744]],["oojs-router","1rw732c",[742]],["oojs-ui","07j6l8d",[750,748,751]],["oojs-ui-core","1qioldp",[683,742,747,755,756,762,752,753]],["oojs-ui-core.styles","04sbjy9"],["oojs-ui-widgets","0i0wu24",[746,757,766, 767]],["oojs-ui-widgets.styles","0r8l62i"],["oojs-ui-toolbars","03wr91h",[746,767]],["oojs-ui-windows","13pci05",[746,767]],["oojs-ui.styles.indicators","1i1xv2j"],["oojs-ui.styles.textures","1lno4hj"],["oojs-ui.styles.icons-accessibility","0n7aupj"],["oojs-ui.styles.icons-alerts","1ktqcaw"],["oojs-ui.styles.icons-content","039ci1z"],["oojs-ui.styles.icons-editing-advanced","1no997h"],["oojs-ui.styles.icons-editing-citation","0pgnpnc"],["oojs-ui.styles.icons-editing-core","15gnig1"],["oojs-ui.styles.icons-editing-list","1eaztii"],["oojs-ui.styles.icons-editing-styling","0q7jzsn"],["oojs-ui.styles.icons-interactions","0ene15r"],["oojs-ui.styles.icons-layout","148go0v"],["oojs-ui.styles.icons-location","0lxzxj4"],["oojs-ui.styles.icons-media","0c26aew"],["oojs-ui.styles.icons-moderation","1v96wfo"],["oojs-ui.styles.icons-movement","0xapao0"],["oojs-ui.styles.icons-user","02utumq"],["oojs-ui.styles.icons-wikimedia","09nx9qj"]]);mw.config.set({"wgLoadScript":"/load.php","debug":!1, "skin":"fandomdesktop","stylepath":"/skins-ucp","wgUrlProtocols":"bitcoin\\:|ftp\\:\\/\\/|ftps\\:\\/\\/|geo\\:|git\\:\\/\\/|gopher\\:\\/\\/|http\\:\\/\\/|https\\:\\/\\/|irc\\:\\/\\/|ircs\\:\\/\\/|magnet\\:|mailto\\:|mms\\:\\/\\/|news\\:|nntp\\:\\/\\/|redis\\:\\/\\/|sftp\\:\\/\\/|sip\\:|sips\\:|sms\\:|ssh\\:\\/\\/|svn\\:\\/\\/|tel\\:|telnet\\:\\/\\/|urn\\:|worldwind\\:\\/\\/|xmpp\\:|\\/\\/","wgArticlePath":"/wiki/$1","wgScriptPath":"","wgScript":"/index.php","wgSearchType":"Fandom\\UnifiedSearch\\Engine\\SearchEngine","wgVariantArticlePath":!1,"wgActionPaths":{},"wgServer":"https://galaxyonlineii.fandom.com","wgServerName":"galaxyonlineii.fandom.com","wgUserLanguage":"en","wgContentLanguage":"en","wgTranslateNumerals":!0,"wgVersion":"1.33.3","wgEnableAPI":!0,"wgEnableWriteAPI":!0,"wgMainPageTitle":"Galaxy Online II Wiki","wgFormattedNamespaces":{"-2":"Media","-1":"Special","0":"","1":"Talk","2":"User","3":"User talk","4":"Galaxy Online II Wiki","5":"Galaxy Online II Wiki talk", "6":"File","7":"File talk","8":"MediaWiki","9":"MediaWiki talk","10":"Template","11":"Template talk","12":"Help","13":"Help talk","14":"Category","15":"Category talk","110":"Forum","111":"Forum talk","420":"GeoJson","421":"GeoJson talk","500":"User blog","501":"User blog comment","502":"Blog","503":"Blog talk","710":"TimedText","711":"TimedText talk","828":"Module","829":"Module talk","1200":"Message Wall","1201":"Thread","1202":"Message Wall Greeting"},"wgNamespaceIds":{"media":-2,"special":-1,"":0,"talk":1,"user":2,"user_talk":3,"galaxy_online_ii_wiki":4,"galaxy_online_ii_wiki_talk":5,"file":6,"file_talk":7,"mediawiki":8,"mediawiki_talk":9,"template":10,"template_talk":11,"help":12,"help_talk":13,"category":14,"category_talk":15,"forum":110,"forum_talk":111,"geojson":420,"geojson_talk":421,"user_blog":500,"user_blog_comment":501,"blog":502,"blog_talk":503,"timedtext":710,"timedtext_talk":711,"module":828,"module_talk":829,"message_wall":1200,"thread":1201,"message_wall_greeting":1202 ,"image":6,"image_talk":7,"project":4,"project_talk":5},"wgContentNamespaces":[420,0],"wgSiteName":"Galaxy Online II Wiki","wgDBname":"galaxyonlineii","wgExtraSignatureNamespaces":[110],"wgExtensionAssetsPath":"/extensions-ucp","wgCookiePrefix":"wikicities_c3","wgCookieDomain":".fandom.com","wgCookiePath":"/","wgCookieExpiration":2592000,"wgCaseSensitiveNamespaces":[],"wgLegalTitleChars":" %!\"$\u0026'()*,\\-./0-9:;=?@A-Z\\\\\\^_`a-z~+\\u0080-\\uFFFF","wgIllegalFileChars":":/\\\\","wgResourceLoaderStorageVersion":1,"wgResourceLoaderStorageEnabled":!0,"wgForeignUploadTargets":["local"],"wgEnableUploads":!0,"wgCommentByteLimit":null,"wgCommentCodePointLimit":500,"wgCityId":234222,"wgServicesExternalDomain":"https://services.fandom.com/","CrossSiteAJAXdomains":["internal-soap.wikia.com","internal-soap.fandom.com","internal-soap.wikia.org","internal-soap.gamepedia.com","www.fandom.com","www.wikia.com","www.wikia.org","www.gamepedia.com"],"wgWikiaEnvironment":"prod","wikiVertical": "games","wikiCategories":[],"isTestWiki":!1,"wgCiteVisualEditorOtherGroup":!1,"wgCiteResponsiveReferences":!0,"wgConfirmEditConfig":{"reCaptchaSiteKey":"6LdDSA4TAAAAANZDWjPdTiQcYsTuge5fMPQTd7D_","reCaptchaScriptURL":"https://www.google.com/recaptcha/api.js"},"wgVisualEditorConfig":{"disableForAnons":!1,"preloadModules":["site","user"],"preferenceModules":{"visualeditor-enable-experimental":"ext.visualEditor.experimental"},"namespaces":[2,6,14,420,0,500,502],"contentModels":{"wikitext":"article"},"pluginModules":["ext.cite.visualEditor","ext.math.visualEditor","ext.geshi.visualEditor","ext.disambiguator.visualEditor","ext.titleblacklist.visualEditor","ext.confirmEdit.visualEditor","ext.confirmEdit.reCaptchaNoCaptcha.visualEditor","ext.CodeMirror.visualEditor.init","ext.CodeMirror.visualEditor","ext.fandom.phalanx.visualEditor.js","ext.templateDataGenerator.editPage","ext.fandom.PortableInfoboxFandomDesktop.css","ext.fandom.visualEditor.js","ext.fandom.visualEditor.css", "ext.fandom.visualEditorFandomDesktop.css"],"defaultUserOptions":{"defaultthumbsize":180},"galleryOptions":{"imagesPerRow":0,"imageWidth":120,"imageHeight":120,"captionLength":!0,"showBytes":!0,"showDimensions":!0,"mode":"traditional"},"blacklist":{"firefox":[["\u003C=",11]],"safari":[["\u003C=",6]],"opera":[["\u003C",12]]},"tabPosition":"before","tabMessages":{"edit":null,"editsource":"visualeditor-ca-editsource","create":null,"createsource":"visualeditor-ca-createsource","editlocaldescription":"edit-local","editlocaldescriptionsource":"visualeditor-ca-editlocaldescriptionsource","createlocaldescription":"create-local","createlocaldescriptionsource":"visualeditor-ca-createlocaldescriptionsource","editsection":"editsection","editsectionsource":"visualeditor-ca-editsource-section"},"singleEditTab":!1,"enableVisualSectionEditing":"mobile","showBetaWelcome":!1,"enableTocWidget":!1,"enableWikitext":!0,"svgMaxSize":5120,"namespacesWithSubpages":{"0":!0,"1":!0,"2":!0, "3":!0,"4":!0,"5":!0,"6":!0,"7":!0,"8":!0,"9":!0,"10":!0,"11":!0,"12":!0,"13":!0,"14":!0,"15":!0,"828":!0,"829":!0,"421":!0,"500":!0,"501":!0,"502":!0,"503":!0,"1201":!0},"specialBooksources":"Special:BookSources","rebaserUrl":!1,"restbaseUrl":!1,"fullRestbaseUrl":"https://services.fandom.com/visual-editor-parsoid-facade/fandomdesktop/galaxyonlineii.fandom.com/","feedbackApiUrl":!1,"feedbackTitle":!1,"sourceFeedbackTitle":!1},"wgWikiEditorMagicWords":{"redirect":"#REDIRECT","img_right":"right","img_left":"left","img_none":"none","img_center":"center","img_thumbnail":"thumb","img_framed":"frame","img_frameless":"frameless"},"mw.msg.wikieditor":"--~~~~","wgPopupsVirtualPageViews":!1,"wgPopupsGateway":"mwApiPlain","wgPopupsEventLogging":!1,"wgPopupsRestGatewayEndpoint":"/api/rest_v1/page/summary/","wgPopupsStatsvSamplingRate":0,"wgTimedMediaHandler":{"MediaWiki.DefaultProvider":"local","MediaWiki.ApiProviders":{ "wikimediacommons":{"url":"//commons.wikimedia.org/w/api.php"}},"EmbedPlayer.OverlayControls":!0,"EmbedPlayer.CodecPreference":["vp9","webm","h264","ogg","mp3","ogvjs"],"EmbedPlayer.DisableVideoTagSupport":!1,"EmbedPlayer.DisableHTML5FlashFallback":!0,"EmbedPlayer.ReplaceSources":null,"EmbedPlayer.EnableFlavorSelector":!1,"EmbedPlayer.EnableIpadHTMLControls":!0,"EmbedPlayer.WebKitPlaysInline":!1,"EmbedPlayer.EnableIpadNativeFullscreen":!1,"EmbedPlayer.iPhoneShowHTMLPlayScreen":!0,"EmbedPlayer.ForceLargeReplayButton":!1,"EmbedPlayer.RewriteSelector":"video,audio,playlist","EmbedPlayer.DefaultSize":"400x300","EmbedPlayer.ControlsHeight":31,"EmbedPlayer.TimeDisplayWidth":85,"EmbedPlayer.KalturaAttribution":!0,"EmbedPlayer.EnableOptionsMenu":!0,"EmbedPlayer.EnableRightClick":!0,"EmbedPlayer.EnabledOptionsMenuItems":["playerSelect","download","share","aboutPlayerLibrary"],"EmbedPlayer.WaitForMeta":!0,"EmbedPlayer.ShowNativeWarning":!0, "EmbedPlayer.ShowPlayerAlerts":!0,"EmbedPlayer.EnableFullscreen":!0,"EmbedPlayer.EnableTimeDisplay":!0,"EmbedPlayer.EnableVolumeControl":!0,"EmbedPlayer.NewWindowFullscreen":!1,"EmbedPlayer.FullscreenTip":!0,"EmbedPlayer.DirectFileLinkWarning":!0,"EmbedPlayer.NativeControls":!1,"EmbedPlayer.NativeControlsMobileSafari":!0,"EmbedPlayer.FullScreenZIndex":999998,"EmbedPlayer.ShareEmbedMode":"iframe","EmbedPlayer.MonitorRate":250,"EmbedPlayer.UseFlashOnAndroid":!1,"EmbedPlayer.EnableURLTimeEncoding":"flash","EmbedPLayer.IFramePlayer.DomainWhiteList":"*","EmbedPlayer.EnableIframeApi":!0,"EmbedPlayer.PageDomainIframe":!0,"EmbedPlayer.NotPlayableDownloadLink":!0,"TimedText.ShowInterface":"always","TimedText.ShowAddTextLink":!0,"TimedText.ShowRequestTranscript":!1,"TimedText.NeedsTranscriptCategory":"Videos needing subtitles","TimedText.BottomPadding":10,"TimedText.BelowVideoBlackBoxHeight":40}});var queue=window.RLQ;window.RLQ=[];RLQ.push=function(fn){if( typeof fn==='function'){fn();}else{RLQ[RLQ.length]=fn;}};while(queue&&queue[0]){RLQ.push(queue.shift());}window.NORLQ={push:function(){}};}());}