Difference between revisions of "User:Unnilennium/monobook.js"

From SME Server
Jump to navigationJump to search
(Created page with "{{subst:wikEd}}")
 
Line 1: Line 1:
{{subst:wikEd}}
+
// Installe wikEd pour l'édition des pages (pour tous)
 +
 +
// Ne pas afficher la différence pas défaut
 +
var wikEdDiffPreset = false;
 +
 +
// disable loading for IE, not needed, but might save a few milliseconds
 +
if (navigator.appName != 'Microsoft Internet Explorer') {
 +
 +
// install [[:en:User:Cacycle/wikEd]] in-browser text editor
 +
document.write('<script type="text/javascript" src="'
 +
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
 +
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 +
}

Revision as of 00:55, 16 June 2011

// Installe wikEd pour l'édition des pages (pour tous)
 
// Ne pas afficher la différence pas défaut
var wikEdDiffPreset = false;
 
// disable loading for IE, not needed, but might save a few milliseconds
if (navigator.appName != 'Microsoft Internet Explorer') {
 
// install [[:en:User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}