mw.loader.load('{{subst:localurl:{{{1}}}|action=raw&ctype=text/css}}','text/css');// Backlink: [[{{{1}}}]]
This template should always besubstituted (i.e., use{{subst:Load user stylesheet}}). |
This template is used to installuser styles that reside on the English Wikipedia. It is to be used primarily onSpecial:MyPage/common.js orSpecial:MyPage/skin.js. It adds the necessarymw.loader.load line along with abacklink.
In order to install a user stylesheet for your Wikipedia account, add the following line toSpecial:MyPage/common.js orSpecial:MyPage/skin.js:
{{subst:luss|stylesheet_path}}
stylesheet_path with the full .css page name of the user stylesheet to be installed.subst:), or else it won't work.{{subst:luss|User:Example/styles.css}}
mw.loader.load( '/w/index.php?title=User:Example/styles.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Example/styles.css]]{{subst:luss|User:Example/styles.css|User:Example/styles}}
mw.loader.load( '/w/index.php?title=User:Example/styles.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Example/styles]]| This templatehas not been added to anycategories. Please help out byadding categories to it so that it can be listed with similar templates. |