StartPage RecentChanges

TextFormattingRules

See also:

below yet to be fully updated for OddMuse

Wiki Text Formatting Rules

Simple editing is one of the major benefits of using a wiki. Users can edit pages without knowing HTML, and still use many formatting features of HTML. Most wikis define a set of formatting rules to convert plain text into HTML.

The following text is an overview of the this wiki’s text formatting rules. To try these rules for yourself, please feel free to edit the Sandbox page. To see how any page is formatted, just follow the link “Edit text of this page” at the bottom of the page.

Links

Links are created using square bracket pairs enclosing the wiki page’s name: [[like this]].

You can have Wiki links display one set of text and go someplace else: [[like this|somewhere else]] | [[like this|somewhere else]]

Remember, even if you see a link going somewhere like "wiki.pl?Two_Words", you can enter [[Two Words]] with a space, and not an underline.

One cool feature of this wiki engine is page redirection. Just type #REDIRECT new-page-name as the first line, and that page will redirect it’s visitors to your chosen destination. This is handy for creating alias pages, like G8-Britain and G8Britain.

If you want to link to an external site, you can type the URL directly, and it will appear both as that text and as an HTML link: http://www.ourmayday.org/2002.htm

You can also enclose it in single square brackets, in the syntax [URL description] so that [http://www.ourmayday.org/2002.htm Mayday 2002] becomes: Mayday 2002

If you omit the description, the link is turned into an automatically increased index number: [1] | [2]

This is useful for documents where links are cited as sources.

Basic Text Formatting:

Entering text on a wiki can be done quite easily. Here are the guidelines:

Repetition of the first character on the line generally increases the indentation or emphasis

Lists:

Simple lists:

* Text for a bulleted list item.
** Text for second-level list.
*** Text for third level, etc.

…which looks like:

Numbered lists:

# Text for a numbered list item.
## Text for second-level list.
### Text for third level, etc.
## Another Text for the second level.

…which looks like:

  1. Text for a numbered list item.
    1. Text for second-level list.
      1. Text for third level, etc.
    2. Another Text for the second level.

Definition Text:

Term with indented definition: [without a blank line between term and definition]

;Term:Definition (indented)
;;Term (indented):Definition (indented two levels)
;;;Term (indented twice):Definition (indented to third level)

…which looks like: ;Term:Definition (indented) ;;Term (indented):Definition (indented two levels) ;;;Term (indented twice):Definition (indented to third level)

Images

Just provide the URL, and the image will be inserted inline.

http://www.usemod.com/wiki.gif

These extensions are recognized: gif, jpg, png, bmp, jpeg

If you have a choice, results are usually best with PNG for computer generated images, and JPEG for photographic images.

Preformatted Text

Individual lines can be displayed as preformatted (fixed-width or “typewriter”-font) text by placing one or more spaces at the start of the line. Other wiki formatting (like links) will be applied to this kind of preformatted text.

Additionally, multi-line sections can be marked as pre-formatted text using lines starting with <pre> (to start pre-formatted text), and </pre> (to end preformatted text). The <pre> and </pre> tags are not displayed. Wiki links and other formatting is not done within a preformatted section. (If you want wiki formatting, use spaces at the start of the line instead of the <pre> and </pre> tags.)

For instance:

Pre-formatted section here.  No other link
  or format processing
is done on pre-formatted sections.
For instance, OddMuseWiki is not a link here.

and: This is the starting-spaces version of preformatted text. Note that links like UseModWiki still work.

Miscellaneous rules:

HTML

Text formatting rules originally copied from Infoanarchy: http://web.archive.org/*/http://www.infoanarchy.org/wiki/wiki.pl?Text_Formatting_Rules

but they have changed wiki recently.