Help:Wiki markup

From Terra Nova Wiki

This page is a tutorial for learning to work with the essential rules of wiki-formatted text, or "wikitext". Wikitext is designed to be as simple as possible so that an article may be quickly typed and styled without having to take a break to type out long HTML codes. The goal is to make it as easy as possible to channel your thoughts into writing the perfect article (or even a not-so-perfect article!).

Contents

Text formatting

Creating italicized or bold text is the simplest rule — simply use the apostrophe character in groups of two or three to create the style. (Be sure to use the "straight" apostrophe and not the curved "smart quote" characters used in some text editors and word processors!)

What you type What you see
''italicized text'' italicized text
'''bold text''' bold text
'''''italicized and bold text''''' italicized and bold text

To create a tabbed list or a block of text using a monospace font, start the line with a space. (Be sure not to make the line too long, or it will stretch the page horizontally!) Text can also be indented in blockquotes using the colon character.

What you type What you see
Preformatted text
Preformatted text
: Indented text
Indented text

Lists

Both unordered and numbered lists are simple to create as well: simply use the asterisk or hash characters at the beginning of a line to create the entry. To create nested lists, simply add an extra asterisk or hash to the front of the line. You can even mix and match the kinds of list in a single group!

What you type What you see
* Item One
* Item Two
  • Item One
  • Item Two
# Item One
# Item Two
  1. Item One
  2. Item Two
* Item One
** Item Two
  • Item One
    • Item Two
* Item One
*# Item Two
  • Item One
    1. Item Two
; term : definition
term 
definition

Links and URLs

In a wiki, it's important to help build the web by creating links to other articles in every appropriate context. Use the following techniques to create "free links" to other articles:

What you type What you see
[[Terra Nova]] Terra Nova
[[Terra Nova (series)|Terra Nova]] Terra Nova
[[Terra Nova Wiki:Administrators]] Terra Nova Wiki:Administrators
[[Terra Nova Wiki:Administrators|Admins]] Admins

You can also make external links to other websites using the following formatting rules:

What you type What you see
[[Wikipedia:Terra Nova]] Wikipedia:Terra Nova
[[Wikipedia:Terra Nova|Terra Nova]] Terra Nova
http://terranova.wikkii.com/ http://terranova.wikkii.com/
[http://terranova.wikkii.com/] [1]

Sections

If an article is long enough, you can divide the page into different sections. The wiki will automatically generate a table of contents based on the content for all articles with more than three sections.

You can also create a horizontal divider by using four dashes in a row.

What you type What you see
== Header Two == Header Two
=== Header Three === Header Three
==== Header Four ==== Header Four
----

Images and other media

Description Example
Images can be added pretty much anywhere on the page by simply adding [[File:(Picture).jpg]].





Wiki-logo1.jpg
The size of the images can be changes by adding [[File:(Picture).jpg|250px]] and the images can be aligned to either the left or the right by adding [[File:(Picture).jpg|left or |right]]






Wiki-logo1.jpg
Images can also be given a description and a thumbnail link by adding [[File:(Picture).jpg|thumb and then adding the description at the end.






Description here

Templates

Templates allow for information to be quickly displayed in a neat fashion. There are two types Infobox templates and other templates. They are used by either copying the 'usage' code from their page or by placing {{Template}} on the page. Some templates can have information that can be changed by adding {{Template|Information}}, each templates page can describe how to do each function. For other help ask an admin.

Suppressing markup

It's also possible to tell MediaWiki to ignore any of the above rules using a simple tag:

What you type What you see
<nowiki>'''text here'''</nowiki> '''text here'''