Difference between revisions of "Help:Contents"

m (Formatting)
m
Line 1: Line 1:
If you need any help, add a comment to the [http://www.uoguide.com/index.php?title=Help_talk:Contents&action=edit Help Talk Page]. A reply will be made to your comment, so check back regularly.
+
If you need any help, add a comment to the [[Help_talk:Contents|Help Talk Page]]. A reply will be made to your comment, so check back regularly.
  
 
==Formatting==
 
==Formatting==
Formatting content for UOGuide.com is really easy. Here are some basic notations from the [http://en.wikipedia.org/wiki/Wikipedia:Quick_guide Wikipedia] quick format guide:
+
Formatting content on UOGuide is really easy. Here are some basic notations from the [http://en.wikipedia.org/wiki/Wikipedia:Quick_guide Wikipedia] quick format guide:
  
 
<div align="center">
 
<div align="center">
Line 141: Line 141:
 
  monospaced text
 
  monospaced text
 
|-
 
|-
|colspan="3" align="center" style="border-top:1px solid #B8C7D9;"|[[Help:Editing|Extended cheatsheet]] <tt>|</tt> [[Help:Contents/Editing Wikipedia|More editing help]]
+
|colspan="3" align="center" style="border-top:1px solid #B8C7D9;"|[[Help:Editing|Extended cheatsheet]]
 
|}
 
|}
 
</div>
 
</div>

Revision as of 16:17, 2 January 2007

If you need any help, add a comment to the Help Talk Page. A reply will be made to your comment, so check back regularly.

Formatting

Formatting content on UOGuide is really easy. Here are some basic notations from the Wikipedia quick format guide:

Description You type You get
Applies anywhere
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link

(within UOGuide)

[[name of page]]
[[name of page|display text]]
#redirect [[Target page]]

name of page
display text
Target page

External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com

[1]
display text
http://www.example.com

Escape wiki markup

''markup''
<nowiki>no ''markup''</nowiki>

markup
no ''markup''

Applies only at the beginning of the line
Headings

of different sizes

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

Level 1

Level 2

Level 3

Level 4
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Numbered list

# one
# two
## two point one
# three

  1. one
  2. two
    1. two point one
  3. three
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
Unformatted text

  a space at the
  beginning of each line
  creates unformatted
  monospaced text

a space at the 
beginning of each line 
creates unformatted
monospaced text
Extended cheatsheet