Template:Install user script/doc: Difference between revisions

Content deleted Content added
m common.js and skin.js aren't capitalized -- those links don't work
mNo edit summary
Line 7:
In order to install a user script for your Wikipedia account, add the following line to [[Special:MyPage/common.js]] or [[Special:MyPage/skin.js]]:
 
<code><nowiki>{{subst:iusc| script_path }}</nowiki></code>
*Replace <code>script_path</code> with the full .js page name of the user script to be installed.
*The template '''must''' be [[WP:SUBST|substituted]] (<code>subst:</code>), or else it won't work.