MediaWiki:Gadget-UserInfo.js: Difference between revisions
From Test Wiki
Content deleted Content added
Tag: Undo |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 198: | 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>"; |
||
} |
} |
||