Difference between revisions of "Help:Wiki Markup"

From Library of Sosaria
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
 +
__NOTOC__
 +
First time contributor? Take a look at [[Creating an Item Page]] for some of the basics.
  
 +
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.
 +
 +
Use the [[UOGuide:Sandbox|Sandbox]] for "testing" purposes.
 +
 +
==Formatting==
 +
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:
 +
 +
{| style="border:1px solid #9F3215; font-size:95%; margin:auto; text-align:left;"
 +
|-
 +
| style="background:#9F3215; color:#FFFFFF; padding:3px 5px; text-align:center; width:25%;" | '''Description'''
 +
| style="background:#9F3215; color:#FFFFFF; padding:3px 5px; text-align:center; width:50%;" | '''You type'''
 +
| style="background:#9F3215; color:#FFFFFF; padding:3px 5px; text-align:center; width:25%;"|'''You get'''
 +
|-
 +
| colspan="3" style="background:#9F3215; color:#FFFFFF; font-family:sans-serif; font-size:0.9em; padding:3px 5px; text-align:center;" | Applies anywhere
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | No table of contents
 +
| 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;" | ''italic''
 +
|-
 +
| 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;" | '''bold'''
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Bold and italic
 +
| style="padding:3px 3px 15px 3px;" |
 +
<code><nowiki>'''''bold & italic'''''</nowiki></code>
 +
| style="padding:3px 3px 15px 3px;" | '''''bold & italic'''''
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Internal link<br />(within UOGuide)
 +
| 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>
 +
| 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;" | <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;" | [http://www.example.com]<br />[http://www.example.com display text]<br />http://www.example.com
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Escape wiki markup
 +
| 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;" | ''markup''<br /><nowiki>no ''markup''</nowiki>
 +
|-
 +
|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;" | <nowiki>[[Image:Kingdom reborn icon.jpg]]</nowiki>
 +
| style="padding:3px 3px 15px 3px;" | [[Image:Kingdom reborn icon.jpg]]
 +
|-
 +
| 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;" | [[Image:Kingdom reborn icon.jpg|thumb|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
 +
|-
 +
| 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: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;" |
 +
 +
=Level 1=
 +
==Level 2==
 +
===Level 3===
 +
====Level 4====
 +
=====Level 5=====
 +
======Level 6======
 +
|-
 +
| 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;" |
 +
* one
 +
* two
 +
** two point one
 +
* three
 +
|-
 +
| 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;" |
 +
# one
 +
# two
 +
## two point one
 +
# three
 +
|-
 +
| 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;" |
 +
;Definition
 +
:item 1
 +
:item 2
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Unformatted 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;" |
 +
a space at the
 +
beginning of each line
 +
creates unformatted
 +
monospaced text
 +
|-
 +
| style="padding:3px 3px 15px 3px;" | Horizontal line
 +
| style="padding:3px 3px 15px 3px;" | <nowiki>----</nowiki>
 +
| 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.
 +
 +
{{Categorize|Help}}

Revision as of 02:50, 18 June 2010

First time contributor? Take a look at Creating an Item Page for some of the basics.

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.

Use the Sandbox for "testing" purposes.

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
No table of contents __NOTOC__  
Italicize 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''
Sign your posts
on talk pages
~~~~ Username 05:44,
24 August 2026 (UTC)
Image [[Image:Kingdom reborn icon.jpg]] File:Kingdom reborn icon.jpg
Thumbnail image [[Image:Kingdom reborn icon.jpg|thumb|Caption text]]
Applies only at the beginning of the line
Headings
of different sizes
A Table of Contents will
automatically be generated
when four headings are
added to an article.
=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
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
Horizontal line ----

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.

If you would like to help edit but don't know where to start, see the UOGuide Priorities page.

Template:Categorize