Difference between revisions of "Help:Contents"

m (Formatting: Added some more options.)
(adding video tutorial)
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
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.
+
<video type="youtube" id="tdsyRR0afV8" annotation=no position="right" frame="true" />
 +
__NOTOC__
 +
Is this your first visit to UOGuide? Be sure to read our [[UOGuide:Introduction|introduction page]] on how you can help out the site.
 +
* '''Watch the Video Tutorial''' - If you are brand new and have never edited a wiki before.
 +
* '''Ask a Question''' - If you need any help, post a message in the [http://forum.uoguide.com/viewforum.php?f=3 UOGuide Discussion Forum]. A reply will be made to your comment, so check back regularly.
 +
* '''Sandbox''' - Feel free to use the [[UOGuide:Sandbox|Sandbox]] for getting a feel of the editing system. Don't worry about overwriting what is already there. It is meant as a playground to get you started.
  
Use the [[Sandbox]] for "testing" purposes.
+
==Editing Toolbar==
 +
[[File:Uoguide_editing_toolbar.jpg|thumb|The toolbar makes it quick and easy to format articles.]]
 +
When you are editing a page on UOGuide a helpful toolbar is located above the page text area. There are two modes for using the buttons:
 +
* '''Insert''' - Place your cursor at the location you want and press the icon, the code will be inserted at the cursor location.
 +
* '''Select''' - Highlight the text you want to format and press the icon, the code will surround the selected text.
 +
===Icons===
 +
[[File:uoguide toolbar icon bold.png|link=]] - Bold Text<br />
 +
[[File:uoguide toolbar icon italic.png|link=]] - Italic Text<br />
 +
[[File:uoguide toolbar icon link.png|link=]] - Opens a menu to create an internal or external site link<br />
 +
[[File:uoguide toolbar icon file.png|link=]] - Opens a menu to embed an image<br />
 +
[[File:uoguide toolbar icon reference.png|link=]] - Opens a menu to create a cited reference
 +
====Advanced====
 +
'''Heading''' - Inserts a section heading of the size you select<br />
 +
[[File:uoguide toolbar icon bulletlist.png|link=]] - Create bullet list<br />
 +
[[File:uoguide toolbar icon numberlist.png|link=]] - Create numbered list<br />
 +
[[File:uoguide toolbar icon nowiki.png|link=]] - Prevent text being altered by wiki formatting<br />
 +
[[File:uoguide toolbar icon newline.png|link=]] - Insert a line break<br />
 +
[[File:uoguide toolbar icon largetext.png|link=]] - Make text larger<br />
 +
[[File:uoguide toolbar icon smalltext.png|link=]] - Make text smaller<br />
 +
[[File:uoguide toolbar icon superscript.png|link=]] - Raise text a little (superscript)<br />
 +
[[File:uoguide toolbar icon subscript.png|link=]] - Lower text a little (subscript)<br />
 +
[[File:uoguide toolbar icon gallery.png|link=]] - Creates an image gallery<br />
 +
[[File:uoguide toolbar icon redirect.png|link=]] - Inserts code to create page redirect<br />
 +
[[File:uoguide toolbar icon table.png|link=]] - Opens a menu to create a table<br />
 +
[[File:uoguide toolbar icon search.png|link=]] - Opens a menu to search and replace text in the article
  
==Formatting==
+
====Special Characters====
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:
+
Shows characters for many different languages. The symbols section is probably the most useful out of these.
 +
====Help====
 +
Shows a quick reference to explain common formatting code.
 +
==Wiki Formatting==
 +
Here are more detailed explanations and examples of how wiki formatting works.
  
<div align="center">
+
{| class="uoguidetable leftalign"
{| style="border:1px solid #B8C7D9; text-align:left;  background:#f5faff; font-size: 95%;"
+
 
|-
 
|-
| width="25%" style="background: #cedff2; padding: 3px 5px; text-align:center;"|'''Description'''
+
! '''Description'''
| style="background: #cedff2; padding: 3px 5px; text-align:center;"|'''You type'''
+
! '''You Type'''
| width="25%" style="background: #cedff2;a padding: 3px 5px; text-align:center;"|'''You get'''
+
! '''You Get'''
 
|-
 
|-
| colspan="3" style="background: #cedff2; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
+
! colspan="3" style="font-weight:normal;" | Applies anywhere
 
|-
 
|-
|Italicise text
+
| '''Italicize Text'''
|
+
| {{Monospace|<nowiki>''italic''</nowiki>}}
<tt><nowiki>''italic''</nowiki></tt><br>
+
| ''italic''
<tt><nowiki><i>italic</i></nowiki></tt>
+
|
+
''italic''
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Bold Text'''
 +
| {{Monospace|<nowiki>'''bold'''</nowiki>}}
 +
| '''bold'''
 
|-
 
|-
|Bold text
+
| '''Bold and Italic'''
|
+
| {{Monospace|<nowiki>'''''bold & italic'''''</nowiki>}}
<tt><nowiki>'''bold'''</nowiki></tt><br>
+
| '''''bold & italic'''''
<tt><nowiki><b>bold</b></nowiki></tt>
+
|
+
'''bold'''
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Internal Link'''{{Line Break}}(within UOGuide)
 +
| {{Monospace|<nowiki>[[Name of Page]]</nowiki>{{Line Break}}<nowiki>[[Name of Page|Display
 +
Text]]</nowiki>}}
 +
| [[Name of Page]]{{Line Break}}[[Name of Page|Display Text]]
 
|-
 
|-
|Bold and italic
+
| '''External Link'''{{Line Break}}(to other websites)
|
+
| {{Monospace|<nowiki>[http://www.example.com]</nowiki>{{Line Break}}<nowiki>[http://www.example.com display text]</nowiki>{{Line Break}}<nowiki>http://www.example.com</nowiki>}}
<tt><nowiki>'''''bold & italic'''''</nowiki></tt><br>
+
| [http://www.example.com]{{Line Break}}[http://www.example.com display text]{{Line Break}}http://www.example.com
<tt><nowiki><b><i>bold & italic</i></i></nowiki></tt>
+
|
+
'''''bold & italic'''''
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Escape Wiki Markup'''
 +
| {{Monospace|<nowiki>''markup''</nowiki>{{Line Break}}<nowiki><nowiki>no ''markup''</nowiki></nowiki>}}
 +
| ''markup''{{Line Break}}<nowiki>no ''markup''</nowiki>
 
|-
 
|-
|Underline text
+
| '''Line Break'''
|
+
| {{Monospace|<nowiki>one{{Line Break}}two</nowiki>}}
<tt><nowiki><u>Underlined</u></nowiki></tt>
+
| one{{Line Break}}two
|
+
<u>Underlined</u>
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Monospace Text'''
 +
| {{Monospace|This text is not Monospace.{{Line Break}}<nowiki>{{Monospace|This text is Monospace.}}</nowiki>}}
 +
| This text is not Monospace.{{Line Break}}{{Monospace|This text is Monospace.}}
 
|-
 
|-
|Internal link<br />
+
| '''Sign Posts''' <br />on talk pages
(within UOGuide)
+
| <nowiki>~~~~</nowiki>
|
+
| [[User:Username|Username]] {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
<tt><nowiki>[[name of page]]</nowiki></tt><br />
+
<tt><nowiki>[[name of page|display text]]</nowiki></tt><br />
+
<tt><nowiki>#redirect [[Target page]]</nowiki></tt>
+
|
+
[[name of page]]<br />
+
[[name of page|display text]]<br />
+
[[Target page]]
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Image'''
 +
| <nowiki>[[File:Kingdom_reborn_icon.jpg]]</nowiki>
 +
| [[File:Kingdom_reborn_icon.jpg]]
 
|-
 
|-
|External link<br />
+
| '''Thumbnail Image'''
(to other websites)
+
| <nowiki>[[File:Kingdom_reborn_icon.jpg|thumb|Caption text]]</nowiki>
|
+
| [[File:Kingdom_reborn_icon.jpg|thumb|Caption text]]
<tt><nowiki>[http://www.example.com]</nowiki></tt><br />
+
<tt><nowiki>[http://www.example.com display text]</nowiki></tt><br />
+
<tt><nowiki>http://www.example.com</nowiki></tt>
+
|
+
[http://www.example.com]<br />
+
[http://www.example.com display text]<br />
+
http://www.example.com
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
! colspan="3" style="font-weight:normal;" | Applies only when placed at the beginning of a new line
 
|-
 
|-
|Escape wiki markup
+
| '''Section Headings'''
 +
| {{Monospace|<nowiki>==Level 1==</nowiki>{{Line Break}}<nowiki>===Level 2===</nowiki>{{Line Break}}<nowiki>====Level 3====</nowiki>{{Line Break}}<nowiki>=====Level 4=====</nowiki>}}
 
|
 
|
<tt><nowiki>''markup''</nowiki></tt><br />
 
<tt><nowiki><nowiki>no ''markup''</nowiki></nowiki></tt>
 
|
 
''markup''<br />
 
<nowiki>no ''markup''</nowiki>
 
|-
 
|colspan="3" style="border-top:1px solid #cee0f2;"|
 
|-
 
|
 
Sign your posts <br />
 
on talk pages
 
|
 
<nowiki>~~~~</nowiki>
 
|
 
[[User:Username|Username]] {{CURRENTTIME}}, <br />
 
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
 
|-
 
| colspan="3" style="background: #cedff2; padding: 3px 5px; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
 
|-
 
|Headings<br />
 
of different sizes
 
|
 
<tt><nowiki>==level 1==</nowiki></tt><br />
 
<tt><nowiki>===level 2===</nowiki></tt><br />
 
<tt><nowiki>====level 3====</nowiki></tt><br />
 
<tt><nowiki>=====level 4=====</nowiki></tt>
 
|
 
 
 
==Level 1==
 
==Level 1==
 
===Level 2===
 
===Level 2===
Line 111: Line 102:
 
=====Level 4=====
 
=====Level 4=====
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Bulleted List'''
|-
+
| {{Monospace|* one{{Line Break}}* two{{Line Break}}** two point one{{Line Break}}** two point two{{Line Break}}* three}}
|Bullet list
+
| style="padding:3px 3px 15px 3px;" |
|
+
<tt>&#42; one</tt><br />
+
<tt>&#42; two</tt><br />
+
<tt>&#42;&#42; two point one</tt><br />
+
<tt>&#42; three</tt>
+
|
+
 
* one
 
* one
 
* two
 
* two
 
** two point one
 
** two point one
 +
** two point two
 
* three
 
* three
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Numbered List'''
|-
+
| {{Monospace|# one{{Line Break}}# two{{Line Break}}## two point one{{Line Break}}## two point two{{Line Break}}# three}}
|Numbered list
+
|
+
<tt>&#35; one</tt><br />
+
<tt>&#35; two</tt><br />
+
<tt>&#35;&#35; two point one</tt><br />
+
<tt>&#35; three</tt>
+
 
|
 
|
 
# one
 
# one
 
# two
 
# two
 
## two point one
 
## two point one
 +
## two point two
 
# three
 
# three
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
| '''Indenting Text'''
|-
+
| {{Monospace|Definition{{Line Break}}: item 1{{Line Break}}: item 2}}
| Definition list
+
 
|
 
|
<tt>&#59;Definition</tt><br />
+
Definition
<tt>&#58;item 1</tt><br />
+
: item 1
<tt>&#58;item 2</tt>
+
: item 2
 +
|-
 +
| '''Create Table'''
 
|
 
|
;Definition
+
<pre>
:item 1
+
{|
:item 2
+
!Weapon
 +
!Weight
 +
!Swing Delay
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
+
|Katana
 +
|6 stones
 +
|2.5 seconds
 
|-
 
|-
|Unformatted text
+
|Longsword
|
+
|7 stones
<tt>&nbsp;&nbsp;a space at the</tt><br />
+
|3.5 seconds
<tt>&nbsp;&nbsp;beginning of each line</tt><br />
+
|}
<tt>&nbsp;&nbsp;creates unformatted</tt><br />
+
</pre>
<tt>&nbsp;&nbsp;monospaced text</tt>
+
 
|
+
{| class="wikitable"
a space at the
+
|<nowiki>{|</nowiki>
beginning of each line
+
| Table start
creates unformatted
+
monospaced text
+
 
|-
 
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
+
|<nowiki>|-</nowiki>
 +
| Table Row
 
|-
 
|-
|Thumbnail image
+
|<nowiki>!</nowiki>
 +
| Table Row for Header
 +
|-
 +
|<nowiki>|</nowiki>
 +
| Table Cell
 +
|-
 +
|<nowiki>|}</nowiki>
 +
| Table end
 +
|}
 
|
 
|
<nowiki>[[Image:Kingdom reborn icon.jpg|thumb|Caption text]]</nowiki>
+
{|
|
+
!Weapon
[[Image:Kingdom reborn icon.jpg|thumb|Caption text]]
+
!Weight
 +
!Swing Delay
 
|-
 
|-
|colspan="3" align="center" style="border-top:1px solid #B8C7D9;"|[[Help:Editing_Extended|Extended cheatsheet]]
+
|Katana
 +
|6 stones
 +
|2.5 seconds
 +
|-
 +
|Longsword
 +
|7 stones
 +
|3.5 seconds
 
|}
 
|}
</div>
+
|}
 +
==Editing Guidelines==
 +
'''<font color="red">Important Note</font>''': If you are a new contributor it is not nesessary to read any of the following pages. You are encouraged to contribute as best you can. If you become a regular contributor and want to learn a lot more about UOGuide editing there is the following:
 +
* [[Help:Article Layout]] - The ideal layout for articles
 +
* [[Help:Creating an Item Page]] - A tutorial on creating a new page
 +
* [[Help:Images]] - All about images
 +
* [[Help:Categories]] - All about categories
 +
* [[Help:Templates]] - All about templates
 +
* [[Help: Guild Website Hosting]] - All a guild needs to know about their website
 +
* [[Help: User Page]] - All a user needs to know about their own page
  
 
+
{{Help}}
__NOTOC__
+

Latest revision as of 17:00, 10 October 2016

Is this your first visit to UOGuide? Be sure to read our introduction page on how you can help out the site.

  • Watch the Video Tutorial - If you are brand new and have never edited a wiki before.
  • Ask a Question - If you need any help, post a message in the UOGuide Discussion Forum. A reply will be made to your comment, so check back regularly.
  • Sandbox - Feel free to use the Sandbox for getting a feel of the editing system. Don't worry about overwriting what is already there. It is meant as a playground to get you started.

Editing Toolbar

The toolbar makes it quick and easy to format articles.

When you are editing a page on UOGuide a helpful toolbar is located above the page text area. There are two modes for using the buttons:

  • Insert - Place your cursor at the location you want and press the icon, the code will be inserted at the cursor location.
  • Select - Highlight the text you want to format and press the icon, the code will surround the selected text.

Icons

Uoguide toolbar icon bold.png - Bold Text
Uoguide toolbar icon italic.png - Italic Text
Uoguide toolbar icon link.png - Opens a menu to create an internal or external site link
Uoguide toolbar icon file.png - Opens a menu to embed an image
Uoguide toolbar icon reference.png - Opens a menu to create a cited reference

Advanced

Heading - Inserts a section heading of the size you select
Uoguide toolbar icon bulletlist.png - Create bullet list
Uoguide toolbar icon numberlist.png - Create numbered list
Uoguide toolbar icon nowiki.png - Prevent text being altered by wiki formatting
Uoguide toolbar icon newline.png - Insert a line break
Uoguide toolbar icon largetext.png - Make text larger
Uoguide toolbar icon smalltext.png - Make text smaller
Uoguide toolbar icon superscript.png - Raise text a little (superscript)
Uoguide toolbar icon subscript.png - Lower text a little (subscript)
Uoguide toolbar icon gallery.png - Creates an image gallery
Uoguide toolbar icon redirect.png - Inserts code to create page redirect
Uoguide toolbar icon table.png - Opens a menu to create a table
Uoguide toolbar icon search.png - Opens a menu to search and replace text in the article

Special Characters

Shows characters for many different languages. The symbols section is probably the most useful out of these.

Help

Shows a quick reference to explain common formatting code.

Wiki Formatting

Here are more detailed explanations and examples of how wiki formatting works.

Description You Type You Get
Applies anywhere
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]]
Name of Page
Display Text
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''
Line Break one{{Line Break}}two one
two
Monospace Text This text is not Monospace.
{{Monospace|This text is Monospace.}}
This text is not Monospace.
This text is Monospace.
Sign Posts
on talk pages
~~~~ Username 16:04, 28 March 2024 (UTC)
Image [[File:Kingdom_reborn_icon.jpg]] Kingdom reborn icon.jpg
Thumbnail Image [[File:Kingdom_reborn_icon.jpg|thumb|Caption text]]
Caption text
Applies only when placed at the beginning of a new line
Section Headings ==Level 1==
===Level 2===
====Level 3====
=====Level 4=====

Level 1

Level 2

Level 3

Level 4
Bulleted List * one
* two
** two point one
** two point two
* three
  • one
  • two
    • two point one
    • two point two
  • three
Numbered List # one
# two
## two point one
## two point two
# three
  1. one
  2. two
    1. two point one
    2. two point two
  3. three
Indenting Text Definition
: item 1
: item 2

Definition

item 1
item 2
Create Table
{|
!Weapon
!Weight
!Swing Delay
|-
|Katana
|6 stones
|2.5 seconds
|-
|Longsword
|7 stones
|3.5 seconds
|}
{| Table start
|- Table Row
! Table Row for Header
| Table Cell
|} Table end
Weapon Weight Swing Delay
Katana 6 stones 2.5 seconds
Longsword 7 stones 3.5 seconds

Editing Guidelines

Important Note: If you are a new contributor it is not nesessary to read any of the following pages. You are encouraged to contribute as best you can. If you become a regular contributor and want to learn a lot more about UOGuide editing there is the following: