helialprofile.png
Welcome to IOPWiki, Commander.
We are lacking editors focused on Girls' Frontline and Girls' Frontline 2. You can contribute without an account. Learn how to contribute and join our Discord server.

Difference between revisions of "MediaWiki:Common.js"

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
(Blanked the page)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
$(document).ready(function(){
 
console.log(mw.config.get("wgPageName"));
 
if (mw.config.get("wgPageName") === "User:Lst174523/gfSpine") {
 
console.log("coming!");
 
load_js.load();
 
 
}
 
});
 
  
$(baseview.renderer.view).click(function(e){
 
e.stopPropagation();
 
baseview.nextAnimation(0);
 
});
 
 
var baseview;
 
var girlsload;
 
 
var load_js = {
 
baseurl : "/index.php?title=User:Lst174523/gfSpine/",
 
list_js : [
 
"tools.js"
 
],
 
load_num : 0,
 
load : function(){
 
if(load_js.load_num >= load_js.list_js.length){
 
initGirl();
 
return;
 
}
 
$.getScript(load_js.baseurl + load_js.list_js[load_js.load_num] + "&action=raw", function(response,status){
 
if(status == 'success'){
 
console.log(load_js.list_js[load_js.load_num] + ' loaded');
 
load_js.load_num++;
 
load_js.load();
 
}
 
});
 
}
 
}
 
 
function initGirl(){
 
baseview = new BaseView(400, 400);
 
baseview.start();
 
$("#mw-content-text").append(baseview.renderer.view);
 
 
girlsload = new SkeletonLoader("http://en.gfwiki.com/index.php/Special:Redirect/file/", data_girl);
 
girlsload.load("6P62", "6P62", function(p){
 
baseview.addSpinePlayer(p);
 
});
 
}
 

Latest revision as of 12:40, 31 July 2017