Line 1:
Line 1:
Here are some simple examples of useful extensions on MagnetoWiki. Edit or View Source to see the markup.
Here are some simple examples of useful extensions on MagnetoWiki. Edit or View Source to see the markup.
+
+
==Raw HTML==
+
+
MagnetoWiki allows raw HTML. This is a standard MediaWiki feature, not an extension.
+
+
<html>
+
<a href="#" onclick="alert('Hello! I am here!')">Click here.</a>
+
</html>
==SimpleTable Sample==
==SimpleTable Sample==