= #!wiki
* This page describes the wiki syntax for Un4uwiki. You can see the source of this page [n4u.bin/src.cgi/wiqki_rule here]. If you want to clarify something, just edit this page.
=
= TOC
=
= = General Rules
=
= - Add new text at bottom.
= - Write your name at the end of added text. e.g., ''-- Huidae Cho''
= - Answer using indented paragraphs (''{}'').
= - You are allowed to upload files with .png, .gif, .jpg, .jpeg, .txt, or .zip extension at a time. After uploading a file, you can see a ''[""""pagename/timestamp.filename filename]'' message and copy and paste it into your text. Otherwise, no one knows whether you uploaded the file or not.
= - You can see the diff of two different versions with the ''Diff'' link at bottom. The ''back'' url option allows you to go back further.
= - This wiki tool is not intended for a fully functional Wiki system, so you may find it inconvenient to use.
= -
=
= = Syntax
=
= ``Paragraph source:``
= ---
= Two paragraphs can be separated with a blank line.
= It means that even if you break text into several lines,
= these will be only one paragraph if there are no blank lines.
=
= This is another paragraph.
= ---
=
= ``Result:``
= Two paragraphs can be separated with a blank line.
= It means that even if you break text into several lines,
= these will be only one paragraph if there are no blank lines.
=
= This is another paragraph.
=
=
=
= ___
= ``Horizontal line source:``
= ---
= More than three consecutive underscores (___) draw a horizontal line.
= ___
= This is a paragraph.
= ---
=
= ``Result:``
= More than three consecutive underscores (___) draw a horizontal line.
= ___
= This is a paragraph.
=
=
=
= ___
= ``Table source:``
= ---
= |3 ******************** no bordered table ********************
= | left | center | right
=
= |3 ******************** bordered table ******************** |
= |2 two cells merged | cell
= | left | center | right
= |,2 two rows merged | cell | cell
= | cell | cell
= |2,3 two cells and three rows merged | cell
= | cell
= | cell
= | cell | cell | cell
= ---
=
= ``Result:``
= |3 ******************** no bordered table ********************
= | left | center | right
=
= |3 ******************** bordered table ******************** |
= |2 two cells merged | cell
= | left | center | right
= |,2 two rows merged | cell | cell
= | cell | cell
= |2,3 two cells and three rows merged | cell
= | cell
= | cell
= | cell | cell | cell
=
=
=
= ___
= ``Bullet lists source:``
= ---
= - bullet list 1
= - bullet list 1-1
= -
= bullet list 1
= - bullet list 2
= still
= bullet list 2
= -
= Now it's a plain paragraph.
= ---
=
= ``Result:``
= - bullet list 1
= - bullet list 1-1
= -
= bullet list 1
= - bullet list 2
= still
= bullet list 2
= -
= Now it's a plain paragraph.
=
=
=
= ___
= ``Numbered lists source:``
= ---
= + numbered list 1
= + numbered list 1-1
= +
= numbered list 1
= + numbered list 2
= still
= numbered list 2
= +
= Now it's a plain paragraph.
= ---
=
= ``Result:``
= + numbered list 1
= + numbered list 1-1
= +
= numbered list 1
= + numbered list 2
= still
= numbered list 2
= +
= Now it's a plain paragraph.
=
=
=
= ___
= ``Description lists source:``
= ---
= {word 1} description 1
= {word 1-1} description 1-1
= -
= "-" or "+" can be used to stop a different kind of lists.
= {word 2}
= description 2
= Note that there must be at least one space after "{word 2}".
= {} indented paragraph
=
= indented paragraph
= {}
= Now it's a plain paragraph.
= ---
=
= ``Result:``
= {word 1} description 1
= {word 1-1} description 1-1
= -
= "-" or "+" can be used to stop a different kind of lists.
= {word 2}
= descript 2
= Note that there must be at least one space after "{word 2}".
= {} indented paragraph
=
= indented paragraph
= {}
= Now it's a plain paragraph.
=
=
=
= ___
= ``Preformatted text source:``
= --------------------------
= ---
= preformatted text
= like program sources
= ---
=
= if a text contains "---" which is the delimiter for a preformatted text, just add more hyphens to avoid conflicts with the text. For example,
= -----
= I need the following lines in text.
= ---
= ----
= -----
= --------------------------
=
= ``Result:``
= ---
= preformatted text
= like program sources
= ---
=
= if a text contains "---" which is the delimiter for a preformatted text, just add more hyphens to avoid conflicts with the text. For example, "-----" can be used:
= -----
= I need the following lines in text.
= ---
= ----
= -----
=