Jump to content

User:Saroj/SUL.js: Difference between revisions

From Pornopedia, the sexy encyclopedia
Saroj (talk | contribs)
SUL (single user login)
 
(No difference)

Latest revision as of 09:11, 10 November 2023

mw.loader.using(['mediawiki.util']).then(function () {
    var pageTitle = mw.config.get('wgTitle');
    var username = pageTitle.split('/')[mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3 ? 0 : 1];

    if (mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3 || mw.config.get('wgCanonicalSpecialPageName') === 'Contributions') {
        var sulLink = mw.util.addPortletLink(
            'p-cactions',
            mw.util.getUrl('Special:CentralAuth/' + username),
            'SUL',
            'ca-sul',
            'SUL',
            null,
            '#ca-sul'
        );
    }
});
Cookies help us deliver our services. By using our services, you agree to our use of cookies.