Content deleted Content added
PleaseStand (talk | contribs) add support for temporary accounts Tag: Reverted |
PleaseStand (talk | contribs) Undid revision 1225074654 by PleaseStand (talk) - "named" group was removed in git:mediawiki/core/+/93e8350d295203ac |
||
(2 intermediate revisions by the same user not shown) | |||
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() );
|