Content deleted Content added
RealFakeKim (talk | contribs) No edit summary |
RealFakeKim (talk | contribs) No edit summary |
||
(One intermediate revision 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',▼
mw.util.getUrl( 'Special:MyPage/common.js' ),▼
'common.js',▼
'pt-common.js',▼
'Your common.js page',▼
null,▼
'#pt-betafeatures'
);▼
//common.css link
Line 12 ⟶ 23:
);
//[[Category:Wikipedia scripts]]
▲//common.js link
▲mw.util.addPortletLink(
▲ 'p-personal',
▲ mw.util.getUrl( 'Special:MyPage/common.js' ),
▲ 'common.js',
▲ 'pt-common.js',
▲ 'Your common.js page',
▲ null,
▲);
|