Template:Install user script/doc
< Template:Install user script
Revision as of 09:30, 28 November 2021 by Wikipedia>Qwerfjkl
This is a documentation subpage for Template:Install user script. It contains usage information, categories and other content that is not part of the original template page. |
This template should always be substituted (i.e., use {{subst:Install user script}}). Any accidental transclusions will be automatically substituted by a bot. |
This template uses the deprecated importScript function. Use {{Load user script}} or the shortcut {{Lusc}} instead. Installing a script using the deprecated version will not work on mobile domain and will eventually not work on desktop domain. |
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_path
with the full .js page name of the user script to be installed. - The template must be 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]]
See also
- {{Load user script}} ({{Lusc}}) – Version of this script that uses the non-deprecated
mw.loader.load()
method.
{{Wikipedia:User scripts/Navbox}}