Help:Editing
From Lavish Software Wiki
Contents |
[edit]
Editing
Since there is no default text here, I am just going to provide examples of the more useful markup options.
[edit]
Text Styles
| wikitext | rendering |
|---|---|
| ''Italic text'' | Italic text |
| '''Bold text''' | Bold text |
[edit]
Links
| wikitext | rendering |
|---|---|
| [[Main Page]] | Main Page |
| [[Main Page|LavishSoft Wiki]] | LavishSoft Wiki |
| http://lavishsoft.com | http://lavishsoft.com |
| [http://lavishsoft.com Lavish Software] | Lavish Software |
| [http://lavishsoft.com] | [1] |
| [[Help:Editing#Links|This Section]] | This Section |
[edit]
Lists
| wikitext | rendering |
|---|---|
* Lists are easy to do: ** start every line with a star *** more stars means deeper levels |
|
# Numbered lists are also good ## very organized ## easy to follow |
|
; Definition list : list of definitions ; item : the item's definition |
|
[edit]
Tables
| wikitext | rendering | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{| border="1" cellpadding="2"
|+Multiplication table
|-
! × !! 1 !! 2 !! 3
|-
! 1
| 1 || 2 || 3
|-
! 2
| 2 || 4 || 6
|-
! 3
| 3 || 6 || 9
|}
|
|
[edit]
Sections
This page serves as an example. It's actual Section layout is as follows:
[edit]
Actual Layout
= Editing = stuff == Text Styles == stuff == Links == stuff == Lists == stuff == Tables == stuff == Sections == stuff === Actual Layout === (you are here) == Images == stuff
[edit]
