Difference between revisions of "User:Nat/monobook.js"
< User:Nat
Jump to navigation
Jump to search
(uncomment wikiEd) |
m (add something =)) |
||
Line 7: | Line 7: | ||
var wikEdComboPresetOptions = {}; | var wikEdComboPresetOptions = {}; | ||
wikEdComboPresetOptions['summary'] = [ | wikEdComboPresetOptions['summary'] = [ | ||
− | '[[wikipedia:Copy_editing|←]] copyedit', 'migrating from old wiki', 'migrating talk', 'comment', 'reply', 'create this page', 'intro rewrite', | + | '[[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', | 'linkfix', 'fixing typos', 'fixing grammar', 'removing linkspam', 'reverting test', | ||
'reverting vandalism', 'formatting source text', '... using [[wikipedia:User:Cacycle/wikEd|wikiEd]]' | '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]]'
];