User talk:Equazcion/userinfo.js: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Technical 13 (talk | contribs)
Line 1: Line 1:
== Edit request December 26, 2014 ==
== Edit request December 26, 2014 ==
{{Edit protected|User:Equazcion/userinfo.js|ans=no}}
{{Edit protected|User:Equazcion/userinfo.js|ans=yes}}
Please replace:
Please replace:
<syntaxhighlight lang="JavaScript">
<syntaxhighlight lang="JavaScript">
Line 18: Line 18:
</syntaxhighlight>
</syntaxhighlight>
To address an issue raised on [[User talk:Technical 13#Equazcion/userinfo.js|Equazcion/userinfo.js]] since I've [[User_talk:Equazcion/OneClickArchiver/Archive_1#Echo|adopted maintaining]] some of E's scripts. Thanks. — <span class="nowrap">&#123;&#123;U&#124;[[User:Technical 13|Technical 13]]&#125;&#125; <sup>([[Special:EmailUser/Technical 13|e]] • [[User talk:Technical 13|t]] • [[Special:Contribs/Technical 13|c]])</sup></span> 20:20, 26 December 2014 (UTC)
To address an issue raised on [[User talk:Technical 13#Equazcion/userinfo.js|Equazcion/userinfo.js]] since I've [[User_talk:Equazcion/OneClickArchiver/Archive_1#Echo|adopted maintaining]] some of E's scripts. Thanks. — <span class="nowrap">&#123;&#123;U&#124;[[User:Technical 13|Technical 13]]&#125;&#125; <sup>([[Special:EmailUser/Technical 13|e]] • [[User talk:Technical 13|t]] • [[Special:Contribs/Technical 13|c]])</sup></span> 20:20, 26 December 2014 (UTC)
: Done <font style="color:#0059B2;text-shadow:0px 0px 5px #80BFFF">[[User:Equazcion|<font color="#0059B2">equazcion</font>]] [[User talk:Equazcion|<font color=#0059B2>→</font>]] <span style="font-size:88%">06:59, 30 Dec 2014 (UTC)</span></font>

Revision as of 06:59, 30 December 2014

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)