Tu banner alternativo

Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs

This article will address the topic of Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs, which has generated great interest in different areas in recent years. Since its emergence, Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs has captured the attention of experts and the general public due to its relevance and impact in today's society. Throughout this writing, different aspects related to Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs will be explored, such as its origin, evolution, influence and possible future implications. Likewise, different perspectives and approaches will be analyzed that will allow us to better understand the importance of Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs in the current context.

Tu banner alternativo
// <pre><nowiki>

$.when($.ready, mw.loader.using('mediawiki.util')).then(function() {
  if (mw.config.get('wgTitle').indexOf("/") != -1 || document.title.indexOf("- History -") != -1)  //no subpages or history
     return;
  if (mw.config.get('wgCanonicalNamespace') == "User" || mw.config.get('wgCanonicalNamespace') == "User_talk") {
     var username = encodeURIComponent( mw.config.get('wgTitle') );
     mw.util.addPortletLink("p-cactions", mw.config.get('wgServer') + "https://wikious.com/en/Special:Contributions/" + username, "contribs", "ca-contrib", "User contributions");
     mw.util.addPortletLink("p-cactions", "http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate?username=" + username + "&site=en.wikipedia.org", "count", "ca-editcount", "Edit count from Interiot's Tool1");
     mw.util.addPortletLink("p-cactions", "http://www.math.ucla.edu/~aoleg/wp/rfa/edit_summary.cgi?user=" + username + "&site=en.wikipedia.org", "Summary", "ca-summary", "Edit Summary");
  }
});

// </nowiki></pre>