Sandbox: Difference between revisions
From Joomla! Documentation
Sandboxed |
m Testing in the sandbox - Noxidsoft - Checkin' it out |
||
| Line 4: | Line 4: | ||
Will it ever be solved? | Will it ever be solved? | ||
<source lang="php"> | |||
<?php | |||
echo 'hello world'; | |||
</source> | |||
===== Test heading ===== | |||
<source lang="javascript"> | |||
<script> | |||
var foo; | |||
alert(foo); | |||
</script> | |||
</source> | |||
Nice, much better than Wikimedia, in some ways, feels much more familiar than before :) | |||
Sandbox! [[Sandbox/Sandbox]] | Sandbox! [[Sandbox/Sandbox]] | ||
Revision as of 04:19, 27 February 2014
What if we put text here?
The overridable page title mystery
Will it ever be solved?
<?php
echo 'hello world';
Test heading
<script>
var foo;
alert(foo);
</script>
Nice, much better than Wikimedia, in some ways, feels much more familiar than before :)
Sandbox! Sandbox/Sandbox