User:RealFakeKim/Scripts/commonLinks.js: Difference between revisions

Content deleted Content added
Created page with 'mw.util.addPortletLink( 'p-personal', mw.util.getUrl( 'Special:MyPage/common.js' ), 'common.js', 'pt-common.js', 'Your common.js page', null, '#pt-common....'
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1:
//common.css has to come first so common.js can load in front of it
 
//common.js link
mw.util.addPortletLink(
'p-personal',
Line 6 ⟶ 9:
'Your common.js page',
null,
'#pt-common.cssbetafeatures'
);
 
//common.css link
mw.util.addPortletLink(
'p-personal',
Line 18 ⟶ 22:
'#pt-betafeatures'
);
 
//[[Category:Wikipedia scripts]]