MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Blanked the page |
Matt Pijoan (talk | contribs) Undo revision 1143302 by Matt Pijoan (talk) |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for users using the Vector skin */ | |||
// 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>'); | |||
function createTab() { | |||
mw.util.addPortletLink( 'vector-view', '//www.wikidoc.org/index.php/Category:Help', 'Help', | |||
't-help', 'Help ', 'm', '#vector-view-view' ); | |||
} | |||
addOnloadHook( createTab ); |
Revision as of 16:55, 25 August 2015
/* Any JavaScript here will be loaded for users using the Vector skin */ // 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>'); function createTab() { mw.util.addPortletLink( 'vector-view', '//www.wikidoc.org/index.php/Category:Help', 'Help', 't-help', 'Help ', 'm', '#vector-view-view' ); } addOnloadHook( createTab );