MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "→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/..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
+ '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>'); | ||
mw.util.addPortletLink( 'p-help', '//www.wikidoc.org/index.php/Category:Help', 'Help', | |||
't-help', 'Help ', 'm', '#vector-view-view' ); |
Revision as of 16:23, 15 August 2013
/* 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>'); mw.util.addPortletLink( 'p-help', '//www.wikidoc.org/index.php/Category:Help', 'Help', 't-help', 'Help ', 'm', '#vector-view-view' );