• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "User:Dragonjet/common.js"

From Kancolle Wiki
Jump to navigation Jump to search
m (to transfer to global)
m (import CommentWarning.js)
Line 1: Line 1:
console.log("Dragonjet Custom Scripts 007");
+
console.log("Dragonjet Custom Scripts 008");
  
 
window.lastEdited = {
 
window.lastEdited = {
Line 13: Line 13:
 
         "w:c:dev:LastEdited/code.js",
 
         "w:c:dev:LastEdited/code.js",
 
         "User:Dragonjet/scripts/CommentQuote.js",
 
         "User:Dragonjet/scripts/CommentQuote.js",
         "User:Dragonjet/scripts/FleetReporting-Dev.js"
+
         "User:Dragonjet/scripts/FleetReporting-Dev.js",
 +
        "User:Dragonjet/scripts/CommentWarning.js"
 
     ]
 
     ]
 
});
 
});

Revision as of 17:54, 15 March 2015

console.log("Dragonjet Custom Scripts 008");

window.lastEdited = {
    size: false,
    diff: true,
    comment: true,
    time: true
};

importArticles({
    type: "script",
    articles: [
        "w:c:dev:LastEdited/code.js",
        "User:Dragonjet/scripts/CommentQuote.js",
        "User:Dragonjet/scripts/FleetReporting-Dev.js",
        "User:Dragonjet/scripts/CommentWarning.js"
    ]
});