Difference between revisions of "Help:Markup"

From THCCwiki
Jump to navigation Jump to search
(Start off the edit help page)
 
(Basic wiki text help)
Line 1: Line 1:
Basic references whe editing a page
+
__NOTOC__
{{stub}}
+
Here are a few basic pointers on editing a page. For a more detailed description you can visit the [http://meta.wikimedia.org/wiki/Help:Editing MediaWiki guide].
 +
 
 +
== Formatting a wiki page ==
 +
 
 +
To make text bold, surround the text with three single quotes (ticks).
 +
 
 +
To make text italic, surround the text with two single quotes.
 +
 
 +
A blank line is used to indicate the end of a paragraph.
 +
Without a blank line, the text flows on in the same paragraph.
 +
 
 +
Headings use 2 or 3 = signs and lists use * or # signs.
 +
 
 +
<table cellspacing=0 cellpadding=10 border=1>
 +
<tr><td>'''This text'''<td>'''looks like this'''
 +
<tr><td valign=top>
 +
<pre><nowiki>
 +
==Main Heading==
 +
===Sub Heading===
 +
 
 +
'''To boldly go'''.
 +
 
 +
''Some italic text.''
 +
 
 +
*A list with bullets
 +
*Another item in the list
 +
**Nested item
 +
**'''Another''' nested item
 +
*Final item in this list
 +
 
 +
#A list with numbers
 +
#You can nest these as well
 +
##Nested numbered item
 +
##Nested numbered item
 +
#End of the numbered list
 +
</nowiki></pre>
 +
<td valign=top>
 +
==Main Heading==
 +
===Sub Heading===
 +
 
 +
'''To boldly go'''.
 +
 
 +
''Some italic text.''
 +
 
 +
*A list with bullets
 +
*Another item in the list
 +
**Nested item
 +
**'''Another''' nested item
 +
*Final item in this list
 +
 
 +
#A list with numbers
 +
#You can nest these as well
 +
##Nested numbered item
 +
##Nested numbered item
 +
#End of the numbered list
 +
</tr></table>
 +
 
 +
You can also use the toolbar buttons which appear above the text entry box. If you want to experiment with writing an entry, please do so in the [[sandbox]]. And finally, when you're editing you can always use the "Show preview" button to check how your entry will look, just remember to save your changes once you are happy with them.
 +
 
 +
== Linking to other wiki pages ==
 +
 
 +
To link to another page in the THCC wiki put two square brackets around the page name.
 +
 
 +
* For example, <code><nowiki>[[FAQ]]</nowiki></code> will change the word FAQ into a link to the FAQ page: [[FAQ]].
 +
 
 +
If you want the link to be different to the page name then follow the page name with a '''bar''' symbol and then the text that should be displayed.
 +
 
 +
* For example, <code><nowiki>[[FAQ|Frequently asked questions]]</nowiki></code> will create a link to the FAQ page but display this link spelled out in full: [[FAQ|Frequently asked questions]].
 +
 
 +
== Linking to web pages ==
 +
 
 +
To link to a web page outside this wiki, put one square bracket around the page address (URL) or just leave the URL alone.
 +
 
 +
* For example, <code><nowiki>[http://www.ukriversguidebook.co.uk/]</nowiki></code> produces a simple link like this [http://www.ukriversguidebook.co.uk/].
 +
 
 +
* Without the brackets, <code><nowiki>http://www.ukriversguidebook.co.uk/</nowiki></code> the URL is displayed as the link http://www.ukriversguidebook.co.uk/.
 +
 
 +
Again, if you want the link to be some specific text, rather than the URL itself, use brackets, follow the URL with a space and then the text that should be displayed.
 +
 
 +
* For example, <code><nowiki>[http://www.ukriversguidebook.co.uk/ UK Rivers Guide Book]</nowiki></code> produces [http://www.ukriversguidebook.co.uk/ UK Rivers Guide Book].
 +
 
 +
==More==
 +
 
 +
There is much more. Visit the [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia] or [http://meta.wikimedia.org/wiki/Help:Editing MediaWiki guide] to find out.
  
 
;Images
 
;Images

Revision as of 18:17, 13 May 2009

Here are a few basic pointers on editing a page. For a more detailed description you can visit the MediaWiki guide.

Formatting a wiki page

To make text bold, surround the text with three single quotes (ticks).

To make text italic, surround the text with two single quotes.

A blank line is used to indicate the end of a paragraph. Without a blank line, the text flows on in the same paragraph.

Headings use 2 or 3 = signs and lists use * or # signs.

This textlooks like this
==Main Heading==
===Sub Heading===

'''To boldly go'''.

''Some italic text.''

*A list with bullets
*Another item in the list
**Nested item
**'''Another''' nested item
*Final item in this list

#A list with numbers
#You can nest these as well
##Nested numbered item
##Nested numbered item
#End of the numbered list

Main Heading

Sub Heading

To boldly go.

Some italic text.

  • A list with bullets
  • Another item in the list
    • Nested item
    • Another nested item
  • Final item in this list
  1. A list with numbers
  2. You can nest these as well
    1. Nested numbered item
    2. Nested numbered item
  3. End of the numbered list

You can also use the toolbar buttons which appear above the text entry box. If you want to experiment with writing an entry, please do so in the sandbox. And finally, when you're editing you can always use the "Show preview" button to check how your entry will look, just remember to save your changes once you are happy with them.

Linking to other wiki pages

To link to another page in the THCC wiki put two square brackets around the page name.

  • For example, [[FAQ]] will change the word FAQ into a link to the FAQ page: FAQ.

If you want the link to be different to the page name then follow the page name with a bar symbol and then the text that should be displayed.

  • For example, [[FAQ|Frequently asked questions]] will create a link to the FAQ page but display this link spelled out in full: Frequently asked questions.

Linking to web pages

To link to a web page outside this wiki, put one square bracket around the page address (URL) or just leave the URL alone.

  • For example, [http://www.ukriversguidebook.co.uk/] produces a simple link like this [1].

Again, if you want the link to be some specific text, rather than the URL itself, use brackets, follow the URL with a space and then the text that should be displayed.

  • For example, [http://www.ukriversguidebook.co.uk/ UK Rivers Guide Book] produces UK Rivers Guide Book.

More

There is much more. Visit the Wikipedia or MediaWiki guide to find out.

Images
http://www.mediawiki.org/wiki/Help:Images
Tables
http://www.mediawiki.org/wiki/Help:Tables
http://en.wikipedia.org/wiki/Help:Table