Wiki Cheatsheet
From IthrynWiki
Select the "edit" tab at the top of any page to see the wiki code for it. Click the "Show Preview" button to see what it looks like. Click the "Save Changes" button to publish it. Please add a short comment when you save.
Each type of presentation below is followed by the wiki code that produced it.
This is a section
== This is a section ==
This is a subsection
=== This is a subsection ===
This is a subsubsection
==== This is a subsubsection ====
italics
''italics''
boldface
'''boldface'''
underlined
<u>underlined</u> (No special wiki syntax)
A bulleted list:
- A bullet
- Another bullet
- A nested bullet
A bulleted list: * A bullet * Another bullet ** A nested bullet
A numbered list:
- A number
- Another number
- A nested number
A numbered list: # A number # Another number ## A nested number
A glossary list:
- A term
- It's definition
- Another term
- Another definition
; A term : It's definition ; Another term : Another definition
[[Main Page | A wiki link]]
[http://www.ithryn.net A link to a non-wiki page]
An image:
[[Image:Ithryn-icon.png]]
A table:
| Column 1 | Column 2 |
|---|---|
| Row 1, column 1 | Row 1, column 2 |
| Row 2, column 1 | Row 2, column 2 |
| This is what happens if you forget to fill in a column |
{| border="1" cellpadding="10" width="100%"
|+ ''Title'''
! width="50%" | Column 1
! Column 2
|-
| Row 1, column 1
| Row 1, column 2
|-
| Row 2, column 1
| Row 2, column 2
|- If you put text following a "|-" it will just vanish.
| This is what happens if you forget to fill in a column
|}
