User:Animum/reset.js: Difference between revisions

Content deleted Content added
Animum (talk | contribs)
hmm
Animum (talk | contribs)
hm
Line 4:
 
function resetSandbox() {
if(UrlParameters["sandboxreset"] == 'truereset') {
document.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
Line 12:
}
addOnloadHook(function addResetTab() {
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&sandboxreset=truereset', 'reset', 'ca-reset', "Reset the Sandbox"); }
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&sandboxreset=true'reset", 'Reset the Sandbox', '', '', ''); }
});
 
addOnloadHook(addResetTab);