Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) No edit summary |
||
Line 11:
var undefined; //to check for undefined later
var OrphanTabsConfig
if(OrphanTabsConfig === undefined){
OrphanTabsConfig = {
Line 89 ⟶ 88:
addPortletLink("p-cactions", gServerPre + pgname + gServerPost, "Google it!", "ca-googleit", "Find all Wikipedia pages with this page name in them");
}
if (document.editform){
addPortletLink("p-cactions","javascript:deOrphanWikify(prompt(\"What page are you de-orphaning?\",\"\"))", "De-orphan-wikify", "ca-de-orphan-wikify", "Wikify to deorphan another page");
}
addPortletLink("p-cactions", "javascript:initDeOrphan(prompt(\"What page\?\"\,\""+ ((wgCanonicalNamespace=="")?wgPageName:"")+"\"));", "De-orphan-complete", "ca-de-orphan", "Find all Wikipedia pages with this page name in them");
|