To edit a page, tap the pencil icon to the right of the title on the page. The pencil icon only shows up when you have the editing permission.
Usually, you have the permission to edit your personal page after logging in. You can tap your name in the top right corner of the page to access your personal page.
In the editing page, above the content text box there is a pull down box where you can select a language. After selecting and pressing the button next to it, the language will be switched. Switching language would not save the changes you make to the current page, so please ensure that you have selected the intended language before starting to edit.
All the pages are written in a markup language for efficient editing and better rendering. Don't worry. Its syntax is pretty simple and won't take you much time to learn.
= Level 1 Heading = == Level 2 Heading == === Level 3 Heading ===
Note that a page requires one and only one level 1 heading. This heading must be the first line of the whole page.
*italics* / **bold** / ***bold and italics*** `code (monospace)` [link text](/About)  
italics / bold / bold and italics
code (monospace)


{@zh-Hans|空}{@zh-Hant|空}{@ja|空}
空空空
{del|strikethrough} {ins|underline}
strikethrough underline
{#color|#008888} Dark cyan
{color=green|Green text}
Dark cyan
Green text
{?visitor|Everyone can see this}
{?contributor|Contributors can see this}
{?!contributor|Those who are not contributors can see this}
Everyone can see this
Those who are not contributors can see this
Unordered list:
- List item 1 - List item 2 -- Nested list item 1 -- Nested list item 2 - List item 3
Ordered list:
# List item 1 # List item 2 ## Nested list item 1 ## Nested list item 2 # List item 3
Definition list:
; Term 1 : Description 1 ; Term 2 : Description 2 :; Nested term :: Nested description
Mixed list:
- Unordered list item - Unordered list item -# Ordered list item -# Ordered list item - Unordered list item
|! Column header 1 |! Column header 2 | | Cell 1 | Cell 2 | | Cell 3 | Cell 4 |
| Column header 1 | Column header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
{+(|<Left 1>}
{+(|<Left 2>}
{+(|<Left 3>}
{+)|<Right 1>}
{+)|<Right 2>}
{+)|}
Main content is displayed here. The quick brown fox jumps over the lazy dog.
{+x|}
This sentence is displayed under all the floating tags above.

Main content is displayed here. The quick brown fox jumps over the lazy dog.
This sentence is displayed under all the floating tags above.