Changes

From Drawn to Life Wiki
m
Line 149: Line 149:     
=={{Icon|Rapoville}}==
 
=={{Icon|Rapoville}}==
 +
<pre>
 +
/* All JavaScript here will be loaded for users of the Raposa skin */
 +
if($.inArray("City Gate",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/City_Wall_Background.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Beach Gate",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/BeachgateBG.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Snow Gate",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/SnowGate_Mountains_Background.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Forest Gate",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/GearWorks_Background.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Wilfre's Wasteland",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/WW_Crumbling_Keep_Wallpaper.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Galactic Jungle",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/Galactic_Jungle_Header_Wallpaper.png) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Lavasteam",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url("https://drawntolife.wiki/w/backgrounds/Lavasteam_Background_(Lighter).jpg") top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Watersong",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url("https://drawntolife.wiki/w/backgrounds/Watersong_Background_(Lighter).jpg") top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Drawn to Life: Two Realms",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url(https://drawntolife.wiki/w/backgrounds/page_bg_raw.jpg) top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
/* New Content */
 +
if($.inArray("Jangala",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url() top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Shadow City",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url() top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Icy Wastes",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url() top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Eastern Winds",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url() top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
if($.inArray("Circi Loves Wilfre",mw.config.get('wgCategories'))>-1){$(function(){"use strict";$('body').css('background','url() top center no-repeat fixed');$('body').css('background-size','cover')})}
 +
</pre>
 +
 
=={{Icon|Forest}} TR Sequences==
 
=={{Icon|Forest}} TR Sequences==
 
There are many typos here. All typos are as they appear in the files.<center>
 
There are many typos here. All typos are as they appear in the files.<center>
16,356

edits