Difference between revisions of "Extension & Option Samples"
Jump to navigation
Jump to search
(Added class=wikitable to example) |
|||
Line 11: | Line 11: | ||
==SimpleTable Sample== | ==SimpleTable Sample== | ||
− | <tab sep=comma | + | <tab sep=comma class=wikitable head=top> |
A,B,A xor B | A,B,A xor B | ||
0,0,0 | 0,0,0 |
Revision as of 09:49, 9 January 2014
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.
SimpleTable Sample
A | B | A xor B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |