Zodiac Wiki

Gnosis Guild orb
Home

Zodiac Wikitext Cheatsheet

To get text to display correctly, wikitext markup must be used. The table below is a condensed version of a wikitext cheat sheet from MediaWiki. For the full version, visit the Cheatsheet.

Description You type You get
Applies anywhere
Italicise text

''italic''

italic

 
Bold text

'''bold'''

bold

 
Internal link

(within this wiki)

Internal link
(to a category)

Interwiki Link
(to partner wiki)

[[name of page]]
[[name of page|display text]]

[[:Category:name of category]]


[[w:name of article]]
[[wiki:name of article]]
[[wiki:name of article|display text]]

name of page
display text

Category:name of category


w:name of article
wiki:name of article
display text


Note: red links mean
the page doesn't exist yet

 
External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com
[mailto:bob@yahoo.com Bob's email]

[1]
display text
http://www.example.com
Bob's email

 
Applies only at the beginning of the line
Headings

of different sizes

== level 1 ==
=== level 2 ===
==== level 3 ====
===== level 4 =====

Tip: put __NOTOC__ in an article
to remove its table-of-contents

Level 1

Level 2

Level 3

Level 4
 
Outline Numbered
Headings

# one
# two
## two point one
# three

1. one

2. two

2.1 two point one

3. three

 
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
 
Thumbnail image

[[File:Example.jpg|thumb|Caption text]]

File:Example.jpg
Caption text