Difference between revisions of "Help:Wiki Markup"
| Line 1: | Line 1: | ||
| − | <center><p><FONT color="#800000" face="Monotype Corsiva" size="15">Wiki | + | <center><p><FONT color="#800000" face="Monotype Corsiva" size="15">Wiki Markup Notations</font></p></center> |
__NOTOC__ | __NOTOC__ | ||
| Line 71: | Line 71: | ||
======Level 6====== | ======Level 6====== | ||
|- | |- | ||
| − | | style="padding:3px 3px 15px 3px;" | Bullet | + | | style="padding:3px 3px 15px 3px;" | Bullet List |
| style="padding:3px 3px 15px 3px;" | <code>* one</code><br /><code>* two</code><br /><code>** two point one</code><br /><code>* three</code> | | style="padding:3px 3px 15px 3px;" | <code>* one</code><br /><code>* two</code><br /><code>** two point one</code><br /><code>* three</code> | ||
| style="padding:3px 3px 15px 3px;" | | | style="padding:3px 3px 15px 3px;" | | ||
| Line 79: | Line 79: | ||
* three | * three | ||
|- | |- | ||
| − | | style="padding:3px 3px 15px 3px;" | Numbered | + | | style="padding:3px 3px 15px 3px;" | Numbered List |
| style="padding:3px 3px 15px 3px;" | <code># one</code><br /><code># two</code><br /><code>## two point one</code><br /><code># three</code> | | style="padding:3px 3px 15px 3px;" | <code># one</code><br /><code># two</code><br /><code>## two point one</code><br /><code># three</code> | ||
| style="padding:3px 3px 15px 3px;" | | | style="padding:3px 3px 15px 3px;" | | ||
| Line 87: | Line 87: | ||
# three | # three | ||
|- | |- | ||
| − | | style="padding:3px 3px 15px 3px;" | Definition | + | | style="padding:3px 3px 15px 3px;" | Definition List |
| style="padding:3px 3px 15px 3px;" | <code>;Definition</code><br /><code>:item 1</code><br /><code>:item 2</code> | | style="padding:3px 3px 15px 3px;" | <code>;Definition</code><br /><code>:item 1</code><br /><code>:item 2</code> | ||
| style="padding:3px 3px 15px 3px;" | | | style="padding:3px 3px 15px 3px;" | | ||
| Line 94: | Line 94: | ||
:item 2 | :item 2 | ||
|- | |- | ||
| − | | style="padding:3px 3px 15px 3px;" | | + | | style="padding:3px 3px 15px 3px;" | Indenting Text |
| − | | style="padding:3px 3px 15px 3px;" | | + | | style="padding:3px 3px 15px 3px;" | no indent (normal)<br><nowiki>:first indent</nowiki><br><nowiki>::second indent</nowiki><br><nowiki>:::third indent</nowiki> |
| − | | style="padding:3px 3px 15px 3px;" | | + | | style="padding:3px 3px 15px 3px;" |no indent (normal)<br>:first indent<br>::second indent<br>:::third indent |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
| − | | style="padding:3px 3px 15px 3px;" | Horizontal | + | | 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;" | | ||
---- | ---- | ||
Revision as of 03:47, 18 June 2010
Wiki Markup Notations
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 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 |
|
| Thumbnail image | [[Image:LoStitle.png|thumb|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 1Level 2Level 3Level 4Level 5Level 6 |
| Bullet List | * one* two** two point one* three
|
|
| Numbered List | # one# two## two point one# three
|
|
| Definition List | ;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> |
|
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 page.
