Editing Help
From LaneWiki
(Redirected from Help:Editing)
Basic Text Formatting with "WikiCode"
| Description | You type | You get |
| applies anywhere | ||
| Italicise text | <i>italic</i> | italic |
| Bold text | <b>bold</b> | bold |
| Bold and italic | <b><i>bold & italic</b></i> | bold & italic |
| Underline | <u>underline</u> | underline |
| Strike out | <strike>strike out</strike> | |
| Internal link (within LaneWiki) | [[name of page]] [[name of page|display text]] | name of page |
| External link (to other websites) | [http://www.example.com] [http://www.example.com display text] | [1] |
| E-mail links | [mailto:example@example.com] [mailto:example@example.com display text] | [2] |
| applies only at the beginning of the line | ||
| Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
| Bullet list |
* one |
|
| Numbered list |
# one |
|
| Definition list |
;Definition |
|
