Help:Editing
Jump to navigation
Jump to search
Contents
Editing
Since there is no default text here, I am just going to provide examples of the more useful markup options.
Text Styles
wikitext | rendering |
---|---|
''Italic text'' | Italic text |
'''Bold text''' | Bold text |
Links
wikitext | rendering |
---|---|
[[foo]] | foo |
[[foo|bar]] | bar |
http://foo.com/bar | http://foo.com/bar |
[http://foo.com/bar blah] | blah |
[http://foo.com/bar] | [1] |
[[Help:Editing#Links|This Section]] | This Section |
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 |
|
Tables
wikitext | rendering | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{| border="1" cellpadding="2" |+Multiplication table |- ! × !! 1 !! 2 !! 3 |- ! 1 | 1 || 2 || 3 |- ! 2 | 2 || 4 || 6 |- ! 3 | 3 || 6 || 9 |} |
|
Sections
This page serves as an example. It's actual Section
Actual Layout
= Editing = stuff == Text Styles == stuff == Links == stuff == Lists == stuff == Tables == stuff == Sections == This page serves as an example. It's actual Section === Actual Layout === (you are here) == Images == stuff
Images
This image is on the left, and text will wrap below it. The markup for the image is [[image:missing.png|left|[[Help:Editing|Editing]]]].