User talk:Equazcion/userinfo.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Equazcion (talk | contribs) at 06:59, 30 December 2014 (→‎Edit request December 26, 2014: done). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Edit request December 26, 2014

Please replace:

                statusText += ", with " +
                    "<a href=\"http://toolserver.org/~tparis/pcount/index.php?name=" +
                    encodeURIComponent(user.name) +
                    "&amp;lang=en&amp;wiki=wikipedia\">" +
                    UserinfoJsFormatQty(editcount, "edit", "edits") + "</a>";

with:

                statusText += ", with " +
                    "<a href=\"https://tools.wmflabs.org/xtools/pcount/index.php?name=" +
                    encodeURIComponent(user.name) +
                    "&amp;lang=en&amp;wiki=wikipedia\">" +
                    UserinfoJsFormatQty(editcount, "edit", "edits") + "</a>";

To address an issue raised on Equazcion/userinfo.js since I've adopted maintaining some of E's scripts. Thanks. — {{U|Technical 13}} (etc) 20:20, 26 December 2014 (UTC)[reply]

Done equazcion 06:59, 30 Dec 2014 (UTC)