Groups
Calendar
ITSIG
KeyWords
Main
PUBSIG
PmWiki
Research
Resources

Links
FAQ
Extra Rules
Valid XHTML 1.0!
The site includes a number of advanced Text Formatting Rules. These give authors more choices about how they lay out pages. Experiment in the Wiki Sandbox.

On this page…
  1. Extra Paragraph Options
  2. Extra List Options
  3. Escape Character
  4. Including Paragraphs
  5. Footnotes
  6. Superscripts and Subscripts
  7. Revision Marks
  8. Small caps and Citations
  9. Extra Entities
  10. Labelled Paragraphs
  11. Acronyms and abbreviations

Extra Paragraph Options

Indent paragraphs using the “->” start of line markup.

  ->This paragraph is indented once.
  
  -->This paragraph is indented twice.

Produces:

This paragraph is indented once.

This paragraph is indented twice.

Align paragraphs using the “=>” and “=|” start of line markups.

  =>This paragraph is right aligned.
  =|This paragraph is centred.

Produces:

This paragraph is right aligned.

This paragraph is centred.

Make FAQ paragraphs using the “Q:” and “A:” start of line markup.

  Q:This paragraph is a question.
  
  A:This paragraph is the answer to the question.

Produces:

This paragraph is a question.

This paragraph is the answer to the question.

Top of Page

Extra List Options

Teaser lists consist of a Wiki Word or free link followed by the first paragraph of the page being referenced. These use the “T” start of line markup.

  T*Text Formatting Rules

  T#Wiki Wiki Web

  T:Wiki Word

Produces:

  1. Wiki Wiki Web: Wiki Wiki Web is an “open-editing” system where the emphasis is on the authoring and collaboration of documents rather than the simple browsing or viewing of them. The basic concept of a Wiki Wiki Web (or “wiki”) is that (almost) anyone can edit any page. …

cool smileyTip: putting an invisible stop in the first paragraph causes a teaser to stop when it reaches that point.

Wiki Word
A Wiki Word is a set of two or more words run together where the first letter of each word is capitalized, sometimes known as “mixed case” or “camel case”. Wiki Words are used as link and page titles in a Wiki Wiki Web. In other words, you can just string any sequence of words together and capitalize the first letter of each word to make a valid Wiki Word.

Top of Page

Escape Character

The back-tick “`” character overrides certain Pm Wiki behaviours.
prevent a Wiki Word from being a WikiWord by writing `WikiWord or Wiki`Word
use 2 back-ticks if the group of a qualified Wiki Word is a Wiki Word`PmWiki/`WikiWord becomes PmWiki/WikiWord
turn a hyphen into an en dash, like Wellington–Picton, by writing Wellington`-Picton
turn a left quote into a right quote, like ’90s, by writing `'90s
make an invisible stop by writing backtick-period `.

Top of Page

Including Paragraphs

Include a paragraph from another page using the “[[para:PmWiki/WikiWord#anchor]]” inline markup.

  [[para:PmWiki/TextFormattingRules]]

Produces: To experiment with the rules, please try editing the Wiki Sandbox.

  [[para:Main/HomePage#more]]

Produces: More information about Pm Wiki can be found at www.pmwiki.org.

Include a paragraph on the current page using the “[^#anchor^]” inline markup.

  [^#intro^]

Produces: The site includes a number of advanced Text Formatting Rules. These give authors more choices about how they lay out pages. Experiment in the Wiki Sandbox.

Create a cross-reference to a paragraph on the current page using the “[[#anchor#]]” inline markup. If the referenced paragraph contains Wiki Word or free link references, these are treated as plain text.

  [[#intro#]]

Produces: The site includes a number of advanced Text Formatting Rules. ...

cool smileyTip: putting an invisible stop in the first paragraph causes inclusion to stop when it reaches that point.

Top of Page

Footnotes

Wrap the text of a footnote in [^^] markup.

  Write[^Footnotes are useful to make side remarks.^]
  in a paragraph body.

Produces: Write1 in a paragraph body.

Display the footnotes with the [^#^] markup, which produces:
 

1 Footnotes are useful to make side remarks.

Top of Page

Superscripts and Subscripts

Write ^^superscript^^ and __subscript__ to produce superscript and subscript respectively. For example,

  a^^2^^ + b^^2^^ = c^^2^^
  
  CH__3__`-CH__2__`-OH

Produces:
a2 + b2 = c2
CH3–CH2–OH

Top of Page

Revision Marks

wiki sticky or Post-It™ noteWrite {+inserted text+} and {-deleted text-} to produce inserted text and remove deleted text respectively. The {=wiki sticky note=} markup adds a sticky note. The Printable Version of a page automatically removes Insertion and Deletion markup and hides the sticky note.

Top of Page

Small caps and Citations

Write ;;small caps;; to produce small caps (some older browsers may not support this variant). Write '/This is a title/' to produce This is a title. Most browsers will render citations in italics; this can be controlled through a style sheet, to distinguish citations from emphasised text.

Top of Page

Extra Entities

Enter See
&Am; Ā
&Em; Ē
ℑ Ī
&Om; Ō
&Um; Ū
&am; ā
&em; ē
&im; ī
&om; ō
&um; ū
&f14; ¼
&f12; ½
&f34; ¾
+- ±

Top of Page

Labelled Paragraphs

A labelled paragraph is a paragraph with a heading, set out from the surrounding text in a box. It can be useful to highlight a key message, for example. Create a labelled paragraph using the B: start of line markup.

  B:Labelled Text:This is the text of the labelled paragraph.
  See how it stands out.

Produces:

Labelled Text

This is the text of the labelled paragraph. See how it stands out.

Writers can choose the alignment of the heading using spaces — “B: Labelled Text :” centres the label; and “B: Labelled Text:” right aligns the label.

Top of Page

Acronyms and abbreviations

An acronym is a word made up of the initial letters of other words, like ANZAC. An abbreviation is a contraction of one or more words, like HTML. All acronyms are abbreviations; not all abbreviations are acronyms. For maximum browser compatibility, this site translates both into the <acronym> tag.

  [XML|eXtensible Markup Language]

Produces:

XML (To see the effect, move your mouse over it. And check out the printable version.)

Top of Page

Page last modified on 22 December 2004, at 02:56 PM
Home
 
Search for