Difference between revisions of "Help:Wiki Markup"

From Library of Sosaria
Jump to: navigation, search
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
<center><p><FONT color="#800000" face="Monotype Corsiva" size="15">Wiki Markkup</font></p></center>
+
<center><p><FONT color="#800000" face="Monotype Corsiva" size="15">Wiki Markup Notation</font></p></center>
  
 
__NOTOC__
 
__NOTOC__
Line 8: Line 8:
 
Content pages are easy to format with standard wiki markup and basic HTML code. When editing a page, you have a toolbar at the top of the edit window giving you instant access to basic formatting - simply hilight your selection and click the appropriate button.  You may also manually insert formatting notation if you feel so inclined.   
 
Content pages are easy to format with standard wiki markup and basic HTML code. When editing a page, you have a toolbar at the top of the edit window giving you instant access to basic formatting - simply hilight your selection and click the appropriate button.  You may also manually insert formatting notation if you feel so inclined.   
  
Here is the basic notation cheatsheet from [http://en.wikipedia.org/wiki/Wikipedia:Quick_guide Wikipedia] Wikipedia Quick Guide:
+
Here is the basic notation cheatsheet from [http://en.wikipedia.org/wiki/Wikipedia:Quick_guide Wikipedia Quick Guide]
  
 
{| style="border:1px solid #000000; font-size:95%; margin:auto; text-align:left;"
 
{| style="border:1px solid #000000; font-size:95%; margin:auto; text-align:left;"
Line 14: Line 14:
 
| colspan="3" style="font-family:sans-serif; font-size:0.9em; padding:3px 5px; text-align:center;" | Works anywhere in the text
 
| colspan="3" style="font-family:sans-serif; font-size:0.9em; padding:3px 5px; text-align:center;" | Works anywhere in the text
 
|-
 
|-
| style="padding:3px 5px; text-align:center; width:25%; font-size:1.9em" | '''<u>Description</u>'''
+
| style="padding:8px 12px; text-align:center; width:25%; font-size:1.9em" | '''<u>Description</u>'''
| style="padding:3px 5px; text-align:center; width:50%; font-size:1.9em" | '''<u>You type</u>'''
+
| style="padding:8px 12px; text-align:center; width:50%; font-size:1.9em" | '''<u>You Type</u>'''
| style="padding:3px 5px; text-align:center; width:25%; font-size:1.9em"|'''<u>You get</u>'''
+
| style="padding:8px 12px; text-align:center; width:25%; font-size:1.9em"|'''<u>Result</u>'''
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | No table of contents
+
| style="padding:3px 3px 15px 3px;" | Italic Text
| style="padding:3px 3px 15px 3px;" | <code><nowiki>__NOTOC__</nowiki></code>
+
| &nbsp;
+
|-
+
| style="padding:3px 3px 15px 3px;" | Italicize text
+
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>''italic''</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>''italic''</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | ''italic''
 
| style="padding:3px 3px 15px 3px;" | ''italic''
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Bold text
+
| style="padding:3px 3px 15px 3px;" | Bold Text
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>'''bold'''</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>'''bold'''</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | '''bold'''
 
| style="padding:3px 3px 15px 3px;" | '''bold'''
Line 33: Line 29:
 
| style="padding:3px 3px 15px 3px;" |  
 
| style="padding:3px 3px 15px 3px;" |  
 
<code><nowiki>'''''bold & italic'''''</nowiki></code>
 
<code><nowiki>'''''bold & italic'''''</nowiki></code>
| style="padding:3px 3px 15px 3px;" | '''''bold & italic'''''
+
| style="padding:3px 3px 15px 3px;" | '''''bold and italic'''''
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Internal link<br />(within UOGuide)
+
| style="padding:3px 3px 15px 3px;" | Internal Link<br />(within the Library)
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>[[Name of Page]]</nowiki></code><br /><code><nowiki>[[Name of Page|Display  
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>[[Name of Page]]</nowiki></code><br /><code><nowiki>[[Name of Page|Display  
 
Text]]</nowiki></code><br /><code><nowiki>#REDIRECT [[Target Page]]</nowiki></code>
 
Text]]</nowiki></code><br /><code><nowiki>#REDIRECT [[Target Page]]</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | [[Name of Page]]<br />[[Name of Page|Display Text]]<br />[[Target Page]]
 
| style="padding:3px 3px 15px 3px;" | [[Name of Page]]<br />[[Name of Page|Display Text]]<br />[[Target Page]]
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | External link<br />(to other websites)
+
| style="padding:3px 3px 15px 3px;" | External Link<br />(to other sites)
| style="padding:3px 3px 15px 3px;" | <code><nowiki>[http://www.example.com]</nowiki></code><br /><code><nowiki>[http://www.example.com display text]</nowiki></code><br /><code><nowiki>http://www.example.com</nowiki></code>
+
| style="padding:3px 3px 15px 3px;" | <code><nowiki>[http://www.uoherald.com]</nowiki></code><br /><code><nowiki>[http://www.uoherald.com Display Text]</nowiki></code><br /><code><nowiki>http://www.uoherald.com</nowiki></code>
| style="padding:3px 3px 15px 3px;" | [http://www.example.com]<br />[http://www.example.com display text]<br />http://www.example.com
+
| style="padding:3px 3px 15px 3px;" | [http://www.uoherald.com]<br />[http://www.uoherald.com UO Herald]<br />http://www.uoherald.com
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Escape wiki markup
+
| style="padding:3px 3px 15px 3px;" | No Wiki Markup -<br> Used to turn off markup notation for selected content.
| style="padding:3px 3px 15px 3px;" | <code><nowiki>''markup''</nowiki></code><br /><code><nowiki><nowiki>no ''markup''</nowiki></nowiki></code>
+
| style="padding:3px 3px 15px 3px;" | <code><nowiki><nowiki>no ''markup'' formatting</nowiki></nowiki></code>
| style="padding:3px 3px 15px 3px;" | ''markup''<br /><nowiki>no ''markup''</nowiki>
+
| style="padding:3px 3px 15px 3px;" | <nowiki>no ''markup'' formating</nowiki>
 
|-
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
 
| style="padding:3px 3px 15px 3px;" | Sign your posts <br />on talk pages
 
| style="padding:3px 3px 15px 3px;" | <nowiki>~~~~</nowiki>
 
| style="padding:3px 3px 15px 3px;" | [[User:Username|Username]] {{CURRENTTIME}}, <br />{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 
 
|-
 
|-
 
| style="padding:3px 3px 15px 3px;" | Image
 
| style="padding:3px 3px 15px 3px;" | Image
| style="padding:3px 3px 15px 3px;" | <nowiki>[[Image:Kingdom reborn icon.jpg]]</nowiki>
+
| style="padding:3px 3px 15px 3px;" | <nowiki>[[Image:LoStitle.png]]</nowiki><br> Uncaptioned images can<br>also be justified using<br> <nowiki>|left |right or |center</nowiki><br>after the image name
| style="padding:3px 3px 15px 3px;" | [[Image:Kingdom reborn icon.jpg]]
+
| style="padding:3px 3px 15px 3px;" | [[Image:LoStitle.png|center]]
 
|-
 
|-
 
| style="padding:3px 3px 15px 3px;" | Thumbnail image
 
| style="padding:3px 3px 15px 3px;" | Thumbnail image
| style="padding:3px 3px 15px 3px;" | <nowiki>[[Image:Kingdom reborn icon.jpg|thumb|Caption text]]</nowiki>
+
| style="padding:3px 3px 15px 3px;" | <nowiki>[[Image:LoStitle.png|thumb|Caption text]]</nowiki>
| style="padding:3px 3px 15px 3px;" | [[Image:Kingdom reborn icon.jpg|thumb|Caption text]]
+
| style="padding:3px 3px 15px 3px;" | [[Image:LoStitle.png|thumb|center|Caption text]]
 
|-
 
|-
| colspan="3" style="background:#9F3215; color:#FFFFFF; font-family:sans-serif; font-size:0.9em; padding:3px 5px; text-align:center;" | Applies only at the beginning of the line
+
| colspan="3" style="font-family:sans-serif; font-size:0.9em; padding:3px 5px; text-align:center;" | <hr><br>Works only at the beginning of lines
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Headings<br />of different sizes<br />''A Table of Contents will''<br />''automatically be generated''<br />''when four headings are''<br />''added to an article.''
+
| style="padding:8px 12px; text-align:center; width:25%; font-size:1.9em" | '''<u>Description</u>'''
 +
| style="padding:8px 12px; text-align:center; width:50%; font-size:1.9em" | '''<u>You Type</u>'''
 +
| style="padding:8px 12px; text-align:center; width:25%; font-size:1.9em"|'''<u>Result</u>'''
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Section Headings<br><br>A Table of Contents will<br>automatically be generated<br> when four headings are<br>added to an article.<br><br><nowiki>=Level 1=</nowiki> should not be used.
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>=Level 1=</nowiki></code><br /><code><nowiki>==Level 2==</nowiki></code><br /><code><nowiki>===Level 3===</nowiki></code><br /><code><nowiki>====Level 4====</nowiki></code><br /><code><nowiki>=====Level 5=====</nowiki></code><br /><code><nowiki>======Level 6======</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" | <code><nowiki>=Level 1=</nowiki></code><br /><code><nowiki>==Level 2==</nowiki></code><br /><code><nowiki>===Level 3===</nowiki></code><br /><code><nowiki>====Level 4====</nowiki></code><br /><code><nowiki>=====Level 5=====</nowiki></code><br /><code><nowiki>======Level 6======</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
Line 75: Line 71:
 
======Level 6======
 
======Level 6======
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Bullet list
+
| style="padding:3px 3px 15px 3px;" | Bullet List
 
| style="padding:3px 3px 15px 3px;" | <code>&#42; one</code><br /><code>&#42; two</code><br /><code>&#42;&#42; two point one</code><br /><code>&#42; three</code>
 
| style="padding:3px 3px 15px 3px;" | <code>&#42; one</code><br /><code>&#42; two</code><br /><code>&#42;&#42; two point one</code><br /><code>&#42; three</code>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
Line 83: Line 79:
 
* three
 
* three
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Numbered list
+
| style="padding:3px 3px 15px 3px;" | Numbered List
 
| style="padding:3px 3px 15px 3px;" | <code>&#35; one</code><br /><code>&#35; two</code><br /><code>&#35;&#35; two point one</code><br /><code>&#35; three</code>
 
| style="padding:3px 3px 15px 3px;" | <code>&#35; one</code><br /><code>&#35; two</code><br /><code>&#35;&#35; two point one</code><br /><code>&#35; three</code>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
Line 91: Line 87:
 
# three
 
# three
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Definition list
+
| style="padding:3px 3px 15px 3px;" | Definition List
 
| style="padding:3px 3px 15px 3px;" | <code>&#59;Definition</code><br /><code>&#58;item 1</code><br /><code>&#58;item 2</code>
 
| style="padding:3px 3px 15px 3px;" | <code>&#59;Definition</code><br /><code>&#58;item 1</code><br /><code>&#58;item 2</code>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
Line 98: Line 94:
 
:item 2
 
:item 2
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Unformatted text
+
| style="padding:3px 3px 15px 3px;" | Indenting Text
| style="padding:3px 3px 15px 3px;" | <code>&nbsp;&nbsp;a space at the</code><br /><code>&nbsp;&nbsp;beginning of each line</code><br /><code>&nbsp;&nbsp;creates unformatted</code><br /><code>&nbsp;&nbsp;monospaced text</code>
+
| style="padding:3px 3px 15px 3px;" | no indent (normal)<br><code><nowiki>:first indent</nowiki></code><br><code><nowiki>::second indent</nowiki></code><br><code><nowiki>:::third indent</nowiki></code>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
a space at the
+
no indent (normal)
beginning of each line
+
:first indent
creates unformatted
+
::second indent
monospaced text
+
:::third indent
 
|-
 
|-
| style="padding:3px 3px 15px 3px;" | Horizontal line
+
| style="padding:3px 3px 15px 3px;" | Horizontal Line<br>(Use Sparingly)
| style="padding:3px 3px 15px 3px;" | <nowiki>----</nowiki>
+
| style="padding:3px 3px 15px 3px;" | <nowiki>----</nowiki><br> or use <nowiki><hr></nowiki>
 
| style="padding:3px 3px 15px 3px;" |
 
| style="padding:3px 3px 15px 3px;" |
 
----
 
----
 
|}
 
|}
 
==Editing Guidelines==
 
If you become a regular contributor to the site it is recommended you familiarize yourself with the general editing guidelines. It will help keep pages consistent throughout the site and make editing easier for yourself and other people.
 
* [[Help:Page Layout]] - How each page should be setup
 
* [[Help:Images]] - All about images
 
* [[Help:Categories]] - All about categories
 
* [[Help:Templates]] - All about templates
 
If you would like to help edit but don't know where to start, see the [[UOGuide:Priorities|UOGuide Priorities]] page.
 
  
  
 
[[Category:Help]]
 
[[Category:Help]]

Latest revision as of 04:26, 18 June 2010

Wiki Markup Notation



Markup Notation

Content pages are easy to format with standard wiki markup and basic HTML code. When editing a page, you have a toolbar at the top of the edit window giving you instant access to basic formatting - simply hilight your selection and click the appropriate button. You may also manually insert formatting notation if you feel so inclined.

Here is the basic notation cheatsheet from Wikipedia Quick Guide

Works anywhere in the text
Description You Type Result
Italic Text ''italic'' italic
Bold Text '''bold''' bold
Bold and italic

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

bold and italic
Internal Link
(within the Library)
[[Name of Page]]
[[Name of Page|Display Text]]
#REDIRECT [[Target Page]]
Name of Page
Display Text
Target Page
External Link
(to other sites)
[http://www.uoherald.com]
[http://www.uoherald.com Display Text]
http://www.uoherald.com
[1]
UO Herald
http://www.uoherald.com
No Wiki Markup -
Used to turn off markup notation for selected content.
<nowiki>no ''markup'' formatting</nowiki> no ''markup'' formating
Image [[Image:LoStitle.png]]
Uncaptioned images can
also be justified using
|left |right or |center
after the image name
LoStitle.png
Thumbnail image [[Image:LoStitle.png|thumb|Caption text]]
Caption text


Works only at the beginning of lines
Description You Type Result
Section Headings

A Table of Contents will
automatically be generated
when four headings are
added to an article.

=Level 1= should not be used.
=Level 1=
==Level 2==
===Level 3===
====Level 4====
=====Level 5=====
======Level 6======

Level 1

Level 2

Level 3

Level 4

Level 5
Level 6
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
Indenting Text no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent
Horizontal Line
(Use Sparingly)
----
or use <hr>