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",[638]],["ext.categoryTree.styles","0yd67vv"],["ext.inputBox.styles","15iisyf"],["ext.inputBox","02hkw2a",[630]],["ext.math.styles","15krita"],["ext.math.visualEditor","11a45lo",[6,46]],["ext.math.visualEditor.mathSymbolsData","0ck829m",[7]],["ext.math.visualEditor.chemSymbolsData","0ar9ku9",[7]],["ext.pygments","0gcc6jx"],["ext.disambiguator.visualEditor","0i5gvgy",[52]],["mediawiki.api.titleblacklist","1bfs7sn",[638]],["ext.titleblacklist.visualEditor","17t066t"],["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",[17,35]],["ext.visualEditor.progressBarWidget","09btcaa"],[ "ext.visualEditor.tempWikitextEditorWidget","03l0r7i",[674,667]],["ext.visualEditor.targetLoader","0tqair4",[34,629,666,667]],["ext.visualEditor.mobileArticleTarget","1l9iq6q",[38,43]],["ext.visualEditor.collabTarget","0hqq0if",[36,42,762]],["ext.visualEditor.collabTarget.mobile","1l8kzj5",[29,43,47]],["ext.visualEditor.collabTarget.init","1qg23tf",[23,718,744]],["ext.visualEditor.collabTarget.init.styles","12d0edh"],["ext.visualEditor.ve","0up6ejb"],["ext.visualEditor.track","0b1o38l",[33]],["ext.visualEditor.base","12sztyd",[33,744,19]],["ext.visualEditor.mediawiki","0jiggqx",[35,27,598]],["ext.visualEditor.mwsave","093kg55",[46,621]],["ext.visualEditor.articleTarget","0tn65q5",[47,37,720]],["ext.visualEditor.data","1toy1zg",[36]],["ext.visualEditor.core","027s2zi",[24,23,616,20,21,22]],["ext.visualEditor.commentAnnotation","0zx1u5f",[40]],["ext.visualEditor.rebase","124isp8",[18,56,41,767,16]],["ext.visualEditor.core.mobile","0xkixi0",[40]],["ext.visualEditor.welcome","0feptmd",[744 ]],["ext.visualEditor.switching","0w1g89k",[744,753,758]],["ext.visualEditor.mwcore","1msl4ot",[57,36,599,45,44,617,640,685,656,609,718]],["ext.visualEditor.mwextensions","07j6l8d",[39,66,59,61,48,63,50,60,51,53]],["ext.visualEditor.mwformatting","156it3j",[46]],["ext.visualEditor.mwimage.core","0jhv2h1",[46]],["ext.visualEditor.mwimage","1453f77",[49,732,633,764,768]],["ext.visualEditor.mwlink","17wv7d4",[46]],["ext.visualEditor.mwmeta","1fvwuos",[51,680]],["ext.visualEditor.mwtransclusion","0tdxa6q",[46,733]],["treeDiffer","0mr1wpq"],["diffMatchPatch","179lnrj"],["ext.visualEditor.checkList","1hmptc7",[40]],["ext.visualEditor.diffing","03m08zv",[55,40,54]],["ext.visualEditor.diffLoader","10of99s",[27]],["ext.visualEditor.language","04vyu1o",[40,598,687]],["ext.visualEditor.mwlanguage","1lxju9g",[40]],["ext.visualEditor.mwalienextension","0j01wcv",[46]],["ext.visualEditor.mwwikitext","0gic8c9",[51,674]],["ext.visualEditor.mwgallery","0aozt3i",[46,690,732,764]],[ "ext.visualEditor.mwsignature","1p79byq",[53]],["ext.visualEditor.experimental","07j6l8d"],["ext.visualEditor.icons","07j6l8d",[67,68,754,755,756,758,759,760,761,762,765,766,767,751,752]],["ext.visualEditor.moduleIcons","0iqp73l"],["ext.visualEditor.moduleIndicators","0yl9k82"],["ext.sm.common","175q47k"],["ext.maps.geojson.new.page","0m2w20t",[592]],["ext.maps.geojson.page","038tgfo",["ext.maps.leaflet.editor"]],["ext.maps.resizable","07j6l8d",["jquery.ui.resizable"]],["ext.maps.api","1ahxmai",[638]],["ext.maps.leaflet.library","0m6brdx"],["ext.maps.leaflet.fullscreen","0xmg14f",[74]],["ext.maps.leaflet.geojson","0jskx4q"],["ext.maps.leaflet.loader","0ghudif",[73,75,76,78,69]],["ext.maps.leaflet.markercluster","1beezj3",[74]],["ext.maps.googlemaps3","1xrc0x6"],["ext.maps.gm3.markercluster","1d69b8v",[79]],["ext.maps.gm3.markerwithlabel","1iwl4z4",[79]],["ext.maps.gm3.geoxml","0gl2ere",[79]],["ext.maps.gm3.earth","1oskg2s",[79]],["ext.maps.googlemaps3ajax","1luoqxl",[79,69]],[ "ext.maps.wikitext.editor","191bzbk",["jquery.ui.autocomplete","jquery.ui.dialog","jquery.ui.slider"]],["ext.categorySelect.js","1gtminx",[231,228,230]],["ext.categorySelect.lazy.js","0wfsoej",[261,231,260,230,747,259]],["ext.fandom.abuseFilter.aceEditor.js","11gbs63",[212,610]],["ext.fandom.Achievements.js","19j8lt7",[230]],["ext.fandom.Achievements.SpecialLeaderboard.js","06qfcbd",[241]],["ext.fandom.Activity.social.js","0wi8a5m",[263,262,260,745]],["ext.fandom.Activity.tabs.js","06fn104",[263]],["ext.fandom.AdminDashboard.fandomdesktop.js","0z8bu5s",[265,266,231]],["ext.fandom.AdminDashboard.WikiFeatures.js","1y2h9c4",[231,230,268]],["ext.fandom.ae.babTracking.js","1q4diz4",[236]],["ext.fandom.ae.consentQueue.js","1jismls",[212,610]],["ext.fandom.AnalyticsEngine.comscore.js","1xbomdj",[239]],["ext.fandom.AnalyticsEngine.quantcast.js","1nhgk9u",[239]],["ext.fandom.announcements.js","1pe5c7t",[269,747,750]],["ext.fandom.ArticleComments.desktop.js","03j5k4d",[270,229,271,669]],[ "ext.fandom.ArticleComments.js","0no81jd",[280,272,281,289]],["ext.fandom.ArticleComments.mobile.js","107nu13",[229,271]],["ext.fandom.ArticleVideo.desktop.js","08d4qfk",[294,270]],["ext.fandom.ArticleVideo.mobile.js","03rlfw2",[294,296,270]],["ext.fandom.Auth.preferences.js","01b0oj6",[269]],["ext.fandom.bannerNotifications.js","0c9pmzh",[269]],["ext.fandom.BaseLayout.js","16g4y1m",[297]],["ext.fandom.Blogs.js","0vwzt6a",[230,747,750,258,240]],["ext.fandom.CategoryPage.CategoryLayoutSelector.js","0eicr58",[241]],["ext.fandom.CategoryPage.mobile.js","18osdse",[231]],["ext.fandom.communityPage.js","0tx8ivf",[261,231,260,230]],["ext.fandom.ContentReview.jsReload.js","1ny2zbs",[212,610]],["ext.fandom.ContentReview.legacyLoaders.js","1mwmkfs",[304,668]],["ext.fandom.ContentReview.reviewActions.js","0v7ken4",[269,230]],["ext.fandom.ContentReview.submit.js","0wrcjyr",[269,230]],["ext.fandom.ContentReview.testModeBanner.js","0404o8x",[269,230]],["ext.fandom.CreateNewWiki.js","170rqh2",[287, 306,307,262,292,305,284,286,293,285,270,281,282,258,289]],["ext.fandom.CreatePage.Dialog.js","0m2l0r6",[231,230]],["ext.fandom.CreatePage.js","0mail6g",[212,610]],["ext.fandom.CreatePageOpenDialog.js","02u7ee4",[265]],["ext.fandom.CreateUserPage.js","1xltf0i",[212,610,667]],["ext.fandom.curatedContentTool.js","18c32b9",[261,229,260,308]],["ext.fandom.DesignSystem.CommunityBar.js","1h24jpv",[231]],["ext.fandom.DesignSystem.CommunityHeader.js","107m1hw",[265]],["ext.fandom.DesignSystem.fandomdesktop.js","1sxzqgp",[310,309]],["ext.fandom.DesignSystem.GlobalNavigation.OnSiteNotifications.js","0mhmur3",[315,231,229,314,260]],["ext.fandom.DesignSystem.js","1d8narl",[310,231,309,270,316,314]],["ext.fandom.DesignSystem.mobile.js","1p7ir7l",[231,309,260,258]],["ext.fandom.DesignSystem.UserModal.js","0zrwwf7",[212,610]],["ext.fandom.DiscussionMaintenance.js","0idpw5u",[269]],["ext.fandom.dismissableSitenotice.js","1mm7jry",[241]],["ext.fandom.Email.SpecialSendEmail.js","19hxnlp",[234,229]],[ "ext.fandom.FacebookLocale.js","1as8shg",[312]],["ext.fandom.FacebookTags.js","1yxkokd",[229]],["ext.fandom.FandomEmbedVideo.js","14tyeel",[229]],["ext.fandom.FandomVisualEditor.mobile.js","1wa9p3y",[317,38,43,52,62,321,318]],["ext.fandom.ForumRedirect.legacyLinkHider.js","0do9ooo",[212,610]],["ext.fandom.FounderProgressBar.js","13ov8fy",[266,268]],["ext.fandom.GalleryTracking.js","17rv1c1",[231,229,322]],["ext.fandom.GlobalShortcuts.js","0u0bchc",[323,267,685]],["ext.fandom.GlobalShortcuts.lazy.js","0u0xnhr",[261,323,260,258]],["ext.fandom.HeartbeatTracking.js","1tdi7gk",[229,238]],["ext.fandom.InteractiveMaps.js","1oxe1yd",[262,292,291]],["ext.fandom.InterwikiEdit.js","18o3csw",[212,610,685]],["ext.fandom.JWPlayerTag.js","18whi06",[231,295,229]],["ext.fandom.Lightbox.js","16ze6x8",[287,269,313,230,289,275]],["ext.fandom.ListGlobalUsers.js","1v7uuoo",[212,610]],["ext.fandom.listUsers.js","0ewn3fg",[269,638,747,258]],["ext.fandom.MapsTracking.js","07s2jbk",[231,229]],[ "ext.fandom.MessageWall.js","1ud9zn6",[280,306,230,320]],["ext.fandom.MobileImageGallery.Default.js","0wsxpaf",[326,243,270,325]],["ext.fandom.MobileImageGallery.Navigational.js","0xp7sab",[326,243,325]],["ext.fandom.multiTasksMultiDelete.js","1lxmuqb",[269,638]],["ext.fandom.NewFilesFilters.js","0mgat5g",[229]],["ext.fandom.performanceMonitoring.js","0kmsceh",[327,234,312]],["ext.fandom.Phalanx.block.js","1axhwju",[269,230]],["ext.fandom.Phalanx.blockListing.js","0dcd4c6",[269]],["ext.fandom.phalanx.visualEditor.js","0uekv8e",[38,212,610]],["ext.fandom.PhalanxStats.js","043a8gg",[269]],["ext.fandom.photoGallery.gallery.js","0xgcc0m",[328]],["ext.fandom.photoGallery.gallery.lazy.js","00tq4x3",[258,328]],["ext.fandom.photoGallery.slider.js","0uqc3jx",[231,229]],["ext.fandom.photoGallery.slideshow.js","0j1d5p5",[328,275]],["ext.fandom.PortableInfoboxBuilder.disableVE.js","1u6d5xd",["ext.visualEditor.desktopArticleTarget.init",229]],["ext.fandom.PortableInfoboxBuilder.js","0tfqumr",[229, 308]],["ext.fandom.QualtricsSiteIntercept.js","0jvae3j",[212,610]],["ext.fandom.QuickAdopt.js","0d3w208",[269,121,750]],["ext.fandom.QuickTools.js","19qtb5t",[269,667,230,750]],["ext.fandom.SearchExperiment.js","1eps699",[330,329,237,284,285,270,282]],["ext.fandom.sitenotice.desktop.js","1sxqqvs",[331]],["ext.fandom.sitenotice.mobile.js","1kfbbva",[331]],["ext.fandom.slider.js","0cn9bou",[270]],["ext.fandom.specialVideos.js","1x96cpy",[269,258]],["ext.fandom.Tabber.js","044ga9v",[229,311]],["ext.fandom.tcs.dialog.js","1lc491y",[269,685,324,747,750]],["ext.fandom.ThemeDesignerNext.js","03c6dcu",[296,304,262,292,305,284,286,293,285,332,281,322,282,258,289]],["ext.fandom.Thumbnails.js","1fock2g",[325]],["ext.fandom.TimeAgoMessaging.js","1xh4tdy",[314,685,268]],["ext.fandom.Track.pageview.js","1r0cold",["fandom/Track/scripts/pageview",212,610]],["ext.fandom.TwitterTag.js","1wfman0",[229]],["ext.fandom.UncrawlableUrl.anchors.js","1dv84au",[229,333]],["ext.fandom.UncrawlableUrl.spans.js", "1pgzgok",[229,333]],["ext.fandom.UnifiedCommunitySearchTracking.js","0cgvooy",[334,258]],["ext.fandom.UnifiedSearchTracking.js","116hsb8",[334,258]],["ext.fandom.uploadNewImages.js","19j66y8",[287,335,230]],["ext.fandom.UserProfile.js","1k99dg4",[284,283,293,285,230]],["ext.fandom.UserProfileActivity.js","0o0uac9",[230]],["ext.fandom.VisitSource.js","1hzmny3",[239]],["ext.fandom.WDACReview.js","1b0rasp",[212,610]],["ext.fandom.wikiaBar.js","16uc4ub",[265,231,270,259]],["ext.fandom.wikiaBar.lazy.js","0fqbl3n",[269,335,327,230,747,258]],["ext.fandom.WikiaInYourLang.js","18nu8v2",[269,337,312,230]],["ext.fandom.WikiAnalytics.js","1vsp0kq",[332]],["ext.fandom.wikiConfigFindWikis.js","0h2igki",[269,289]],["ext.fandom.wikiConfigHomePage.js","0o782r1",[269,638]],["ext.fandom.wikiConfigPage.js","1yz696n",[212,610,638]],["ext.fandom.wikiConfigPageAddEditVariable.js","04p4oen",[269,638]],["ext.fandom.wikiConfigPageClose.js","1ox2lk4",[269]],["ext.fandom.wikiConfigPageDomains.js","1ppgjyq",[269, 638]],["ext.fandom.wikiConfigPageExtensions.js","0e2u9vc",[212,610,638]],["ext.fandom.wikiConfigPageEZNamespace.js","1g3fmj9",[269,638,233]],["ext.fandom.wikiConfigPageHubs.js","1kr1631",[269,638]],["ext.fandom.wikiConfigPageInfo.js","0cszagx",[269,638]],["ext.fandom.wikiConfigPageVariables.js","0xktx3z",[338,638]],["ext.fandom.wikiConfigTools.js","137mafp",[269]],["ext.fandom.wikiConfigVariables.js","1ucptcg",[338,638]],["ext.fandom.wikiEditor.js","0p822ip",[336,231,45,319,270,229]],["ext.portableInfobox.mobile.js","0g8zqm7",[231,260]],["ext.portableInfoboxFandomDesktop.js","16dgaup",[212,610]],["ext.tabView.editor.js","1jfnjxu",[212,610]],["ext.tabView.js","0jtgqz4",[234,286,277]],["fandomRequire.js","1yh78zb"],["floatingScroll.js","131j9qj",[316]],["shared.jquery.autocomplete.js","12xysg1",[258]],["skin.fandomdesktop.FanFeed.js","1shhxhm",[261,231,270,669,260,340,339,275]],["skin.fandomdesktop.gallery.js","0f50w4z",[341]],["skin.fandomdesktop.GlobalNavigationNotifications.js", "1ba30t6",[342]],["skin.fandomdesktop.rail.lazyRail.js","0fohkf5",[260,339,343,275]],["skin.fandomdesktop.rail.toggle.js","05z09ho",[344,343]],["skin.fandomdesktop.js","0q4lrsd",[265,261,315,341,297,344,329,213,270,685,343]],["skin.fandommobile.mobileApp.js","0y11e28",[289]],["skin.fandommobile.RecirculationPrefooter.init.js","06ctjf0",[270,669]],["skin.fandommobile.RecirculationPrefooter.js","1680rjs",[261,231,303,230,340,339,275]],["skin.fandommobile.trackHistoryPage.js","1ypew87",[345]],["skin.fandommobile.trackMobileDiff.js","1qzyaz4",[345]],["skin.fandommobile.trackRecentChanges.js","12dv6qv",[345]],["skin.fandommobile.js","1w6o86f",[261,270,230,345,275,318]],["jqueryFandomExtensions-37f89e76.js","1oakxfs",[229]],["jquery-cdf6440d.js","1bbgc0x",[212,610]],["nirvana-ff388897.js","0ywg605",[229,233]],["Tracker-8dc8d766.js","02n9gos",[236,235]],["consts-3c7f9b49.js","0rry73k",[212,610]],["sort-8106b618.js","1obzcf5",[252,251,245,249,250]],["defineProperty-e8242b78.js","1qz5867",[246] ],["objectWithoutProperties-6abd13c5.js","09d0fu9",[252,253,245,254,247]],["GoogleTracker-d7e64dd0.js","1c184k2",[232,239,241,240]],["communicationService-70e9f2f5.js","09xpkkm",[243,234]],["ofType-ff7472d7.js","1s2jfjp",[237]],["first-fe4ebc16.js","01nb9xl",[238]],["url-search-params-c38517ce.js","0xkt7gy",[247]],["js.cookie-e69a0ae9.js","017t8ek",[242]],["_commonjsHelpers-b3667336.js","08890oi",[212,610]],["_tslib-472b21a9.js","190ur5p",[212,610]],["export-5910bfc9.js","1kt8j40",[242]],["entry-virtual-7e50838b.js","0i15zw9",[244]],["define-property-6007e84b.js","11p3mvn",[244]],["web.url-search-params-706c6f69.js","0vwwgo5",[251,255,256,249,250]],["classof-39e27347.js","0r4qk0d",[244]],["length-of-array-like-7cebe5b9.js","062qdug",[212,610]],["to-string-73139fc7.js","0v5t7kq",[248]],["array-sort-05608a19.js","1i2r3cr",[244]],["array-method-is-strict-a4a41c2f.js","1h7atuz",[244]],["array-species-create-7b4d202b.js","1x0yjzh",[257]],["object-get-own-property-symbols-0189240b.js", "0xem3uh",[212,610]],["function-name-32e0a5ed.js","12pct8x",[244]],["inspect-source-630f2106.js","1c6qwsg",[244]],["is-constructor-871d172c.js","0k3lx5d",[248,256]],["trim-f3c1320f.js","0evrc1v",[245,255,250]],["popover-2191db0a.js","1d6x3ur",[234,229,258]],["mustache-035d3837.js","0u0kd4h",[212,610]],["DesignSystemIcons-5c946973.js","0vi6p9k",[212,610]],["from-entries-f2293fd7.js","0iyks1q",[264,240]],["ActivityFeedTracking-a57684f6.js","11bo9do",[231,229,233]],["create-property-f0280638.js","0t93bb0",[247]],["CreatePage-86c24434.js","0sgfivu",[267]],["FounderProgressBar-252c4f39.js","1o9jp8m",[230]],["lazyModules-9395525a.js","19njtae",[212,610]],["onRailReady-e4f90e9a.js","1a7235u",[229]],["BannerNotifications-bef111a0.js","118xzwt",[261,231,260]],["index-e0f8f548.js","1a3ski7",[212,610]],["loadAC-f1479892.js","1tbtezu",[272,241,258]],["cookies-b8458096.js","19hoqfr",[234,235,240]],["index-fa215be1.js","0rzxmfg",[269,274,275]],["url-388c844c.js","0byuqzt",[264,257,254]],[ "vignette-a2434b29.js","0bjryvp",[242]],["index-50fdfbbe.js","12n7bhk",[242]],["index-dc1a1b52.js","1itnfvq",[276]],["index-3bbe2116.js","1stv9bx",[277]],["useTranslation-4e430c52.js","02flrsl",[276]],["DeleteCommentModal-98427a11.js","0m6endd",[287,290,292,278,291,284,286,293,285,282]],["redux-toolkit.esm-20fc11d1.js","0m75f1o",[278]],["style-inject.es-2ded91e0.js","1sdbz5e",[212,610]],["index-85b5854b.js","0vokaia",[276]],["index-63236b95.js","17m7zyu",[277,288]],["index-d864389a.js","0owbc3g",[276,288]],["index-79222630.js","1qlpqjk",[283]],["AuthModal-963ded7b.js","0gjz3vx",[231,229]],["tslib.es6-20bd5fbf-1dd489bc.js","1300jgo",[212,610]],["url-c68c442d.js","0dvwpnx",[274]],["Timeago-7f6681de.js","0h1746y",[283,277,288,279]],["index-3e06f63f.js","18qi98v",[277,288]],["index-28de5a83.js","00utvvj",[277,273,288]],["index-8e5d7ec3.js","0d5f9wy",[277,273,288]],["duration-7e127a0c.js","0x5slhk",[231,295,260]],["featured-video-cookies-84da5de7.js","0vgbuxl",[241]],[ "eventLogger-9f513b3d.js","15b3yqx",[229]],["GlobalNavigationTracking-b997dcd1.js","14r6nrz",[299,300,301,298]],["useFandomNotifications-7ac8c1fd.js","1tkvmui",[302,303,276,289,240]],["load-acf64684.js","0zz31kb",[212,610]],["tooltips-7fbb1b86.js","1os81d5",[242]],["tracking-530f411d.js","0w0v1de",[243]],["env-dfab224e.js","05dd66f",[243]],["escapeHtml-8e31c6cb.js","0sk1nsj",[212,610]],["flat-map-e3f69f16.js","0rmbjwd",[253,245,249]],["index-4d2a85c0.js","1xmfl3e",[278,283]],["_rollupPluginBabelHelpers-a52f06df-875070d2.js","1fedo0a",[212,610]],["defineProperty-f894efeb.js","0bpp2pa",[234]],["ponto-1a57b3ce.js","0r6ptsz",[212,610]],["anchorScroll-d3c1b8bb.js","0vyzu4q",[302,312,229,299,311]],["DesignSystemDropdowns-510f95c3.js","1478v78",[313,229]],["tabs-bf8ab56a.js","0es2q51",[242]],["geo-21249170.js","0pmn9nu",[246,241,240]],["isTouchScreen-4379332c.js","0aj25oc",[212,610]],["jquery.timeago-96de817e.js","0n75mkz",[258]],["DesignSystemLoadingSpinner-f5c9010d.js","1v3fswl",[212,610]], ["jquery.floatingscroll-5d47dd34.js","0n92uv1",[229]],["FandomMWSaveDialog-c7b6c120.js","0idyiss",[231,319,270,229,258]],["wrapTables-8eeaa400.js","0mdl0wg",[212,610]],["index-170c213c.js","1c69h99",[320]],["reverse-da7705b3.js","0fulpf4",[253,245]],["regexp-flags-a3608f54.js","1slyse8",[244]],["replace-all-ea32b0a2.js","0p7zxfn",[245,321,250]],["GlobalShortcuts-0006dbda.js","0r3xr87",[231,229,324,233]],["mousetrap-e29930d2.js","0k1trlg",[242]],["lazysizes-75bc33bf.js","0gdurfg",[242]],["ViewMore-bd2294da.js","1pye8ea",[233]],["browserDetect-d895adb6.js","08gj93r",[212,610]],["utils-78d5379d.js","16n41p0",[287]],["SearchModalInit-5adfaed4.js","1yyy0v1",[212,610]],["SearchExperimentTracking-53f9d90d.js","16p259d",[232,302,301,258]],["sitenoticeVisibility-ff032536.js","17de9kz",[231]],["lodash-5fa32ad7.js","05doqk2",[242]],["uncrawlable-url-utils-7731e065.js","02il2el",[212,610]],["tracking-185509a9.js","1f65rfd",[231,332,289]],["Toggle-33a7ec38.js","1g35zfc",[212,610]],[ "PageActionsPopupButtonWidget-c7e77c8a.js","0m1akck",[258]],["cache-884d10e1.js","1rpbtlm",[212,610]],["ext.wikiConfigPageVariables-f5c7467d.js","0mx44nt",[269,270,258]],["sponsoredContent-aaecac51.js","009tk2p",[312,229]],["recommendedContent-bb3791e4.js","0j5h8za",[337,307,296,241]],["Gallery-57ce9fff.js","0srtkxv",[229]],["NotificationsInit-ddf34d2b.js","1jl9zud",[290,284,286,270,282,298]],["trackingUtils-2ce41f9f.js","1m35jin",[231]],["PreferencesHelper-a59f6340.js","17s4zp6",[302,241]],["trackingUtils-3b601d88.js","15v7sta",[231]],["SearchModal-42b9ae01.js","1s46qvr",[330,329,237,284,285,270,282,300,289,279,275]],["ext.categorySelect.css","1hopdvj",[503]],["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",[464]],["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",[638]],["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.fandommobile.messages","1b8ez7z"],["skin.fandomdesktop.messages","1vjb7vh"],["skin.fandomdesktop.Search.messages","13783sy"],["skin.fandomdesktop.Bagdes.messages","0tbud6q"],["skin.fandomdesktop.Notifications.messages","1lxqiec"],["mobile.pagelist.styles","1xx84em"],["mobile.pagesummary.styles","1dpao1j"], ["mobile.startup.images.variants","1j14s00"],["mobile.messageBox.styles","0ahzuor"],["mobile.userpage.icons","0uu5vrx"],["mobile.userpage.styles","0lv475s"],["mediawiki.template.hogan","1tcw46d",[634]],["mobile.startup.images","1fvcetw"],["mobile.init","0ggo4bd",[666,673,527]],["mobile.startup","1irvco4",[630,685,656,742,524,714,716,667,669,521,518,519,525,520]],["mobile.editor.overlay","0qbvzub",[639,674,655,715,720,529,527,744,758]],["mobile.editor.images","0t8qrv0"],["mobile.talk.overlays","0rv2p0b",[713,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.styles","12hgb1k"],["mobile.special.styles","0fa596n"],["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",[666,534,544,527]],["mobile.special.history.styles","1bonhld"],["mobile.special.uploads.scripts","03rk1d5",[527]],["mobile.special.uploads.styles","0rg7fiz"],["mobile.special.pagefeed.styles","01xchiz"],["mobile.special.mobilediff.images","128uwc9"],["mobile.special.mobilediff.scripts","1a6oiru",[551,527]],["mobile.special.mobilediff.styles","1anvgmv"],["ext.reverb.notifications.styles","1drtvq3"],["ext.reverb.notifications.scripts","0277j3i",[638]],["ext.reverb.notifications.scripts.notificationPage","13m4qbi"],["ext.reverb.notifications.styles.notificationPage","0m1e84i"],["ext.reverb.preferences","12waxxt"],["ext.embedVideo","02h7oxw"],["ext.embedVideo-evl","1337z86",[559,638]],["ext.embedVideo.styles","0q96o4m"],["ext.timeline.styles","1fzotet"],[ "ext.tmh.video-js","1m683kj"],["ext.tmh.videojs-ogvjs","042rwdp",[571,563]],["ext.tmh.videojs-resolution-switcher","1s4u1ml",[563]],["ext.tmh.videojs-responsive-layout","0j7s41m",[563]],["ext.tmh.mw-info-button","02zc114",[563,663]],["ext.tmh.player","1c02xnd",[570,567,565,566]],["ext.tmh.player.styles","0qhm0fl"],["ext.tmh.OgvJsSupport","1krju4u"],["ext.tmh.OgvJs","1qhqm17",[570]],["embedPlayerIframeStyle","1sk2fi1"],["onoi.qtip.core","0wtarbp"],["onoi.qtip.extended","1xs09io"],["onoi.qtip","07j6l8d",[574]],["onoi.md5","0kk7cqn"],["onoi.blockUI","1mbjf58"],["onoi.rangeslider","1xxeh2u"],["onoi.localForage","15qz69w"],["onoi.blobstore","0d3l9hc",[579]],["onoi.util","1nf6qg0",[576]],["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",[587]],["onoi.dataTables.responsive", "1n6cxwh",[591]],["onoi.dataTables","1wcnjzz",[589]],["mediawiki.api.edit","07j6l8d",[638]],["ext.cite.visualEditor.core","0j3el41",[46]],["ext.cite.visualEditor.data","11y5v14",[36]],["ext.cite.visualEditor.icons","1410d28"],["ext.cite.visualEditor","1ox7emi",[1,0,593,594,595,53,757]],["ext.geshi.visualEditor","0c3bmbe",[46]],["jquery.uls.data","1a1x48h"],["ext.visualEditor.mwextensionmessages","18cfgjv"],["mobile.editor.ve","12w1snf",[28,528]],["user.groups","07j6l8d",[602]],["user","1idca4u",[113],"user"],["user.styles","1xfn3m4",[],"user"],["user.defaults","1n3rk6s"],["user.options","0r5ungb",[604],"private"],["user.tokens","0tffind",[],"private"],["mediawiki.skinning.interface","1r73pn9"],["jquery.makeCollapsible.styles","00u5rk0"],["mediawiki.skinning.content.parsoid","0panvy8"],["jquery","0gmhg1u"],["mediawiki.base","1e9ofjj",[610]],["mediawiki.legacy.wikibits","05hpy57",[610]],["jquery.accessKeyLabel","1hapo74",[616,659]],["jquery.byteLength","1mvezut",[660]],[ "jquery.checkboxShiftClick","0m21x1o"],["jquery.client","1nc40rm"],["jquery.cookie","12o00nd"],["jquery.getAttrs","0bcjlvq"],["jquery.highlightText","0ozekmh",[659]],["jquery.i18n","0yrugds",[684]],["jquery.lengthLimit","0tb63qr",[660]],["jquery.makeCollapsible","0m34o66",[608]],["jquery.mw-jump","1szw96f"],["jquery.qunit","11kof1g"],["jquery.spinner","0bx0qb7"],["jquery.suggestions","1h5cs8k",[619]],["jquery.tablesorter","1x6t8mg",[628,659,686]],["jquery.tablesorter.styles","1w6pb6v"],["jquery.textSelection","13js4wb",[616]],["jquery.throttle-debounce","06eecyr"],["jquery.ui.position","0c81it6",[],"jquery.ui"],["jquery.ui.widget","0ve45kp",[],"jquery.ui"],["moment","17cheks",[659,682]],["mediawiki.template","0tqh6fm"],["mediawiki.template.mustache","1cv07if",[634]],["mediawiki.template.regexp","1ppu9k0",[634]],["mediawiki.apipretty","0jvrtjl"],["mediawiki.api","1b344s2",[663,606]],["mediawiki.confirmCloseWindow","0u2pg9b"],["mediawiki.diff.styles","0gdbsal"],["mediawiki.feedback", "07gd807",[653,750]],["mediawiki.ForeignApi","0451utn",[643]],["mediawiki.ForeignApi.core","1hj6uoc",[638,741]],["mediawiki.helplink","1390usa"],["mediawiki.hlist","0g1nzjv"],["mediawiki.htmlform","0o4wd7s",[621,659]],["mediawiki.htmlform.checker","03n31dt",[630]],["mediawiki.htmlform.ooui","0qx7he6",[745]],["mediawiki.htmlform.styles","00iuug1"],["mediawiki.htmlform.ooui.styles","1vsz02p"],["mediawiki.icon","0r30c5u"],["mediawiki.inspect","0cq1qr4",[659,660]],["mediawiki.messagePoster","0l54pox",[642]],["mediawiki.messagePoster.wikitext","1xodl3v",[653]],["mediawiki.notification","1jksfch",[668,675]],["mediawiki.notify","08ef6pm"],["mediawiki.notification.convertmessagebox","1udpxkk",[655]],["mediawiki.notification.convertmessagebox.styles","0nmyk2k"],["mediawiki.RegExp","0kzono7"],["mediawiki.String","17b69dq"],["mediawiki.searchSuggest","1s4m580",[618,626,638,605]],["mediawiki.storage","0b8j8oc"],["mediawiki.Title","16sfpsg",[660,668]],["mediawiki.toc","1up9gnx",[672]],[ "mediawiki.toc.styles","0o9hraj"],["mediawiki.Uri","0dukcku",[668,636]],["mediawiki.user","05zjnmc",[638,662,605]],["mediawiki.util","1xx5xf2",[613]],["mediawiki.viewport","06gdr2b"],["mediawiki.checkboxtoggle","00w9tlo"],["mediawiki.checkboxtoggle.styles","1u6gth1"],["mediawiki.cookie","1xxop73",[617]],["mediawiki.experiments","0rgmhag"],["mediawiki.editfont.styles","0atna8a"],["mediawiki.visibleTimeout","0tu6f3n"],["mediawiki.action.edit.styles","08gswzc"],["mediawiki.action.history.styles","0gg1cxr"],["mediawiki.action.view.categoryPage.styles","1astwvb"],["mediawiki.action.view.redirect","1dnfl8b",[616]],["mediawiki.action.view.redirectPage","09sw1vk"],["mediawiki.action.edit.editWarning","02kym79",[629,639,685]],["mediawiki.language","0aytd5t",[683]],["mediawiki.cldr","0nvnuvm",[684]],["mediawiki.libs.pluralruleparser","012f438"],["mediawiki.jqueryMsg","18uyxd4",[682,668,605]],["mediawiki.language.months","0uah22e",[682]],["mediawiki.language.names","03pwell",[682]],[ "mediawiki.language.specialCharacters","1wf7ff3",[682]],["mediawiki.libs.jpegmeta","0ete22r"],["mediawiki.page.gallery.styles","0cif9vs"],["mediawiki.page.ready","1k6p36m",[613,615]],["mediawiki.page.startup","0xzy2gc"],["mediawiki.interface.helpers.styles","1q84r1f"],["mediawiki.special","0c9bqc5"],["mediawiki.special.apisandbox","1t08vlr",[622,638,685,724,744]],["mediawiki.special.block","12ewxt9",[646,721,735,728,736,733,758]],["mediawiki.special.changecredentials.js","0yzqcla",[638,648]],["mediawiki.special.changeslist","00028c6"],["mediawiki.special.changeslist.legend","1p9x93p"],["mediawiki.special.changeslist.legend.js","01hofsk",[622,672]],["mediawiki.special.preferences.ooui","154t6wu",[639,674,657,662,728]],["mediawiki.special.preferences.styles.ooui","16iab9m"],["mediawiki.special.recentchanges","057bqh5"],["mediawiki.special.revisionDelete","0v5otzg",[621]],["mediawiki.special.search.commonsInterwikiWidget","1k01nga",[666,638,685]],[ "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",[638,719,747]],["mediawiki.widgets.styles","04ic2qu"],["mediawiki.widgets.AbandonEditDialog","1wgr129",[750]],["mediawiki.widgets.DateInputWidget","1dbwq4i",[722,633,747]],["mediawiki.widgets.DateInputWidget.styles","0zl919t"],["mediawiki.widgets.visibleLengthLimit","09ljyc9",[621,745]],["mediawiki.widgets.datetime","0t15hko",[659,745,765,766]],["mediawiki.widgets.expiry","0t9hlv6",[724,633,747]],["mediawiki.widgets.CheckMatrixWidget","19j4gxg",[745]],["mediawiki.widgets.CategoryMultiselectWidget", "1gjdhsi",[642,747]],["mediawiki.widgets.SelectWithInputWidget","1v42u7h",[729,747]],["mediawiki.widgets.SelectWithInputWidget.styles","12dt6as"],["mediawiki.widgets.SizeFilterWidget","1wdugfj",[731,747]],["mediawiki.widgets.SizeFilterWidget.styles","05wuevv"],["mediawiki.widgets.MediaSearch","1wh6v3l",[642,747]],["mediawiki.widgets.UserInputWidget","06rva64",[638,747]],["mediawiki.widgets.UsersMultiselectWidget","1xdpsc4",[638,747]],["mediawiki.widgets.NamespacesMultiselectWidget","0z6c6d0",[747]],["mediawiki.widgets.TitlesMultiselectWidget","1vc7c96",[718]],["mediawiki.widgets.SearchInputWidget.styles","0fkv4nu"],["easy-deflate.core","06fkmhu"],["easy-deflate.deflate","18qu8bw",[738]],["easy-deflate.inflate","1y4jg3r",[738]],["oojs","17r0vy2"],["mediawiki.router","045fw5w",[743]],["oojs-router","1rw732c",[741]],["oojs-ui","07j6l8d",[749,747,750]],["oojs-ui-core","1ntxhe5",[682,741,746,754,755,761,751,752]],["oojs-ui-core.styles","1yygem5"],["oojs-ui-widgets","1dmse70",[745,756,765, 766]],["oojs-ui-widgets.styles","0hjqbbe"],["oojs-ui-toolbars","0rigp3s",[745,766]],["oojs-ui-windows","1ni1791",[745,766]],["oojs-ui.styles.indicators","0kc43m7"],["oojs-ui.styles.textures","1lno4hj"],["oojs-ui.styles.icons-accessibility","0axg2y9"],["oojs-ui.styles.icons-alerts","0tcnwtr"],["oojs-ui.styles.icons-content","1n09jjg"],["oojs-ui.styles.icons-editing-advanced","1iduo72"],["oojs-ui.styles.icons-editing-citation","0uxo1hr"],["oojs-ui.styles.icons-editing-core","08hq4yv"],["oojs-ui.styles.icons-editing-list","0vikv5j"],["oojs-ui.styles.icons-editing-styling","1nukzsl"],["oojs-ui.styles.icons-interactions","0r1ms8f"],["oojs-ui.styles.icons-layout","056g66s"],["oojs-ui.styles.icons-location","1l13oyc"],["oojs-ui.styles.icons-media","0obfw0e"],["oojs-ui.styles.icons-moderation","1xnifrx"],["oojs-ui.styles.icons-movement","1vm60o8"],["oojs-ui.styles.icons-user","0xnuxyx"],["oojs-ui.styles.icons-wikimedia","053234i"]]);mw.config.set({"wgLoadScript":"/load.php","debug":!1, "skin":"fandommobile","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.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/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(){}};}());}