=====A Summary of Fomatting Guide (English Version)=====
**""/*idea*/""**
an icon /*idea*/
**""/*sign*/""**
Auto sign your login info.
ex. By **DbIverson** at Mon August 30, 2004, 12:34 am.
**""**""//(text)//""**""**
Bold
ex. **""**bold**""**
**bold**
**""//""//(text)//""//""**
Italic
ex. **""//italic//""**
//italic//
**""__""//(text)//""__""**
Underline
ex. **""__underline__""**
__underline__
**""%%""//(text)//""%%""**
Display text in a textbox
ex.
**""%%This is an example.%%""**
%%This is an example.%%
**""[[""//(URL)//""]]""**
Link
ex. **""[[http://www.yahoo.com]]""**
[[http://www.yahoo.com]]
Another way of posting link: InterWiki
**""[[pagename description]]""**
Link to a page
Usage:
pagename: A string that follow the rule of WikiName
description: A string that may contain spaces
//If it is a new page, a "?" will appear after the pagename.//
**""======""//(text)//""======""**
======Header 1======
**""=====""//(text)//""=====""**
=====Header 2=====
**""====""//(text)//""====""**
====Header 3====
**""===""//(text)//""===""**
===Header 4===
**""==""//(text)//""==""**
==Header 5==
**""----""**
Horizontal separator
**""---""**
Forced line break
**[//[tab]//|:]-//(text)//**
Bulleted list
Usage: At least 1 tab before the hyphen is needed. More tabs indent list.
You can also use a colon instead of tab.
Ex.
**//[tab]//-List 1**
-List 1
**"":-List 2""**
:-List 2
**"":-Line 1""**
**""::-Indented Line 2""**
:-Line 1
::-Indented Line 2
**[//[tab]//|:][1)|A)|a)|i)]//(text//)**
Numbered list
Ex.
**//[tab]//a)Line 1**
**"":a)Line 2""**
1)Line 1
:1)Line 2
**"">""//(text)//**
First line indented by two characters
Ex. **>Hello**
>Hello
**""''""//(quote)//""''[[""//(URL)//""]]""**
Quote and link
Usage: Use 2 pairs of single quotes to enclose the text, follow by a formatted link.
Ex.
**""Wiki is in Ward's original description: ''The simplest online database that could possibly work.''[[http://wiki.org/wiki.cgi?WhatIsWiki]]""**
Wiki is in Ward's original description: ''The simplest online database that could possibly work.''[[http://wiki.org/wiki.cgi?WhatIsWiki]]
====Some HTML-Like Tags====
**""[IMG]""//image url//""[/IMG]""**
Insert iamge
Ex.
**""[IMG]http://zh.wikipedia.org/upload/wiki.png[/IMG]""**
[IMG]http://zh.wikipedia.org/upload/wiki.png[/IMG]
**""[del]""//(text)//""[/del]""**
Deleting line
Ex.
**""[del]""Hello""[/del]""**
[del]Hello[/del]
**""[HTML]""//(HTML code)//""[/HTML]""**
Insert a HTML code
Ex.
**""[HTML][/HTML]""**
[HTML]
[/HTML]
**[table][/table]**
Create a table
Usage:
:-Each line define one row, enclosed by "||"
:-Cells in a row is seperated by "||"
:-To define a rows that expand across more than one column, use tabs. None or one tabs means not expanded; N tabs means N-cell expanded.
:-Insufficient tabs cause a vertical combination of cells (see the example below)
Ex.
%%
[table]
[table]
||1||2||3||4||
||1-3 ||4||
||1||2-3 ||4||
||1||2||3||