How to edit a page

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.

Markup

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.

Headings

= 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.

Inline elements

*italics* / **bold** / ***bold and italics***
`code (monospace)`
[link text](/About)
![Logo](/logo.128px.webp)
![Small logo](/logo.128px.webp 64)

italics / bold / bold and italics

code (monospace)

link text

Logo
Logo

Small logo
Small logo

Inline tags

{@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

Lists

Unordered list:

- List item 1
- List item 2
-- Nested list item 1
-- Nested list item 2
- List item 3
  • 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
  1. List item 1
  2. List item 2
    1. Nested list item 1
    2. Nested list item 2
  3. List item 3

Definition list:

; Term 1
: Description 1
; Term 2
: Description 2
:; Nested term
:: Nested description
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
  • Unordered list item
  • Unordered list item
    1. Ordered list item
    2. Ordered list item
  • Unordered list item

Tables

|! Column header 1  |! Column header 2  |
|  Cell 1           |  Cell 2           |
|  Cell 3           |  Cell 4           |
Column header 1Column header 2
Cell 1Cell 2
Cell 3Cell 4

Block tags

{+(|<Left 1>}
{+(|<Left 2>}
{+(|<Left 3>}
{+)|<Right 1>}
{+)|<Right 2>}
{+)|![Big blurry logo](/logo.128px.webp 360)}
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.
<Left 1>
<Left 2>
<Left 3>
<Right 1>
<Right 2>
Big blurry logo
Big blurry logo

Main content is displayed here. The quick brown fox jumps over the lazy dog.

This sentence is displayed under all the floating tags above.