editing

This wiki emulates the markup syntax of two other wikis -- mediawiki and dokuwiki. Under the editing textarea, there is an |> Input format link. Click that, and a set of options will open up, showing you which format the page is currently using. You can also change it.

The default markup syntax is mediawiki, but much of the existing content on the wiki is written in dokuwiki syntax. This page itself uses mediawiki syntax. See formatting for examples using dokuwiki syntax.

The emulation of each syntax is incomplete. Each of them is missing various features, and has its own idiosyncracies (//bugs//).

Page Naming

Most pages on this wiki use a pseudo namespace label as the first word. For example, all of the quest pages begin with the word quests. Additional words after that describe which quest the page covers. Words are separated by hyphens in the URL, and in the mediawiki syntax. Words are separates by spaces in the dokuwiki syntax.

Brotherhood of Alchemists quest
Temporal Warden

Pages that don't cover categorizable information do not necessarily conform to this naming standard.

Filtered HTML

http://te4.org/filter/tips

Mediawiki Formatting

The wiki strives to emulate the syntax described at http://www.mediawiki.org/wiki/Help:Formatting but the emulation is incomplete.

Heading 1

Heading 2

Heading 3

Heading 4

italics
boldface
This is superscripted
This is subscripted

horizontal rule


  • bullet
  • list
  • of
  • things
  1. numbered
  2. list
  3. with
  4. numbers
 quoted block
 of text

indented
indented more
indented still more

link
link with different text
page with multiple word name

Table:
Table Column 2 Column 3
Row 1 abc def
Row 2 123 qwertyuiop
Compact table:
Table Column 2 Column 3
Row 1 abc def
Row 2 123 qwertyuiop
Table with column spanning:
My header
abc def ghi
Table with centered elements:
Heading One Heading Two
1 2
3 4

As you can see, the headers don't accept center-alignment; just the non-header elements. We can fake the headers using boldface:
Heading One Heading Two
1 2
3 4

Things that don't work

As stated above, the mediawiki emulation is incomplete.

The no markup feature, as you can see, does not work.

no markup in a pre-block doesn't work either!


table with borders
does not work

whole table attributes
table with text-align:center
doesn't work either

Row Attributes
this should be italics