Wikipedia:WikiProject User scripts/Scripts/Edit Top.js: Difference between revisions

Content deleted Content added
Amalthea (talk | contribs)
m Protected Wikipedia:WikiProject User scripts/Scripts/Edit Top.js: Javascript outside autoprotected userspace, high-risk. ([edit=sysop] (indefinite) [move=sysop] (indefinite))
change source to syntaxhighlight
 
(2 intermediate revisions by one other user not shown)
Line 1:
//<sourcesyntaxhighlight lang="javascript">
// This will add an [edit] link at the top of all pages except preview pages and the main page
// by User:Pile0nades
Line 21:
 
// get the page title
var pageTitle = mw.config.get('wgPageName');
 
// create div and set innerHTML to link
Line 33:
 
});
//</sourcesyntaxhighlight>