Changes

MyWikiBiz, Author Your Legacy — Friday November 29, 2024
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  +
// <pre><nowiki>
 +
addOnloadHook(function() {
 +
  if (wgTitle.indexOf("/") != -1 || document.title.indexOf("- History -") != -1)  //no subpages or history
 +
    return;
 +
  if (wgCanonicalNamespace == "User" || wgCanonicalNamespace == "User_talk") {
 +
    var username = encodeURIComponent( wgTitle );
 +
    addPortletLink("p-cactions", wgServer + "/Special:Contributions/" + username, "contribs", "ca-contrib", "User contributions");
 +
  }
 +
});
 +
// </nowiki></pre>
    
// This script changes the "Your signature with timestamp" edit button to use a real em dash instead of two hyphens.  <pre><nowiki>
 
// This script changes the "Your signature with timestamp" edit button to use a real em dash instead of two hyphens.  <pre><nowiki>
111

edits

Navigation menu