Support HammondWiki. Donate!
PayPal

Synopsis

TextFormattingRules

~~</tt> for _*both, <tt>~= for fixed width.

_Term:~<new-line> definition_ for definition lists.

~<verbatim>~</verbatim>.

~?page link or URL ~~http:/cool.wiki.int?~http://cool.wiki.int/.

~~~?DoNotHyperlink, name links like ~?text.

"~
" or "~
" makes a linebreak, "~----" makes a horizontal rule.

small tt em strong abbr acronym cite code dfn kbd samp var sup sub


Paragraphs

Lists

  * indented asterisk (indent at least two spaces) for second level, etc.
  lists, # for numbered lists (mix at will)
  <pre>
  Term:
    definition

gives

Term
definition

as in the =<DL><DT><DD>= list

</pre>

  just indent the items

Headings

Preformatted text

  <verbatim>
  <pre>
  Preformatted text. ?WikiLinks still work.

</verbatim> gives

Preformatted text. ?WikiLinks still work.

</pre>

  <pre>
  <verbatim>
  Preformatted text. ~?WikiLinks do not work.
  </verbatim>

gives

Preformatted text. WikiLinks do not work.

</pre>

Indented Paragraphs

    This is an indented block of text.

      This block is even more indented.
  <pre>
  > This is block-quoted text.

renders as

This is block-quoted text.

</pre>

Emphasis

  _cannot_ cross paragraph boundaries:

  _this

  will not work_

References

  page name in square brackets: ?this is a page link or
  ?UsingWikiWords (preferred)
  http://www.wcsb.org/
  hyperlink or pagename:
  PhpWiki home page ---
  the front page
  preceding the word with a '~~', e.g. ~?NotLinkedAsWikiName,
  ~http://not.linked.to/
  with "http:", "ftp:" or "mailto:" to
  create links automatically as in: http://c2.com/
  brackets, by themselves:
  http://phpwiki.sourceforge.net/demo/themes/default/images/png.png
  referring to the anchor in a hyperlink:
  * Named anchors:
    * ~#~?foo: An anchor around the text "foo" with id
      "foo".
    * ~#~?foo: An empty anchor with id "foo".
    * ~#~?howdy: An anchor around the text "howdy" with
      id "foo".
  * References to name anchors are made thusly:
~?~#[#hyperlinks], ~?~OtherPage#foo, ~?named.

Tables

  except that you replace the trailing colon on the term with a "pipe"
  (|).

  <pre>
  Term 1 |
     Definition 1 begins here.
     Term 1.1 |
        Definition 1.1
     Term 1.2 |
        Definition 1.2
     This is part of definition 1.
  Term 2 |
     Here's definition 2.
Term 1

Definition 1 begins here.

Term 1.1 Definition 1.1
Term 1.2 Definition 1.2

This is part of definition 1.

Term 2 Here's definition 2.

</pre>

HTML Mark-Up Language

  b, big, i, small,
  tt, em, strong,
  abbr, acronym, cite,
  code, dfn, kbd,
  samp, var, sup and sub

Creating various kinds of special links

  of wiki maintenance and other special links.

Inserting plugins

  pages. For example,
  <verbatim>
  <?plugin BackLinks page=HomePage info=hits ?>
  </verbatim>
  gives
  <?plugin BackLinks page=HomePage info=hits ?>

PhpWikiDocumentation

The content of this page is Copyright (C) 2000, 2001, 2002 Geoffrey T. Dairiki and the other authors of the content, whoever they may be.
This is free information and you are welcome redistribute it under certain conditions; see http://www.dairiki.org/HammondWiki/opl.html for details.
Absolutely no warrantee is made as to the correctness of the information on this page.