Icon |
Function |
What it shows when editing |
What it shows on the page
|
|
|
Section heading
|
== Heading text ==
=== Heading text ===
==== Heading text ====
===== Heading text =====
|
Heading text
Heading text
Heading text
Heading text
|
|
Bulleted list
|
* Bulleted list item
|
|
|
Numbered list
|
# Numbered list item
|
- Numbered list item
|
|
Nowiki: Ignore wiki formatting
|
<nowiki>Insert non-formatted text here</nowiki>
|
Insert non-formatted text here
|
|
Line break
|
<br />
|
text before abc
|
|
Big text
|
<big>Big text</big>
|
Big text
|
|
Small text
|
<small>Small text</small>
|
Small text
|
|
Superscript
|
<sup>Superscript text</sup>
|
Superscript text
|
|
Subscript
|
<sub>Subscript text</sub>
|
Subscript text
|
|
Picture gallery
|
<gallery>
Example.jpg|Caption1
Example.jpg|Caption2
</gallery>
|
|
|
Table
|
{| class="wikitable" border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
|
header 1
|
header 2
|
header 3
|
row 1, cell 1
|
row 1, cell 2
|
row 1, cell 3
|
row 2, cell 1
|
row 2, cell 2
|
row 2, cell 3
|
|
|
Automatically redirect to another page
|
#REDIRECT [[Target page name]]
|
Preview a redirect page
|