MediaWiki:Gadget-UserInfo.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 139: | Line 139: | ||
eventcoordinator: "event coordinator", |
eventcoordinator: "event coordinator", |
||
'interface-admin': "interface administrator", |
'interface-admin': "interface administrator", |
||
exampleuser: "example user", |
|||
'interwiki-admin': "interwiki administrator" |
|||
}; |
}; |
||
| Line 197: | Line 198: | ||
if(editcount !== null) { |
if(editcount !== null) { |
||
statusText += ", with " + |
statusText += ", with " + |
||
"<a href=\"// |
"<a href=\"//testwiki.wiki/wiki/Special:Editcount/" + |
||
encodeURIComponent(user.name) + |
encodeURIComponent(user.name) + |
||
" |
"\">" + |
||
UserinfoJsFormatQty(editcount, "edit", "edits") + "</a>"; |
UserinfoJsFormatQty(editcount, "edit", "edits") + "</a>"; |
||
} |
} |
||