Help:Page Editing
Wikispecs.org - The Largest Product Database,the biggest product specifications database in the world
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:
External Links
Wiki Code:
http://www.wikispecs.org
How it looks:
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
- Second 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:
- First level list object
- Second level list object
- Third level list object
- Second level list object
- Another first level list object
See also
- Wikipedia:Cheatsheet, the common formatting instructions for Mediawiki products.

