MyWikiBiz, Author Your Legacy — Friday November 29, 2024
Jump to navigationJump to search
453 bytes added
, 08:34, 20 April 2007
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> |