- 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"
Jump to navigation
Jump to search
m (local sm2) |
m (moving to global) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | window. | + | console.log("Dragonjet Custom Scripts 009"); |
− | + | ||
+ | window.lastEdited = { | ||
+ | size: false, | ||
+ | diff: true, | ||
+ | comment: true, | ||
+ | time: true | ||
}; | }; | ||
Line 6: | Line 11: | ||
type: "script", | type: "script", | ||
articles: [ | articles: [ | ||
− | "w:c:dev: | + | "w:c:dev:LastEdited/code.js", |
− | " | + | "User:Dragonjet/scripts/CommentQuote.js", |
− | "User:Dragonjet/scripts/ | + | "User:Dragonjet/scripts/FleetReporting-Dev.js" |
] | ] | ||
}); | }); |
Latest revision as of 13:32, 16 March 2015
console.log("Dragonjet Custom Scripts 009");
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"
]
});