User:Animum/reset.js: Difference between revisions

Content deleted Content added
Animum (talk | contribs)
+note
Animum (talk | contribs)
m booleans
Line 7:
 
function resetSandbox() {
if(UrlParameters["sandboxreset"] == 'reset'1 && wgPageName == "Wikipedia:Sandbox" && wgAction == "edit") {
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
Line 27:
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&sandboxreset=reset1', '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=reset1&indirect=1", 'Reset the Sandbox', '', '', ''); }
});