User talk:Haza-w/interiot.js

Latest comment: 10 years ago by Callanecc

Please change the ~soxred links to ~tparis. →Στc. 08:20, 19 March 2012 (UTC)Reply

Syntax update while you're in there as well:

$(document).ready(function() {
  mw.util.addPortletLink('p-personal','http://toolserver.org/~tparis/count/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'My edit count','pt-editcount','View edit count',false,'#pt-logout');
  mw.util.addPortletLink('p-personal','http://toolserver.org/~tparis/editsummary/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'My summary usage','pt-editsummaries','View edit summary usage',false,'#pt-logout');
});

Bility (talk) 17:12, 19 March 2012 (UTC)Reply

 Done Tra (Talk) 20:28, 20 March 2012 (UTC)Reply

Please replace the page with:

$(document).ready(function() {
  mw.util.addPortletLink('p-personal','http://toolserver.org/~tparis/count/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'edit count','pt-editcount','View edit count',false,'#pt-logout');
  mw.util.addPortletLink('p-personal','http://toolserver.org/~tparis/editsummary/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'summary usage','pt-editsummaries','View edit summary usage',false,'#pt-logout');
});

Σσς(Sigma) 00:04, 1 January 2013 (UTC)Reply

Done. Rjd0060 (talk) 02:12, 1 January 2013 (UTC)Reply


The links have changed yet again. Please convert the links to Labs links:

$(document).ready(function() {
  mw.util.addPortletLink('p-personal','http://tools.wmflabs.org/xtools/pcount/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'edit count','pt-editcount','View edit count',false,'#pt-logout');
  mw.util.addPortletLink('p-personal','http://tools.wmflabs.org/xtools/editsummary/index.php?lang=en&wiki=wikipedia&name='+mw.util.rawurlencode(mw.config.get('wgUserName')),'summary usage','pt-editsummaries','View edit summary usage',false,'#pt-logout');
});

Σσς(Sigma) 09:57, 2 December 2013 (UTC)Reply

Done Callanecc (talkcontribslogs) 08:09, 3 December 2013 (UTC)Reply