Help:Editing

From Lavish Software Wiki
Revision as of 00:41, 9 October 2005 by Sparr0 (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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
  • 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
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
; Definition list : list of definitions
; item : the item's definition
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
|}
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]]]].