Gamepedia Help Wiki
Register
No edit summary
(Undo revision 30645 by 216.8.236.112 (talk): вандализм)
Tag: Undo
(33 intermediate revisions by 21 users not shown)
Line 1: Line 1:
  +
{{tocright}}
 
There are five types of links in MediaWiki:
 
There are five types of links in MediaWiki:
   
Line 8: Line 9:
   
 
== Internal links ==
 
== 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. By default, if the page exists already it is displayed in <span style="color: #0645ad;">blue</span>, if it does not exist, it is displayed in <span style="color: #ba0000;">red</span>. Self links 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 <nowiki>[[#top|current page]]</nowiki> which always links to the top.)
   
 
The first letter of the target page is automatically capitalized, unless otherwise set by the admins or with the <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> [[Magic words|magic word]], 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).
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 <nowiki>[[#top|current page]]</nowiki> 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).
 
   
 
{| border="1" class="wikitable"
 
{| border="1" class="wikitable"
!Description
+
! Description
!You type
+
! You type
!You get
+
! You get
 
|-
 
|-
|Internal link
+
| Internal link
|<pre>[[Main Page]]</pre>
+
| <pre>[[Main Page]]</pre>
|[[Main Page]]
+
| [[Main Page]]
 
|-
 
|-
|Piped link
+
| Piped link
|<pre>[[Main Page|different text]]</pre>
+
| <pre>[[Main Page|different text]]</pre>
|[[Main Page|different text]]
+
| [[Main Page|different text]]
 
|-
 
|-
|[[wikipedia:Help:Pipe trick|Pipe trick]]
+
| [[wikipedia:Help:Pipe trick|Pipe trick]]
|<pre>
+
| <pre>
 
[[Contents|]]
 
[[Contents|]]
   
Line 39: Line 37:
 
</pre>
 
</pre>
 
The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples.
 
The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples.
|[[Contents]]
+
| [[Contents]]
   
 
[[User:Foo|Foo]]
 
[[User:Foo|Foo]]
Line 47: Line 45:
 
[[Extension:DynamicPageList (third-party)|DynamicPageList]]
 
[[Extension:DynamicPageList (third-party)|DynamicPageList]]
 
|-
 
|-
|<span id="linktrail"></span>Word-ending links, following so called "linktrail rules" localised per each language
+
| <span id="linktrail"></span>Word-ending links, following so called "linktrail rules" localised per each language
|<pre>
+
| <pre>
 
[[Help]]s
 
[[Help]]s
   
Line 54: Line 52:
   
 
[[Help]]ers
 
[[Help]]ers
  +
  +
[[Help ]]pages
   
 
[[Help]]almostanylettersyoulikehere
 
[[Help]]almostanylettersyoulikehere
Line 63: Line 63:
   
 
[[Help]]ers
 
[[Help]]ers
  +
  +
[[Help]] pages
   
 
[[Help]]almostanylettersyoulikehere
 
[[Help]]almostanylettersyoulikehere
 
|-
 
|-
|Avoiding word-ending links
+
| Avoiding word-ending links
|<pre>
+
| <pre>
 
[[Help]]<nowiki />ful advice
 
[[Help]]<nowiki />ful advice
   
Line 77: Line 79:
 
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
 
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
 
|-
 
|-
|Redirect
+
| Redirect
|<pre>#REDIRECT [[Main Page]]</pre>
+
| <pre>#REDIRECT [[Main Page]]</pre>
 
See also [[Redirects]]
 
See also [[Redirects]]
| &rarr; [[Main Page]]
+
| [[Main Page]]
 
|-
 
|-
|Internal link to an anchor
+
| Internal link to an anchor
|<pre>[[#See also]]</pre>
+
| <pre>[[#Internal links]]</pre>
 
[[Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.
 
[[Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored.
|[[#See also]]
+
| [[#Internal links]]
 
|-
 
|-
|Internal link to an anchor from different text
+
| Internal link to an anchor from different text
|<pre>[[#See also|different text]]</pre>
+
| <pre>[[#Internal links|different text]]</pre>
|[[#See also|different text]]
+
| [[#Internal links|different text]]
 
|-
 
|-
|Setting an internal link anchor
+
| Setting an internal link anchor
|<pre><div id="NameOfAnchorHere">optional text</div></pre>
+
| <pre><div id="NameOfAnchorHere">optional text</div></pre>
 
Omit the "optional text" for invisible anchor.
 
Omit the "optional text" for invisible anchor.
|<div id="NameOfAnchorHere">optional text</div>
+
| <div id="NameOfAnchorHere">optional text</div>
 
|-
 
|-
|Internal link to an anchor at another page
+
| Internal link to an anchor at another page
|<pre>[[Images#Supported media types for images]]</pre>
+
| <pre>[[Basic images#Supported media types for images]]</pre>
|[[Images#Supported media types for images]]
+
| [[Basic images#Supported media types for images]]
 
|-
 
|-
|Internal link to the current page's talk page
+
| Internal link to the current page's talk page
|<pre>[[{{TALKPAGENAME}}|Discussion]]</pre>
+
| <pre>[[{{TALKPAGENAME}}|Discussion]]</pre>
See also [[Magic_words#Page_names]]
+
See also [[Magic words#Page names]]
|[[{{TALKPAGENAME}}|Discussion]]
+
| [[{{TALKPAGENAME}}|Discussion]]
 
|-
 
|-
|Internal link to a subpage
+
| Internal link to a subpage
|<pre>[[/example]]</pre>
+
| <pre>[[/example]]</pre>
 
Shortcut for <code><nowiki>[[Links/example|/example]]</nowiki></code>. See also [[Subpages]].
 
Shortcut for <code><nowiki>[[Links/example|/example]]</nowiki></code>. See also [[Subpages]].
|[[Links/example|example]]
+
| [[/example]]
 
|-
 
|-
|Internal link to a subpage without the leading slash
+
| Internal link to a subpage without the leading slash
|<pre>[[/example/]]</pre>
+
| <pre>[[/example/]]</pre>
 
Shortcut for <code><nowiki>[[Links/example|example]]</nowiki></code>.
 
Shortcut for <code><nowiki>[[Links/example|example]]</nowiki></code>.
|[[Links/example|example]]
+
| [[/example/]]
 
|-
 
|-
|Internal link to a category page
+
| Internal link to a category page
|<pre>[[:Category:Help]]</pre>
+
| <pre>[[:Category:Help]]</pre>
 
See also [[Categories]]
 
See also [[Categories]]
|[[:Category:Help]]
+
| [[:Category:Help]]
 
|-
 
|-
|Internal link to an image or a file of other types
+
| Internal link to an image or a file of other types
|<pre>[[File:example.jpg]]
+
| <pre>[[File:example.jpg]]
   
[[File:example.pdf]]</pre>
+
[[File:example.pdf]]
  +
See also [[Images]]
 
  +
[[:File:example.jpg]]</pre>
 
See also [[Advanced images]]
 
|[[File:Wiki.png|50px]]
 
|[[File:Wiki.png|50px]]
   
 
[[File:Wiki.png|50px]]
 
[[File:Wiki.png|50px]]
  +
  +
[[:File:example.jpg]]
 
|-
 
|-
|Internal link to the user's user page
+
| Internal link to the user's user page
|<pre>[[Special:MyPage]]</pre>
+
| <pre>[[Special:MyPage]]</pre>
|[[Special:MyPage]]
+
| [[Special:MyPage]]
 
|-
 
|-
|Internal link to the user's talk page
+
| Internal link to the user's talk page
|<pre>[[Special:MyTalk]]</pre>
+
| <pre>[[Special:MyTalk]]</pre>
|[[Special:MyTalk]]
+
| [[Special:MyTalk]]
 
|}
 
|}
   
Line 148: Line 154:
 
|-
 
|-
 
|External link
 
|External link
|<tt><nowiki>http://mediawiki.org</nowiki></tt>
+
|<code><nowiki>https://mediawiki.org</nowiki></code>
|http://mediawiki.org
+
|https://mediawiki.org
 
|-
 
|-
 
|External link with different label
 
|External link with different label
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
+
|<code><nowiki>[https://mediawiki.org MediaWiki]</nowiki></code>
|[http://mediawiki.org MediaWiki]
+
|[https://mediawiki.org MediaWiki]
 
|-
 
|-
 
|Numbered external link
 
|Numbered external link
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt>
+
|<code><nowiki>[https://mediawiki.org]</nowiki></code>
|[http://mediawiki.org]
+
|[https://mediawiki.org]
|-
 
|External links with file icons
 
|<tt><nowiki>
 
[http://en.wikipedia.org/wiki/.avi video]
 
[http://en.wikipedia.org/wiki/.ogg sound]
 
[http://en.wikipedia.org/wiki/.pdf document]
 
</nowiki></tt>
 
<small>See [[#External link icons]] for currently supported icons and extensions.</small>
 
|
 
[http://en.wikipedia.org/wiki/.avi video]<br/>
 
[http://en.wikipedia.org/wiki/.ogg sound]<br/>
 
[http://en.wikipedia.org/wiki/.pdf document]<br/>
 
 
|-
 
|-
 
|External link to the same host
 
|External link to the same host
|<tt><nowiki>http://{{SERVERNAME}}/pagename</nowiki></tt>
+
|<code><nowiki>https://{{SERVERNAME}}/pagename</nowiki></code>
|http://{{SERVERNAME}}/pagename
+
|https://{{SERVERNAME}}/pagename
 
|-
 
|-
 
|External link to other host passing the pagename
 
|External link to other host passing the pagename
|<tt><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br />
+
|<code><nowiki>https://google.com/search?q={{PAGENAMEE}}</nowiki></code><br />
See also: [[Magic_words#URL_encoded_page_names | URL encoded page names]], [[mw:Manual:PAGENAMEE encoding|PAGENAMEE encoding]]
+
See also: [[Magic words#URL encoded page names|URL encoded page names]], [[mw:Manual:PAGENAMEE encoding|PAGENAMEE encoding]]
|http://google.com/search?q={{PAGENAMEE}}
+
|https://google.com/search?q=Links
 
|-
 
|-
 
|Mailto link
 
|Mailto link
|<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt>
+
|<code><nowiki>[mailto:info@example.org email me]</nowiki></code>
 
|[mailto:info@example.org email me]
 
|[mailto:info@example.org email me]
 
|-
 
|-
 
|Mailto named with subject line and body
 
|Mailto named with subject line and body
|<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;body=Body%20Text info]</nowiki></tt>
+
|<code><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;body=Body%20Text info]</nowiki></code>
 
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]
 
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]
 
|}
 
|}
Line 191: Line 185:
 
=== External links to internal pages ===
 
=== External links to internal pages ===
   
To add a link to a page on the same wiki using [[wikipedia:URI scheme | URL query parameters]], you may need to use external link syntax.
+
To add a link to a page on the same wiki using [[wikipedia:URI scheme|URL query parameters]], you may need to use external link syntax.
   
 
{| border="1" class="wikitable"
 
{| border="1" class="wikitable"
Line 199: Line 193:
 
|-
 
|-
 
|External link to the current page's edit page
 
|External link to the current page's edit page
|<pre>[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</pre>
+
|<pre>[https://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</pre>
|[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]
+
|[https://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]
 
|-
 
|-
|External link to the current page's edit page using the [[Magic_words#URL_data | fullurl parser function]]
+
|External link to the current page's edit page using the [[Magic words#URL data|fullurl parser function]]
 
|<pre>[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</pre>
 
|<pre>[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</pre>
See also [[Magic_words#URL_data]] and [[#External links]]
+
See also [[Magic words#URL data]] and [[#External links]]
 
|[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]
 
|[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]
 
|-
 
|-
 
|External link to the current page's edit page, and styled to look like an internal link
 
|External link to the current page's edit page, and styled to look like an internal link
|<pre><span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span></pre>
+
|<pre><span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span></pre>
The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it.
+
The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it.
 
|<span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span>
 
|<span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span>
|}
 
 
=== External link icons ===
 
 
{| class="wikitable"
 
! Test link !! Icon !! Trigger
 
|-
 
| [http://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/external-link-ltr-icon.png external-link-ltr-icon.png] || <code>http://</code>, <code>gopher://</code>
 
|-
 
| [https://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/lock-icon.png lock-icon.png] || <code>https://</code>
 
|-
 
| [mailto:.] || [http://bits.wikimedia.org/skins-1.17/vector/images/mail-icon.png mail-icon.png] || <code>mailto:</code>
 
|-
 
| [news://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/news-icon.png news-icon.png] || <code>news<nowiki/>://</code>
 
|-
 
| [ftp://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/file-icon.png file-icon.png] || <code>ftp://</code>
 
|-
 
| [irc://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/talk-icon.png talk-icon.png] || <code>irc://</code>
 
|-
 
| [http://.ogg] || [http://bits.wikimedia.org/skins-1.17/vector/images/audio-icon.png audio-icon.png] || <code>.ogg</code>, <code>.mid</code>, <code>.midi</code>, <code>.mp3</code>, <code>.wav</code>, <code>.wma</code>
 
|-
 
| [http://.ogm] || [http://bits.wikimedia.org/skins-1.17/vector/images/video-icon.png video-icon.png] || <code>.ogm</code>, <code>.avi</code>, <code>.mpeg</code>, <code>.mpg</code>
 
|-
 
| [http://.pdf] || [http://bits.wikimedia.org/skins-1.17/vector/images/document-icon.png document-icon.png] || <code>.pdf</code>, <code>.pdf#</code>, <code>.pdf?</code>
 
 
|}
 
|}
   
Line 240: Line 210:
   
 
When you put a URL on a wiki page it will be automatically converted into an external link, like this:
 
When you put a URL on a wiki page it will be automatically converted into an external link, like this:
 
* https://mediawiki.org
 
http://mediawiki.org
 
   
 
To avoid that effect, put the URL between <code>&lt;nowiki&gt;</code>, like this:
 
To avoid that effect, put the URL between <code>&lt;nowiki&gt;</code>, like this:
   
<pre>&lt;nowiki&gt;http://mediawiki.org&lt;/nowiki&gt;</pre>
+
<pre>&lt;nowiki&gt;https://mediawiki.org&lt;/nowiki&gt;</pre>
   
 
To get this:
 
To get this:
   
<nowiki>http://mediawiki.org</nowiki>
+
<nowiki>https://mediawiki.org</nowiki>
   
 
== Interwiki 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.
+
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 https://en.wikipedia.org by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This is because <code><nowiki>https://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>, this is the link [[wikipedia:Sunflower|big yellow flower]].
+
Similar to internal page links, you can create piped links, with an alternate link label, e.g. <code><nowiki>[[wikipedia:Sunflower|big yellow flower]]</nowiki></code>, this is the link [[wikipedia:Sunflower|big yellow flower]].
   
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 big 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.
+
Basically this is an abbreviation for longer URLs. A very similar link could be created as a normal external link by typing <code><nowiki>[https://en.wikipedia.org/wiki/Sunflower big 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 [[mw:Manual:Interwiki]]. To edit the [[mw:Manual:Interwiki table|interwiki table]] on your site, see the [[mw:Extension:Interwiki|Interwiki extension]].
 
More details are at [[mw:Manual:Interwiki]]. To edit the [[mw:Manual:Interwiki table|interwiki table]] on your site, see the [[mw:Extension:Interwiki|Interwiki extension]].
  +
  +
Gamepedia has some [[Interwiki linking policy|policies concerning interwiki links]] to projects that are not on our network.
   
 
=== Interlanguage links ===
 
=== Interlanguage links ===
Line 264: Line 235:
 
If your wiki has other language versions, you may find “interlanguage links” in the [[Navigation#Sidebar|sidebar]], just below [[Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.”
 
If your wiki has other language versions, you may find “interlanguage links” in the [[Navigation#Sidebar|sidebar]], just below [[Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.”
   
Interlanguage links behave 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:List of ISO 639-1 codes|ISO 639-1 language code]]).
+
Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, 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:List of ISO 639-1 codes|ISO 639-1 language code]]).
   
 
If you want to make the interlanguage link appear in the content of the page, you can add a colon before the language prefix:
 
If you want to make the interlanguage link appear in the content of the page, you can add a colon before the language prefix:
:<code><nowiki>[[:en:Sunflower]]</nowiki></code> &rarr; '''[[:en:Sunflower]]'''
+
: <code><nowiki>[[:en:Sunflower]]</nowiki></code> &rarr; '''[[:en:Sunflower]]'''
   
 
When link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''.
 
When link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''.
   
 
[[Category:Editing]]
 
[[Category:Editing]]
  +
  +
[[cs:Odkazy]]
  +
[[de:Verweise]]
  +
[[fr:Liens]]
  +
[[pl:Linki]]
  +
[[pt:Links]]
  +
[[ru:Ссылки]]
  +
[[tr:Bağlantılar]]

Revision as of 17:13, 10 March 2021

There are five types of links in MediaWiki:

  1. Internal links to other pages in the wiki
  2. External links to other websites
  3. External links to internal pages in the wiki
  4. Interwiki links to other websites registered to the wiki in advance
  5. Interlanguage links to other websites registered as other language versions of the wiki

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. By default, if the page exists already it is displayed in blue, if it does not exist, it is displayed in red. Self links 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 or with the {{DISPLAYTITLE}} magic word, 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
Pipe trick
[[Contents|]]

[[User:Foo|]]

[[Extension:DynamicPageList (Wikimedia)|]]

[[Extension:DynamicPageList (third-party)|]]

The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples.

Contents

Foo

DynamicPageList

DynamicPageList

Word-ending links, following so called "linktrail rules" localised per each language
[[Help]]s

[[Help]]ing

[[Help]]ers

[[Help ]]pages

[[Help]]almostanylettersyoulikehere

Helps

Helping

Helpers

Help pages

Helpalmostanylettersyoulikehere

Avoiding word-ending links
[[Help]]<nowiki />ful advice

[[wikipedia:GNU General Public License|GPL]]<nowiki />v3

Helpful advice

GPLv3

Redirect
#REDIRECT [[Main Page]]

See also Redirects

Main Page
Internal link to an anchor
[[#Internal links]]

Section headings and the top of the page are automatically anchored.

#Internal links
Internal link to an anchor from different text
[[#Internal links|different text]]
different text
Setting an internal link anchor
<div id="NameOfAnchorHere">optional text</div>

Omit the "optional text" for invisible anchor.

optional text
Internal link to an anchor at another page
[[Basic images#Supported media types for images]]
Basic images#Supported media types for images
Internal link to the current page's talk page
[[{{TALKPAGENAME}}|Discussion]]

See also Magic words#Page names

Discussion
Internal link to a subpage
[[/example]]

Shortcut for [[Links/example|/example]]. See also Subpages.

/example
Internal link to a subpage without the leading slash
[[/example/]]

Shortcut for [[Links/example|example]].

example
Internal link to a category page
[[:Category:Help]]

See also Categories

Category:Help
Internal link to an image or a file of other types
[[File:example.jpg]]

[[File:example.pdf]]

[[:File:example.jpg]]

See also Advanced images

Wiki

Wiki

File:example.jpg

Internal link to the user's user page
[[Special:MyPage]]
Special:MyPage
Internal link to the user's talk page
[[Special:MyTalk]]
Special:MyTalk

External links

To add an external link, enclose the URL followed by space and 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.

Description You type You get
External link https://mediawiki.org https://mediawiki.org
External link with different label [https://mediawiki.org MediaWiki] MediaWiki
Numbered external link [https://mediawiki.org] [1]
External link to the same host https://{{SERVERNAME}}/pagename https://help.fandom.com/pagename
External link to other host passing the pagename https://google.com/search?q={{PAGENAMEE}}

See also: URL encoded page names, PAGENAMEE encoding

https://google.com/search?q=Links
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

External links to internal pages

To add a link to a page on the same wiki using URL query parameters, you may need to use external link syntax.

Description You type You get
External link to the current page's edit page
[https://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]
Edit this page
External link to the current page's edit page using the fullurl parser function
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]

See also Magic words#URL data and #External links

Edit this page
External link to the current page's edit page, and styled to look like an internal link
<span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span>

The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it.

Edit this page

How to avoid auto-links

When you put a URL on a wiki page it will be automatically converted into an external link, like this:

To avoid that effect, put the URL between <nowiki>, like this:

<nowiki>https://mediawiki.org</nowiki>

To get this:

https://mediawiki.org

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 https://en.wikipedia.org by typing [[wikipedia:Sunflower]], which will result in a link wikipedia:Sunflower. This is because https://en.wikipedia.org/wiki/ is registered to your wiki by default with the prefix of wikipedia. 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 an alternate link label, e.g. [[wikipedia:Sunflower|big yellow flower]], this is the link big yellow flower.

Basically this is an abbreviation for longer URLs. A very similar link could be created as a normal external link by typing [https://en.wikipedia.org/wiki/Sunflower big yellow flower], 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 mw:Manual:Interwiki. To edit the interwiki table on your site, see the Interwiki extension.

Gamepedia has some policies concerning interwiki links to projects that are not on our network.

Interlanguage links

If your wiki has other language versions, you may find “interlanguage links” in the sidebar, just below toolbox in the box named “in other languages.”

Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, type [[language prefix:pagename]] wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the ISO 639-1 language code).

If you want to make the interlanguage link appear in the content of the page, you can add a colon before the language prefix:

[[:en:Sunflower]]en:Sunflower

When link is both interwiki and interlanguage, the order is wikipedia:en:Sunflower.