Jump to content

Template:Load user stylesheet/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jonesey95 (talk | contribs) at 13:21, 6 September 2024 (Add Template:uncategorized. All templates should be in at least one category.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This template is used to install user styles 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 mw.loader.load line along with a backlink.

Usage

[edit]

In order to install a user stylesheet for your Wikipedia account, add the following line to Special:MyPage/common.js or Special:MyPage/skin.js:

{{subst:luss|stylesheet_path}}

  • Replace stylesheet_path with the full .css page name of the user stylesheet to be installed.
  • The template must be substituted (subst:), or else it won't work.
  • Bypass your cache after saving the page.

Example

[edit]

{{subst:luss|User:Example/styles.css}}

  • Produces: 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}}

  • Produces: mw.loader.load( '/w/index.php?title=User:Example/styles.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Example/styles]]

See also

[edit]