<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aafnrp.cipul.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3ALinks</id>
	<title>Help:Links - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aafnrp.cipul.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Help%3ALinks"/>
	<link rel="alternate" type="text/html" href="https://aafnrp.cipul.com/wiki/index.php?title=Help:Links&amp;action=history"/>
	<updated>2026-04-29T18:08:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://aafnrp.cipul.com/wiki/index.php?title=Help:Links&amp;diff=38&amp;oldid=prev</id>
		<title>WikiSysop: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://aafnrp.cipul.com/wiki/index.php?title=Help:Links&amp;diff=38&amp;oldid=prev"/>
		<updated>2010-01-09T19:55:24Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PD Help Page}}&lt;br /&gt;
There are four sorts of links in MediaWiki: &lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;[[#Internal links|internal links]]&amp;#039;&amp;#039;&amp;#039; to other pages in the wiki&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;[[#External links|external links]]&amp;#039;&amp;#039;&amp;#039; to other websites&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;[[#Interwiki links|interwiki links]]&amp;#039;&amp;#039;&amp;#039; to other websites registered to the wiki in advance&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;[[#Interlanguage links|Interlanguage links]]&amp;#039;&amp;#039;&amp;#039; to other websites registered as other language versions of the wiki&lt;br /&gt;
&lt;br /&gt;
== Internal links ==&lt;br /&gt;
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&amp;#039;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.&lt;br /&gt;
Selflinks to the current page are not transformed in URLs but displayed in bold.&lt;br /&gt;
(If you really want to link to the current page, use an anchor (see below), or &amp;lt;nowiki&amp;gt;[[#top|current page]]&amp;lt;/nowiki&amp;gt; which always links to the top.)&lt;br /&gt;
&lt;br /&gt;
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).&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Description&lt;br /&gt;
!You type&lt;br /&gt;
!You get&lt;br /&gt;
|-&lt;br /&gt;
|Internal link&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[Main Page]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[[Main Page]]&lt;br /&gt;
|-&lt;br /&gt;
|Piped link &lt;br /&gt;
|&amp;lt;pre&amp;gt;[[Main Page|different text]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[[Main Page|different text]]	&lt;br /&gt;
|-&lt;br /&gt;
|Shortened sort-of-piped link &lt;br /&gt;
|&amp;lt;pre&amp;gt;[[Internationalisation]]s&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[[Internationalisation]]s&lt;br /&gt;
|-&lt;br /&gt;
|Redirect&lt;br /&gt;
|&amp;lt;pre&amp;gt;#REDIRECT [[Main Page]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
See also [[Help:Redirects]]&lt;br /&gt;
| &amp;amp;rarr; [[Main Page]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to an anchor&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[#See also]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.&lt;br /&gt;
|[[#See also]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to an anchor at another page&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[Help:Images#See also]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[[Help:Images#See also]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to the current page&amp;#039;s talk page&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[{{TALKPAGENAME}}|Discussion]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
See also [[Help:Magic_words#Page_names]]&lt;br /&gt;
|[[{{TALKPAGENAME}}|Discussion]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to a subpage&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[/example]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
Shortcut for &amp;lt;nowiki&amp;gt;[[Help:Links/example]]&amp;lt;/nowiki&amp;gt;. See also [[Help:Subpages]].&lt;br /&gt;
|[[/example]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to a category page&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[:Category:Help]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
See also [[Help:Categories]]&lt;br /&gt;
|[[:Category:Help]]&lt;br /&gt;
|-&lt;br /&gt;
|Internal link to an image or a file of other types&lt;br /&gt;
|&amp;lt;pre&amp;gt;[[media:example.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[media:example.pdf]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
See also [[Help:Images]]&lt;br /&gt;
|[[media:example.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[media:example.pdf]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!style=&amp;quot;width:15%&amp;quot;|Description&lt;br /&gt;
!style=&amp;quot;width:45%&amp;quot;|You type&lt;br /&gt;
!style=&amp;quot;width:40%&amp;quot;|You get&lt;br /&gt;
|-&lt;br /&gt;
|External link&lt;br /&gt;
|&amp;lt;pre&amp;gt;http://mediawiki.org&amp;lt;/pre&amp;gt;&lt;br /&gt;
|http://mediawiki.org&lt;br /&gt;
|-&lt;br /&gt;
|External link with different label&lt;br /&gt;
|&amp;lt;pre&amp;gt;[http://mediawiki.org MediaWiki]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[http://mediawiki.org MediaWiki]&lt;br /&gt;
|-&lt;br /&gt;
|External link numbered&lt;br /&gt;
|&amp;lt;pre&amp;gt;[http://mediawiki.org]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[http://mediawiki.org]&lt;br /&gt;
|-&lt;br /&gt;
|External link icons&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
[http://en.wikipedia.org/wiki/.avi video]&lt;br /&gt;
[http://en.wikipedia.org/wiki/.wav sound]&lt;br /&gt;
[http://en.wikipedia.org/wiki/.pdf document]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
External link icons may differ depending on the file type of the target.&lt;br /&gt;
|&lt;br /&gt;
[http://en.wikipedia.org/wiki/.avi video]&lt;br /&gt;
[http://en.wikipedia.org/wiki/.wav sound]&lt;br /&gt;
[http://en.wikipedia.org/wiki/.pdf document]&lt;br /&gt;
|-&lt;br /&gt;
|External link to the same host&lt;br /&gt;
|&amp;lt;pre&amp;gt;[http://{{SERVERNAME}}/pagename]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[http://{{SERVERNAME}}/pagename]&lt;br /&gt;
|-&lt;br /&gt;
|External link to other host passing the pagename&lt;br /&gt;
|&amp;lt;pre&amp;gt;[http://google.com/search?q={{PAGENAMEE}}]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[http://google.com/search?q={{PAGENAMEE}}]&lt;br /&gt;
|-&lt;br /&gt;
|Mailto link&lt;br /&gt;
|&amp;lt;pre&amp;gt;[mailto:info@example.org email me]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[mailto:info@example.org email me]&lt;br /&gt;
|-&lt;br /&gt;
|Mailto named with subject line and body&lt;br /&gt;
|&amp;lt;pre&amp;gt;[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;amp;body=Body%20Text info]&amp;lt;/pre&amp;gt;&lt;br /&gt;
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;amp;body=Body%20Text info]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{admin tip|tip=&lt;br /&gt;
Which protocols (like http:) are allowed for links is controlled by the {{mediawiki|Manual:$wgUrlProtocols|$wgUrlProtocols}}&amp;lt;!--Should these admin tips even be here? This is supposed to be end user help is it not? --&amp;gt; setting. &lt;br /&gt;
}}&lt;br /&gt;
{{admin tip|tip=&lt;br /&gt;
To remove the “external link icons“ from next to each of the external links, add the following to the page located at &amp;lt;code&amp;gt;MediaWiki:Monobook.css&amp;lt;/code&amp;gt; on your wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
#bodyContent a.external,&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;gopher://&amp;quot;] {&lt;br /&gt;
        background: none;&lt;br /&gt;
        padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== How to avoid auto-links ===&lt;br /&gt;
By default, when you write a URL as is, it will be transformed to an external link.&lt;br /&gt;
&lt;br /&gt;
To avoid that effect, put the URL between &amp;lt;code&amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;&amp;lt;/code&amp;gt; tags as in:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;http://mediawiki.org&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Interwiki links ==&lt;br /&gt;
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 &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[wikipedia:Sunflower]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which will result in a link [[wikipedia:Sunflower]]. This is because &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://en.wikipedia.org/wiki/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is registered to your wiki by default with the prefix of &amp;lt;code&amp;gt;wikipedia&amp;lt;/code&amp;gt;. &amp;#039;&amp;#039;This link may not work properly, if the admin of your wiki has changed the setting.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Similar to internal page links, you can create piped links, with alternate link label, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[wikipedia:Sunflower|big yellow flower]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Basically this is an abbreviation for longer URLs. A very similar link could be created as a normal external link by typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[http://en.wikipedia.org/wiki/Sunflower Sunflower]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, 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.&lt;br /&gt;
&lt;br /&gt;
{{admin tip|tip=See {{mediawiki|Manual:Interwiki}} for the management of interwiki links of your wiki.}}&lt;br /&gt;
&lt;br /&gt;
=== Interlanguage links ===&lt;br /&gt;
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}}}}.”&lt;br /&gt;
&lt;br /&gt;
Interlanguage links behave similar to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;language prefix&amp;#039;&amp;#039;:pagename]]&amp;lt;/code&amp;gt; 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]]).&lt;br /&gt;
&lt;br /&gt;
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.  &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[:en:Sunflower]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Help:Linked images|Linked images]]&lt;br /&gt;
&lt;br /&gt;
{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Help|Links]]&lt;br /&gt;
[[Category:Link]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>