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

Content deleted Content added
Undid revision 1225070117 by PleaseStand (talk) - hides valid information such registration date and edit count. I notice though that there's a group called "temp"; maybe that's good enough.
ignore "named" group as in non-dev version
Tag: Reverted
Line 105:
} else {
$.each( info.groups, function ( i, v ) {
if ( $.inArray( v, ['*', 'user', 'named', 'autoconfirmed'] ) < 0 ) {
groups.push( mw.message( 'group-' + v + '-member', info.gender ).escaped() );
}