Content deleted Content added
←Created page with '// // THIS SCRIPT IS FOR THE USERONLINE TEMPLATE // SEE THE DOCUMENTATION FOR ITS USE // function CustomizeLinkModifications() { var ONLINEpagetoedit = "htt...' |
update for huggle link |
||
Line 7:
var ONLINEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:Cj005257/status&action=edit&newstatus=online";
var OFFLINEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:Cj005257/status&action=edit&newstatus=offline";
var HUGGLEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:Cj005257/status&action=edit&newstatus=huggle";
var hovertext = "Update Your Status!"
Line 12 ⟶ 13:
addPortletLink("p-navigation", ONLINEpagetoedit, "Online", "pt-statusnav", hovertext, "", "");
addPortletLink("p-navigation", OFFLINEpagetoedit, "Offline", "pt-statusnav", hovertext, "", "");
addPortletLink("p-navigation", HUGGLEpagetoedit, "Hugglee", "pt-statusnav", hovertext, "", "");
//Topbar
addPortletLink("p-personal", ONLINEpagetoedit, "Online", "pt-statuspers", hovertext, "", document.getElementById("pt-userpage"));
addPortletLink("p-personal", OFFLINEpagetoedit, "Offline", "pt-statuspers", hovertext, "", document.getElementById("pt-userpage"));
addPortletLink("p-personal", HUGGLEpagetoedit, "Huggle", "pt-statuspers", hovertext, "", document.getElementById("pt-userpage"));
if (___location.href.indexOf("&action=edit&newstatus=") == -1) return;
|