Content deleted Content added
hmm |
hm |
||
Line 4:
function resetSandbox() {
if(UrlParameters["sandboxreset"] == '
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
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=
if(wgPageName != "Wikipedia:Sandbox") // If the page you are viewing is NOT the sandbox
{ addToolboxLink(
});
|