සැකිල්ල:Load user stylesheet/උපදෙස්
මෙය "සැකිල්ල:Load user stylesheet" සඳහා උපදෙස් උප පිටුවක් වේ (සැකිල්ල සඳහා එම පිටුව වෙතට යොමු වන්න). මෙහි ඇත්තේ භාවිත තොරතුරු, ප්රවර්ග, සහ මූලික සැකිල්ල පිටුවට අදාළ නොවන වෙනත් අන්තර්ගතය වේ. |
මෙම සැකිල්ල අනිවාර්යයෙන් ම ආදේශනය (භාවිතය උදාහරණයක් ලෙස, {{subst:Load user stylesheet}}) ආකාර වේ. |
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.
භාවිතය
සංස්කරණය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
සංස්කරණය{{subst:luss|User:Example/styles.css}}
- Produces:
mw.loader.load( '/w/index.php?title=%E0%B6%B4%E0%B6%BB%E0%B7%92%E0%B7%81%E0%B7%93%E0%B6%BD%E0%B6%9A: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=%E0%B6%B4%E0%B6%BB%E0%B7%92%E0%B7%81%E0%B7%93%E0%B6%BD%E0%B6%9A:Example/styles.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Example/styles]]
See also
සංස්කරණය- {{Load user script}} ({{lusc}})