Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) saving progress(which isn't much) |
||
Line 37:
//var t = text.replace(rXP, "$1[[" + pgName + " |$2]]$3")
document.editform.wpTextbox1.value = orphanRawWikify(pgName,document.editform.wpTextbox1.value)
document.editform.wpSummary.value = "De-orphaning [[" +pgName+ "]] using script. This is a test for the script. If there are any problems, please [[User:Manishearth | notify me]]."
}
function orphanRawWikify(pgName,text){
Line 100 ⟶ 101:
currentLinkWin = window.open("about:blank","","")
currentLinkWin.___location.replace(wgServer+"/w/index.php?title=" + deOrphanDocumentLinkArray[linkACounter].replace(/\/wiki\//,"") + "&action=edit")
currentLinkWin.addOnloadHook(function () {
currentLinkWin.deOrphanWikify(deOrphanDocumentLinkArray[linkACounter])
currentLinkWin.document.editform.submit()
setTimeout("",1000)
//HERE I AM!!!!!!!!!!!!
});
}
function wikifyLinkWin(){
|