Content deleted Content added
RealFakeKim (talk | contribs) ←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....' |
RealFakeKim (talk | contribs) 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.css link
mw.util.addPortletLink(
'p-personal',
Line 18 ⟶ 22:
'#pt-betafeatures'
);
//[[Category:Wikipedia scripts]]
|