Synopsis

OldTextFormattingRules
Emphasis: '' for italics, for bold, '' for both.

Lists: * for bullet lists, # for numbered lists, ; term : definition for definition lists.

References: !JoinCapitalizedWords? or use square brackets for a [page link? or URL /cool.wiki.int/?.

Footnotes: Use [1?,[2?,[3?,...

Preventing linking: Prefix with "!": !!DoNotHyperlink?, name links like [[[text? (double up on the "[").

Misc: "!", "!!", "!!!" make headings, "%%%" makes a linebreak, "----" makes a horizontal rule.

Tables: »|« as first char, »|« for more columns, »|>« align right, »|<« align left, »|^« centered (default), »||« span columns, »|v« span rows


Paragraphs

Lists

term here
definition here, as in the <DL><DT><DD> list

Headings

Fonts

 This is in monospace

This is not

Indented Paragraphs

this is an indented block of text

Emphasis

this will not work

References

Tables

      ||  Name               |v Cost   |v Notes
      | First   | Last
      |> Jeff       |< Dairiki   |^  Cheap     |< Not worth it
      |> Marco      |< Polo      | Cheaper     |< Not available
will generate
 Name   Cost   Notes 
 First   Last 
 Jeff   Dairiki   Cheap   Not worth it 
 Marco   Polo   Cheaper   Not available 
Note that multiple |'s lead to spanned columns, and v's can be used to span rows. A > generates a right justified column, < a left justified column and ^ a centered column (which is the default.)
With the new TextFormatingsRules? tables are only supported with the OldStyleTablePlugin.

HTML Mark-Up Language

More detail than you want to know

See MagicPhpWikiURLs for gory details on how to write various kind of wiki maintainance links. (deprecated)


Footnotes:

[1] By using [1? a second time (in the first column) the footnote itself is defined. You may refer to a footnote as many times as you want, but you may only define it once on the page. Note the the [1? in the footnote links back to the first reference, if there are multiple references there will be +'s after the [1? which will link to the other references. (References which come after the footnote definition will not be linked to.)


PhpWikiDocumentation