Centers the text that follows it:

[[=]]

Creates a messages in red at the top of the page if the page includes the listed tags:

[[iftags wip]]
##red|**Currently being edited by another user**##
[[/iftags]]
[[iftags new-page]]
##red|Page incomplete - Please help if you can##
[[/iftags]]

Ends centered text:

[[/=]]

Justify formats the text on the screen:

[[==]]

A note that appears in the code but not on the screen:

[!-- 
Replace all appearances of TAG with the appropriate tag.
 --]

Creates a bullet point (note: it must be followed by a space):

* text

Creates a horizontal line across the page:

------

Creates large heading sized text

+++ Text

Reduces the size of the text that follows it:

[[size smaller]]

Creates an indent to represent quoted text (note: it must be followed by a space):

> text

Returns text to its normal size:

[[size smaller]]

Adds a list that auto fills with pages tagged "TAG" in alphabetical order by page title

[[module ListPages tags="TAG" order="title"]]
* %%title_linked%%
[[/module]]

Creates small heading text

+++++ Text

Ends the justify format:

[[/==]]