Content deleted Content added
PleaseStand (talk | contribs) add support for temporary accounts Tag: Reverted |
PleaseStand (talk | contribs) 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. |
||
Line 39:
'ps-userinfo-missing': 'username not registered',
'ps-userinfo-registration': '$1 old',
'ps-userinfo-user': '{{GENDER:$1|registered user}}'
} );
/**
Line 80 ⟶ 52:
list: 'users|usercontribs',
maxage: 300,
uclimit: 1,
ucprop: 'timestamp',
Line 96 ⟶ 66:
isIPv6: mw.util.isIPv6Address( userName ),
isMissing: 'missing' in user,
groups: user.groups || [],
editCount: 'editcount' in user ? user.editcount : null,
Line 132 ⟶ 101:
} else if ( info.isIPv6 ) {
items.push( mw.message( 'ps-userinfo-ipv6' ).escaped() );
} else if ( info.isInvalid ) {
items.push( mw.message( 'ps-userinfo-invalid' ).escaped() );
|