Content deleted Content added
Hmmm |
Done |
||
Line 1:
function resetSandbox() {
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:
}
|