Help:Page Editing

Wikispecs.org - The Largest Product Database,the biggest product specifications database in the world

Jump to: navigation, search

Word Formating

Wiki code:

''Italic'', '''Bold''', '''''Bold Italic'''''

How it looks:

Italic, Bold, Bold Italic

You could use the following HTML tags:

<small>Small text</small>
<big>Big text</big>
<s>Strikethrough text</s>

How it looks:

Small text

Big text

Strikethrough text



Headings

Wiki Code:

===Third Level Heading===
==Second Level Heading==
=First Level Heading=

How it looks:

Third Level Heading

Second Level Heading

First Level Heading

Links

Internal Links

Wiki Code :

[[Main Page]]

How it looks:

Main Page

External Links

Wiki Code:

http://www.wikispecs.org

How it looks:

http://www.wikispecs.org

Do not forget to start with http://


Named Links Wiki Code: [http://www.wikispecs.org The Best Site You Could Ever Visit]

How it looks: The Best Site You Could Ever Visit


Lists

Bullet List

Bullet lists are done by the sign "*".

Wiki Code:

* First level list object
** Second level list object
*** Third level list object
* Another first level list object

How it looks:

  • First level list object
    • Second level list object
      • Third level list object
  • Another first level list object

Numbered List

Bullet lists are done by the sign "#".

Wiki Code:

# First level list object
## Second level list object
### Third level list object
# Another first level list object


How it looks:

  1. First level list object
    1. Second level list object
      1. Third level list object
  2. Another first level list object

See also

Personal tools