Jump to content

Wikipedia:Dazzle!/code.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
/* This script has been retired - 20220101

//{{script doc auto|Wikipedia:Dazzle!}}<syntaxhighlight lang="javascript">
if( typeof( DazzleModules ) == 'undefined' ) {
	DazzleModules = {};
}
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/toolkit.js&action=raw&ctype=text/javascript');
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/vectortab.js&action=raw&ctype=text/javascript');
if( typeof( DazzleModules.prod ) == 'undefined' ) {
	DazzleModules.prod = true;
}
if(DazzleModules.prod){
 importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/prod.js&action=raw&ctype=text/javascript');
}

if( typeof( DazzleModules.di ) == 'undefined' ) {
	DazzleModules.di = true;
}
if(DazzleModules.di){
 importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/di.js&action=raw&ctype=text/javascript');
}

if( typeof( DazzleModules.report ) == 'undefined' ) {
	DazzleModules.report = true;
}
if(DazzleModules.report){
 importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/report.js&action=raw&ctype=text/javascript');
}

if( typeof( DazzleModules.siteinfo ) == 'undefined' ) {
	DazzleModules.siteinfo = true;
}
if(DazzleModules.siteinfo){
 importScriptURI('//en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/siteinfo.js&action=raw&ctype=text/javascript');
}
//</syntaxhighlight>

*/