Difference between revisions of "Extension & Option Samples"
Jump to navigation
Jump to search
(Extension Examples for easy reference.) |
m |
||
Line 1: | Line 1: | ||
− | Here are some simple examples of useful extensions on MagnetoWiki. | + | Here are some simple examples of useful extensions on MagnetoWiki. Edit or View Source to see the markup. |
==SimpleTable Sample== | ==SimpleTable Sample== |
Revision as of 13:34, 22 February 2009
Here are some simple examples of useful extensions on MagnetoWiki. Edit or View Source to see the markup.
SimpleTable Sample
A | B | A xor B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |