mw.loader.using(['mediawiki.util']).done(function(){
var user = mw.config.get( 'wgRelevantUserName' );
if( user !== null && !mw.util.isIPAddress(user) ){
mw.util.addPortletLink(
'p-tb',
mw.util.getUrl('m:Special:CentralAuth/' + user),
'Central Auth',
't-centralauth',
'View global account information'
);
}
});
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|