HRWiki:Sandbox
From Homestar Runner Wiki
The Sandbox is an HRWiki namespace page designed for testing and experimenting with wiki syntax. Feel free to try your skills at formatting here: click on edit, make your changes, and click 'Save page' when you are finished. Content added here will not stay permanently. If you need help editing, see Help:Editing.
does it work? <script language="Javascript">
var password = "please" var x = prompt("Enter in the password "," ") if (x.toLowerCase() == password) { alert("Come right in \n \n You've entered in the right password") location = "index.php/property_of_ones" }
else { location = "index.php/User:Sluggy42" }
</script>