10,594
edits
(Created page with "==How to install== {{#if:{{{warnmobile|{{{mobileonly|}}}}}}|Do not use script-installer! Script-installer uses importScript() which is unavailable on mobile.}} Add this to m:Special:MyPage/global.js to load the script globally: <code> {{#if:{{{mobileonly|}}}|if ( mw.config.get('skin') == 'minerva' ) {}}mw.loader.load('//en.wikipedia.org/w/index.php?title={{urlencode:{{FULLPAGENAME}}.js|WIKI}}&action=raw&ctype=text/javascript');{{#if:{{{mobileonly|}}}|<nowiki>}</nowi...") |
m (Cleanup) |
||
Line 4: | Line 4: | ||
<code> | <code> | ||
{{#if:{{{mobileonly|}}}|if ( mw.config.get('skin') == 'minerva' ) {}}mw.loader.load('//en. | {{#if:{{{mobileonly|}}}|if ( mw.config.get('skin') == 'minerva' ) {}}mw.loader.load('//en.bharatpedia.org/w/index.php?title={{urlencode:{{FULLPAGENAME}}.js|WIKI}}&action=raw&ctype=text/javascript');{{#if:{{{mobileonly|}}}|<nowiki>}</nowiki>}}</code> | ||
To load the script on a specific | To load the script on a specific Bharatmedia project, add the line to [[Special:MyPage/{{#if:{{{mobileonly|}}}|minerva|common}}.js]] on the project in question instead. |