MediaWiki:Gadget-UserInfo.js: Difference between revisions
From Test Wiki
Content deleted Content added
mNo edit summary Tag: Reverted |
Tag: Undo |
||
| Line 198: | Line 198: | ||
if(editcount !== null) { |
if(editcount !== null) { |
||
statusText += ", with " + |
statusText += ", with " + |
||
"<a href=\"// |
"<a href=\"//tools.wmflabs.org/xtools-ec/?user=" + |
||
encodeURIComponent(user.name) |
encodeURIComponent(user.name) + |
||
"&project=en.wikipedia.org&uselang=en\">" + |
|||
UserinfoJsFormatQty(editcount, "edit", "edits") + "</a>"; |
|||
} |
} |
||