Difference between revisions of "MediaWiki:Common.js"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
]);  | ]);  | ||
mw.loader.using( 'mediawiki.util', function () {  | mw.loader.using( 'mediawiki.util', function () {  | ||
| − | 	mw.util.addPortletLink('p-  | + | 	mw.util.addPortletLink('p-views', mw.util.getUrl('Play_Now!', {page:conf.wgPageName}), 'Play Now!');  | 
});  | });  | ||
Latest revision as of 18:20, 22 September 2017
/* Any JavaScript here will be loaded for all users on every page load. */
var conf = mw.config.get([
    'wgCanonicalNamespace',
    'wgTitle',
    'wgPageName'
]);
mw.loader.using( 'mediawiki.util', function () {
	mw.util.addPortletLink('p-views', mw.util.getUrl('Play_Now!', {page:conf.wgPageName}), 'Play Now!');
});