Basic Formatting
- '''My text will be bold'''
- ''Italicized text''
- code{{Showing monospaced text using the CODE syntax}}code
- cent{{Centered text}}cent
- del{{Deleted text}}del
- und{{Underlined text}}und
- todo{{//TODO comments}}todo NOTE: Do not add 'TODO' in your comments. That will be added automatically
Headings
- == Heading 2 == upto ====== Heading 6 ======
Hyperlinks
- [http://www.somesite.net] or [http://www.somesite.net Link text to be displayed]. A "space" separates the URI and the link text in the second format.
Internal Links
Either [[Link text to be displayed::page_ID_Number]] or [[Link text to be displayed|Existing page's Title]].
@Username Links
- @username Syntax for reply links
Email Syntax
- mail{{name@webmailer.com}}mail
Blockquotes
- quote{{My text to be put in blockquotes}}quote
Lists
- Numbered lists. List items are appended with a hash (#).
- Bulleted lists. List items are appended with a bullet (*).