Content deleted Content added
m ... |
Restored revision 194076348 by Animum |
||
Line 6:
importScript('User:Voice of All/Addtabs/monobook.js');
if(UrlParameters["
document.forms["editform"].wpTextbox1.value = "\{\{Please leave this line alone (sandbox heading)\}\}\n<!-- Hello! Feel free to try your formatting and editing skills below this line\. As this page is for editing experiments, this page will automatically be cleaned every 12 hours. -->"; //Add the base text for the sandbox
document.forms["editform"].wpSummary.value = "[[User:Animum/reset.js|JS EDIT]]: Reset the Sandbox"; //Make a descriptive edit summary
document.forms["editform"].wpWatchthis.checked = false
document.forms["editform"].wpMinoredit.checked = true; //Make it a minor edit
if(UrlParameters["indirect"] == '
window.setTimeout(function() { document.forms["editform"].wpDiff.click(); }, 200); //Load the diff if you are resetting it per the toolbox link
var save = confirm("Save? (click \"OK\" to save; \"cancel\" to abort)")
if(save == true) {
window.setTimeout(function() { document.forms["editform"].
} else { ___location.href = "http://en.wikipedia.org/wiki/Wikipedia:Sandbox"; } // Go back
} else {
window.setTimeout(function() { document.forms["editform"].
}
}
}
addOnloadHook(function () {
if(wgPageName == "Wikipedia:Sandbox") // If the page you are viewing is the sandbox
{ addPortletLink('p-cactions', 'http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&action=edit&
if(wgPageName != "Wikipedia:Sandbox") // If the page you are viewing is NOT the sandbox
{ addToolboxLink("http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&action=edit&
});
addOnloadHook(resetSandbox);
|