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

Content deleted Content added
No edit summary
No edit summary
 
(3 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.css link
/*
mw.util.addPortletLink(
'p-personal',
mw.util.getUrl( 'Special:MyPage/common.css' ),
'common.css',
'pt-common.css',
'Your common.css page',
null,
'#pt-betafeatures'
);
*/
 
//common.js link
Line 22 ⟶ 9:
'Your common.js page',
null,
'#pt-common.cssbetafeatures'
);
 
//common.css link
mw.util.addPortletLink(
'p-personal',
mw.util.getUrl( 'Special:MyPage/common.jscss' ),
'testcommon.css',
'pt-testcommon.css',
'Your common.jscss page',
null,
'#pt-common.jsbetafeatures'
);
 
//[[Category:Wikipedia scripts]]