Difference between revisions of "Help:Links"
(added example of named file link) |
m (→Internal links: - changed to Template:Anchor) |
||
Line 35: | Line 35: | ||
|<pre>[[#See also]]</pre> | |<pre>[[#See also]]</pre> | ||
[[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.<br/> | [[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.<br/> | ||
− | Additional anchors can be added with | + | Additional anchors can be added with the [[Template:Anchor|<nowiki>{{Template:Anchor}}</nowiki>]]. |
|[[#See also]] | |[[#See also]] | ||
|- | |- | ||
Line 67: | Line 67: | ||
[[:file:example.pdf|Alternative Text]] | [[:file:example.pdf|Alternative Text]] | ||
|} | |} | ||
− | |||
== External links == | == External links == |
Latest revision as of 13:03, 8 May 2011
There are two sorts of links in MediaWiki:
- internal links to other pages in the wiki
- external links to other websites
Internal links
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already it is displayed in blue, if it does not, in red. Selflinks to the current page are not transformed in URLs but displayed in bold. (If you really want to link to the current page, use an anchor (see below), or [[#top|current page]] which always links to the top.)
The first letter of the target page is automatically capitalized, unless otherwise set by the admins, and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text).
Description | You type | You get |
---|---|---|
Internal link | [[Main Page]] |
Main Page |
Piped link | [[Main Page|different text]] |
different text |
Shortened sort-of-piped link | [[Internationalisation]]s |
Internationalisations |
Redirect | #REDIRECT [[Main Page]] See also Help:Redirects |
→ Main Page |
Internal link to an anchor | [[#See also]] Section headings and the top of the page are automatically anchored. |
#See also |
Internal link to an anchor at another page | [[Help:Images#See also]] |
Help:Images#See also |
Internal link to a subpage | [[/example]] Shortcut for [[Help:Links/example]]. See also Help:Subpages. |
/example |
Internal link to a subpage without the leading slash | [[/example/]] Shortcut for [[Help:Links/example|example]]. |
example |
Internal link to a category page | [[:Category:Help]] See also Help:Categories |
Category:Help |
Internal link to an image or a file of other types. | Added colon before file, suppress print of file name.
[[media:example.jpg]] [[media:example.pdf]] [[:file:example.pdf|Alternative Text]] See also Help:Images |
media:example.jpg |
External links
Description | You type | You get |
---|---|---|
External link | http://mediawiki.org |
http://mediawiki.org |
External link with different label | [http://mediawiki.org MediaWiki] |
MediaWiki |
Numbered external link | [http://mediawiki.org] |
[1] |
External link with file icons | [http://en.wikipedia.org/wiki/.avi video] [http://en.wikipedia.org/wiki/.ogg sound] [http://en.wikipedia.org/wiki/.pdf document] Currently supported extensions: ogm, avi, mpeg, mpg (video); ogg, mid, midi, mp3, wav, wma (audio); and pdf (document) |
|
External link to the same host | [http://{{SERVERNAME}}/pagename] |
[2] |
External link to other host passing the pagename | [http://google.com/search?q={{PAGENAMEE}}] |
[3] |
Mailto link | [mailto:info@example.org email me] |
email me |
Mailto named with subject line and body | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] |
info |
How to avoid auto-links
By default, when you write a URL as is, it will be transformed to an external link.
To avoid that effect, put the URL between <nowiki>
tags as in:
<nowiki>http://mediawiki.org</nowiki>