XWiki Syntax

Headings

Type:To get:
1 Heading 1 1 Heading 1
1.1 Heading 2 1.1 Heading 2
1.1.1 Heading 3 1.1.1 Heading 3
1.1.1.1 Heading 4 1.1.1.1 Heading 4
1.1.1.1.1.1 Heading 5 1.1.1.1.1 Heading 5
1.1.1.1.1.1.1 Heading 6 1.1.1.1.1.1 Heading 6

Paragraphs

Type::To get:
Here is the first paragraph.
This text continues the same paragraph.
This paragraph is a new one.
Here is a paragraph. This text continues the same paragraph. This paragraph is a new one.

Bold, Italics, Striked

Type::To get:
a *bold* worda bold word
a __bold__ worda bold word
~~text in italics~~text in italics
--striked text--striked text

Lists

Type::To get:
* Level 1
** Level 2
*** Level 3
** Level 2
  • Level 1
    • Level 2
      • Level 3
    • Level 2
1. Item
11.Subitem
1. Item
1*. Subitem
  1. Item
    1. Subitem
  2. Item
    • Subitem

Tables

Type::To get:
{table}
Category | Sales (KE)
Category 1 | 100
Category 2 | 50
Category 3 | 50
Total | =sum(B2:B4)
{table}
CategorySales (KE)
Category 1100
Category 250
Category 350
Total200

Links

Type::To get:
[WebHome]
[home>WebHome]
[Main.WebHome]
[home|Main.WebHome]
Web Home
home
Web Home
home
http://www.xwiki.org
[http://www.xwiki.org]
http://www.xwiki.org
http://www.xwiki.org
[To XWiki > http://www.xwiki.org] To XWiki

Images

Type::To get:
{image:img.png} img.png
{image:img.png|30} img.png
{image:img.png| |20} img.png
{image:img.png|30|20} img.png