User:Animum/reset.js: Difference between revisions

Content deleted Content added
Animum (talk | contribs)
Hmmm
Animum (talk | contribs)
Done
Line 1:
function resetSandbox() {
sandbox.reset = function() {
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 9:
function addResetTab() {
if( wgPageName == "Wikipedia:Sandbox" && ( wgAction == "edit" || wgAction == "submit" ) //Add the tab for previews, edit conflicts, and bare editing of the sandbox
{ addPortletLink('p-cactions', 'javascript:sandbox.resetresetSandbox()', 'reset', 'ca-reset', "Reset the Sandbox"); }
}