Template:InstallUserScript
From Wikipedia, the free encyclopedia
/* {{{1}}} */
importScript( '{{{1}}}' );// Backlink: [[{{{1}}}]]
| This template should always be substituted, i.e. use {{subst:InstallUserScript}}. |
This template is used to install user scripts that reside on the English Wikipedia. It is to be used primarily on Special:MyPage/common.js or Special:MyPage/skin.js. It adds the necessary importScript line along with a backlink.
Usage
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:
{{subst:iusc| script_path }}
- Replace
script_pathwith the full .js page name of the user script to be installed. - The template must but substituted (
subst:), or else it won't work. - Bypass your cache after saving the page.
Example
{{subst:iusc|User:TheDJ/sharebox.js}}
- Produces:
importScript('User:TheDJ/sharebox.js'); // Backlink: [[User:TheDJ/sharebox.js]]
|
||||||||||||||||||
| The above documentation is transcluded from Template:InstallUserScript/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |