Difference between revisions of "User:Nat/monobook.js"
< User:Nat
Jump to navigation
Jump to search
m (let see if I can get wikiEd work...) |
m (add something =)) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | // install [[User:Cacycle/wikEd]] in-browser text editor | + | // install [[wikipedia:User:Cacycle/wikEd]] in-browser text editor |
+ | |||
document.write('<script type="text/javascript" src="' | document.write('<script type="text/javascript" src="' | ||
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' | ||
+ '&action=raw&ctype=text/javascript"></' + 'script>'); | + '&action=raw&ctype=text/javascript"></' + 'script>'); | ||
+ | |||
+ | var wikEdComboPresetOptions = {}; | ||
+ | wikEdComboPresetOptions['summary'] = [ | ||
+ | '[[wikipedia:Copy_editing|←]] copyedit', 'migrating from old wiki', 'migrating talk', 'clean a bit, put {{[[Template:cleanup|cleanup]]}}', 'comment', 'reply', 'create this page', 'intro rewrite', | ||
+ | 'linkfix', 'fixing typos', 'fixing grammar', 'removing linkspam', 'reverting test', | ||
+ | 'reverting vandalism', 'formatting source text', '... using [[wikipedia:User:Cacycle/wikEd|wikiEd]]' | ||
+ | ]; |
Latest revision as of 09:38, 10 May 2010
// install [[wikipedia: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"></' + 'script>');
var wikEdComboPresetOptions = {};
wikEdComboPresetOptions['summary'] = [
'[[wikipedia:Copy_editing|←]] copyedit', 'migrating from old wiki', 'migrating talk', 'clean a bit, put {{[[Template:cleanup|cleanup]]}}', 'comment', 'reply', 'create this page', 'intro rewrite',
'linkfix', 'fixing typos', 'fixing grammar', 'removing linkspam', 'reverting test',
'reverting vandalism', 'formatting source text', '... using [[wikipedia:User:Cacycle/wikEd|wikiEd]]'
];