MyWiki:WikiProject User scripts/Scripts/Module template

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Oliphaunt at 16:26, 11 March 2007 (make includable (hide category from js)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

//


// MODULE_NAME
addOnloadHook(function (){
    MODULE_CODE;
});

// 

//