Jump to content

User:Bobblewik/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bobblewik (talk | contribs) at 09:46, 14 May 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//Create 'winc' function:

function winc(s) {
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=' + s
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}


//function to handle dates:

winc('User:Bobblewik/monobook.js/dates.js');


//function to handle units:

winc('User:Bobblewik/monobook.js/unitformatter.js');


//Test function. Beware.

winc('User:Bobblewik/monobook.js/datestest.js'); 





//Anything below this line is not used:

//winc('User:Bobblewik/monobook.js/replacetab.js');

//winc('User:Omegatron/monobook.js/addlink.js'); 

//winc('User:Omegatron/monobook.js/fixdiffwidth.js');

//winc('User:Omegatron/monobook.js/edittop.js'); 

//winc('User:Quarl/unwatch.js&oldid=35457582');

// Filter changes live
// [[User:Lupin/recent2.js]] - please include this line
//document.write('<script type="text/javascript" src="' 
//             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js' 
//             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');