Changes
→External links to internal pages: Not always an arrow, depending on link destination and skin
{{PD Help Page}}
There are four sorts of links in MediaWiki:
# '''[[#Internal links|internal links]]''' to other pages in the wiki
|Piped link
|<pre>[[Main Page|different text]]</pre>
See also {{mediawiki|Meta:Help:Piped link}}
|[[Main Page|different text]]
|-
|Hide namespace shortcut
|<pre>[[Help:Contents|]]</pre>
Short for <nowiki>[[Help:Contents|Contents]]</nowiki>
|[[Help:Contents|Contents]]
|-
|Word-ending links
|<pre>
[[Help]]s
[[Help]]ing
[[Help]]ers
[[Help]]anylettersyoulikehere
</pre>
|
[[Help]]s
[[Help]]ing
[[Help]]ers
[[Help]]anylettersyoulikehere
|-
|Avoiding word-ending links
|<pre>
[[Help]]<nowiki />ful advice
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
</pre>
|
[[Help]]<nowiki />ful advice
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
|-
|Redirect
[[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.
|[[#See also]]
|-
|Internal link to an anchor from different text
|<pre>[[#See also|different text]]</pre>
|[[#See also|different text]]
|-
|Setting an internal link anchor
|<pre><div id="NameOfAnchorHere">optional text</div></pre>
Omit the "optional text" for invisible anchor.
|<div id="NameOfAnchorHere">optional text</div>
|-
|Internal link to an anchor at another page
|Internal link to a subpage
|<pre>[[/example]]</pre>
Shortcut for <nowiki>[[Help:Links/example]]</nowiki>. See also [[Help:Subpages]].
|[[/example]]
|-
|Internal link to a subpage without the leading slash
|<pre>[[/example/]]</pre>
Shortcut for <nowiki>[[Help:Links/example|example]]</nowiki>.
|[[/example/]]
|-
|Internal link to a category page
[[media:example.pdf]]
|-
|Internal link to the user's user page
|<pre>[[Special:MyPage]]</pre>
|[[Special:MyPage]]
|}
== External links ==
To add an external link, enclose the name of the page you want to link to in single square brackets. When you save the page, you'll see the new link pointing to your page, with an arrow icon after it to show that it was coded with single bracket external link syntax, and thus may lead to another site. {| border="1" class="wikitable"
!style="width:15%"|Description
!style="width:45%"|You type
|-
|External link
|<prett><nowiki>http://mediawiki.org</prenowiki></tt>
|http://mediawiki.org
|-
|External link with different label
|<prett><nowiki>[http://mediawiki.org MediaWiki]</prenowiki></tt>
|[http://mediawiki.org MediaWiki]
|-
|External Numbered external link numbered|<prett><nowiki>[http://mediawiki.org]</prenowiki></tt>
|[http://mediawiki.org]
|-
|External link links with file icons|<prett><nowiki>
[http://en.wikipedia.org/wiki/.avi video]
[http://en.wikipedia.org/wiki/.wav ogg sound]
[http://en.wikipedia.org/wiki/.pdf document]
</prenowiki></tt><small>See [[#External link icons may differ depending on the file type of the target]] for currently supported icons and extensions.</small>
|
[http://en.wikipedia.org/wiki/.avi video]<br/>[http://en.wikipedia.org/wiki/.wav ogg sound]<br/>[http://en.wikipedia.org/wiki/.pdf document]<br/>
|-
|External link to the same host
|<prett><nowiki>[http://{{SERVERNAME}}/pagename]</prenowiki></tt>|[http://{{SERVERNAME}}/pagename]
|-
|External link to other host passing the pagename
|<prett><nowiki>[http://google.com/search?q={{PAGENAMEE}}]</prenowiki></tt>|[http://google.com/search?q={{PAGENAMEE}}]
|-
|Mailto link
|<prett><nowiki>[mailto:info@example.org email me]</prenowiki></tt>
|[mailto:info@example.org email me]
|-
|Mailto named with subject line and body
|<prett><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</prenowiki></tt>
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]
|}
=== How to avoid auto-links ===
== Interwiki links ==
Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the Sunflower article on http://en.wikipedia.org by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This is because <code><nowiki>http://en.wikipedia.org/wiki/</nowiki></code> is registered to your wiki by default with the prefix of <code>wikipedia</code>. ''This link may not work properly, if the admin of your wiki has changed the setting.''Unlike internal links, interwiki links do not use page existence detection, so an interwiki link will appear blue even if the page does not exist on the remote wiki.
Similar to internal page links, you can create piped links, with alternate link label, e.g. <code><nowiki>[[wikipedia:Sunflower|big yellow flower]]</nowiki></code>.
Basically this is an abbreviation for longer URLs. A very similar link could be created as a normal external link by typing <code><nowiki>[http://en.wikipedia.org/wiki/Sunflower Sunflowerbig yellow flower]</nowiki></code>, but interwiki links allow you to type out an easy and compact link, almost as if you are linking to a page on your own wiki.
More details are at {{admin tipmediawiki|tip=See Manual:Interwiki}}. To edit the {{mediawiki|Manual:Interwikitable|interwiki table}} for the management of interwiki links of on your wiki.site, see the {{mediawiki|Extension:InterWiki|InterWiki extension}}.
=== Interlanguage links ===
If your wiki has other language versions, you may find “interlanguage links” in the [[Help:Navigation#Sidebar|sidebar]], just below [[Help:Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.”
Interlanguage links behave similar similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type <code><nowiki>[[</nowiki>''language prefix'':pagename]]</code> wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the [[wikipedia:ISO 639|ISO language code]]).
If you want to make the interlanguage link to appear in the content of the page, you can add a colon before the language prefix, e. g. ::<code><nowiki>[[:en:Sunflower]]</nowiki></code>→ '''[[:en:Sunflower]]''' When link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''.
== See also ==
* [[Help:Linked images|Linked images]]
* [[meta:Help:Links]]
{{Languages}}
[[Category:Help|Links]]
[[Category:Link|Links]]