Content deleted Content added
m +optional disabler |
m bah |
||
Line 95:
addOnloadHook(function() {
if(
if((((wgNamespaceNumber == 2 || wgNamespaceNumber == 3) && !wgTitle.split("/")[1]) || (wgNamespaceNumber == -1 && wgCanonicalSpecialPageName == "Contributions")) && showTab == true) {
addPortletLink("p-cactions", wgScript + "?title=Special:UserRights&user=" + (wgNamespaceNumber == -1 ? document.title.split("User contributions for ")[1].split(" -")[0] : wgTitle), "userrights", "ca-userrights");
}
|