Help:Hyperlinks

From LinuxMCE
Revision as of 06:11, 30 September 2012 by Mcefan (Talk | contribs) (Created page with "{{nav}} This article shows you how interlink your pages. ==Symbols== :The link symbols are the square bracket: <nowiki>[ ]</nowiki> :To link to articles, use the double squa...")

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
Home | Editing help | Table of contents (2)



This article shows you how interlink your pages.

Symbols

The link symbols are the square bracket: [ ]
To link to articles, use the double square brackets: [[ ]].
For URLs, single brackets are used: [ ]
The pipe symbol ( | ) is the separator between the page name and the text to display for internal links.


A link in external link style can be of the forms:

  • target: http://meta.wikimedia.org/ is rendered as http://meta.wikimedia.org/
  • [ target label ], with a blank space in between: [http://meta.wikimedia.org/ wikimedia] which gives wikimedia
  • [ target ] - these are automatically labelled with serial numbers 1, 2, 3, ...: [http://meta.wikimedia.org/] gives [1]

The target is a URL which can start with "http://" or "ftp://";

"file://" does not work by default. If enabled it only works in MSIE. To enable it, add a $wgUrlProtocols entry to LocalSettings.php; see the $wgUrlProtocols in DefaultSettings.php for example.