User:PleaseStand/userinfo-dev.js: Difference between revisions

Content deleted Content added
fix message handling and add Contributions link
m fix double escaping
Line 111:
} );
if ( groups.length ) {
items.push( groups.join( mw.message( 'ps-userinfo-groupseparator' ).escapedparse() ) );
}
 
Line 154:
 
// Replace the subtitle with the rest of the info
$( '#siteSub' ).html( items.join( mw.message( 'ps-userinfo-itemseparator' ).escapedparse() ) );
}