Difference between revisions of "Sandbox"
(Emailtest) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Welcome to the sandbox. You can play around here and learn the basics of [[MediaWiki]] editing. | Welcome to the sandbox. You can play around here and learn the basics of [[MediaWiki]] editing. | ||
− | There are some examples on this page. For a comprehensive manual on using [[MediaWiki]] visit their [http://meta.wikimedia.org/wiki/Help:Contents manual/help page]. | + | There are some examples on this page. For a comprehensive manual on using [[MediaWiki]] visit their [http://meta.wikimedia.org/wiki/Help:Contents manual/help page] or our [[Help:Formatting|help page]]. |
Line 64: | Line 64: | ||
breaks. | breaks. | ||
+ | |||
+ | |||
+ | == About links == | ||
+ | |||
+ | '''Internal links'''<br/> | ||
+ | Code:<br/> | ||
+ | <nowiki>[[Some Wiki Page|My page]]</nowiki> | ||
+ | Results in:<br/> | ||
+ | [[Some Wiki Page|My page]] : Links to the wiki page "Some Wiki Page" and displays "My page" as the link. If the text after the pipe (|) is ommited, then the page name e.g. "Some Wiki Page" will display as the link. | ||
+ | |||
+ | '''External links'''<br/> | ||
+ | Code:<br/> | ||
+ | <nowiki>[http://www.google.com Google]</nowiki> | ||
+ | Results in:<br/> | ||
+ | [http://www.google.com Google] : Links to the external site "<nowiki>http://www.google.com</nowiki>" and displays "Google" as the link. Text after the URL (separated by a space) is handled as plain text for the link. Simply typing an URL e.g. http://www.google.com will shown the full URL as a link. | ||
Latest revision as of 10:22, 25 August 2010
Welcome to the sandbox. You can play around here and learn the basics of MediaWiki editing.
There are some examples on this page. For a comprehensive manual on using MediaWiki visit their manual/help page or our help page.
This is a heading
This is a sub heading
Normal text
Italic text
Bold text
Bold italic text
Big Font
Typewrither Font
Bulleted items:
- Level 1
- Level 1
- Level 2
- Level 3
- Level 2
- Level 2
Numbered items:
- Level 1
- Level 1
- Level 2
- Level 3
- Level 2
- Level 2
- Level 1
Indenting
- A colons (:) indents (Tab) a paragraph or line.
- The more you colon the more you indent
- Until it gets out of hand...
- Or not... :)
- Until it gets out of hand...
- The more you colon the more you indent
The "pre" command preseves formatting and types in a block (very nice for computer code)
You can do the same by using a leading space
About line breaks
Merely pressing enter does not make line breaks.
Adding the
break command
does.
Double enter
makes paragraph
breaks.
About links
Internal links
Code:
[[Some Wiki Page|My page]]
Results in:
My page : Links to the wiki page "Some Wiki Page" and displays "My page" as the link. If the text after the pipe (|) is ommited, then the page name e.g. "Some Wiki Page" will display as the link.
External links
Code:
[http://www.google.com Google]
Results in:
Google : Links to the external site "http://www.google.com" and displays "Google" as the link. Text after the URL (separated by a space) is handled as plain text for the link. Simply typing an URL e.g. http://www.google.com will shown the full URL as a link.
Happy wiki'ing (by the way, these are lines, use sparingly)