MFWiki¶
MFWiki is the name of the wiki variant I created for the Mason Framework. As you can easily see, it is high inspired by the MediaWiki, the software originally written for the Wikipedia.
Lists¶
- You can use * to make bullet lists.
- # if you prefer numbered lists.
- Multilevel lists are allowed (several ** or ##)
- Mixed lists are not allowed, numbered or not numbered only.
Font Type¶
- '' to make bold.
- _ _ to make italic.
- == to make
monospaced. - %% to make
.code blocks - -- to mark text you
pretend to delete. - + + to mark text you just+added.
Paragraphs¶
- An empty line makes a paragraph
Headlines¶
- ! , !! and !!! in the beginning of a line turn into an headline (more points, less important).
Mathematic Formulas¶
You can inser mathematic formulas using <math>formula</math>.
To type the formula you must use LaTeX command. I intent to write my own tutorial on this but, for now, check the Wikimedia mathematic help page
Links¶
- Links to URLs: /url/to/page
- Links to external URLs: http://www.example.com/
Links to internal pages¶
this needs to be done, due to the new link hooks.