User:KurwaAntics/common.js: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "importArticles({ type: "script", articles: [ "http://dev.wikia.com/wiki/DisplayClock/code.js" ] });")
 
mNo edit summary
Line 1: Line 1:
importArticles({
importScriptURI('http://dev.wikia.com/wiki/DisplayClock/code.js');
    type: "script",
    articles: [
        "http://dev.wikia.com/wiki/DisplayClock/code.js"
    ]
});

Revision as of 06:48, February 25, 2015

importScriptURI('http://dev.wikia.com/wiki/DisplayClock/code.js');