There are four sorts of links in MediaWiki:

  1. internal links to other pages in the wiki
  2. external links to other websites
  3. interwiki links to other websites registered to the wiki in advance
  4. 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. 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 (except in redirects)).

Description You type You get
Internal link
[[Scratch Wiki]]
Scratch Wiki
Piped link
[[Scratch Wiki|different text]]
different text
Shortened sort-of-piped link
[[Sprite]]s
Sprites
Redirect
#REDIRECT [[Main Page]]

See also Help:Redirects

Redirect.png Main Page
Internal link to an anchor
[[#See also]]
Section headings and the top of the page are automatically anchored. So is the Scratch navigation bar. To create your own anchor, add <div id="a name">, then to go to the anchor's location, type [[#a name]].
#See also
Internal link to an anchor at another page
[[Help:Images#See also]]
Help:Images#See also
Internal link to the current page's talk page
[[{{TALKPAGENAME}}|Discussion]]

See also Help:Magic words#Page names

Discussion
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
[[Media:Example.jpg]]

See also Help:Images

Media:Example.jpg
Internal link to the user's user page
[[Special:MyPage]]
Special:MyPage
Internal link showing pagename without namespace
[[Scratch Wiki talk:Community Portal|]]
Community Portal

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 links 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 http://en.scratch-wiki.info/pagename
External link to other host passing the pagename http://google.com/search?q={{PAGENAMEE}} http://google.com/search?q=Links

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://scratch.mit.edu</nowiki>

Interwiki Links

Main page: Help:Interwiki

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 [[wikipedia:Sunflower]], which will result in a link wikipedia:Sunflower. This is because http://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 alternate link label, e.g. [[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 [http://en.wikipedia.org/wiki/Sunflower Sunflower], 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.

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 similar to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just 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-2 language code for Real Wikis and the ISO 639-3 language code for Test Wikis).

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. [[:en:Sunflower]].

Examples: This Article is connected to DACH-Scratch-Wiki because there is a [[de:Scratch-Wiki:Hilfe:Links]] at the end of the Articles Mediawiki-Sourcecode, To see this link not in the Language-Box, but in the Article-Text write [[de:Scratch-Wiki:Hilfe:Links]] and you'll get: de:Scratch-Wiki:Hilfe:Links.

Red Links

Red links, like this one, are created when a link references a page/URL that does not exist. Red links also appear in the recent changes when a page is deleted or moved without leaving behind a reference. In 2014, a new initiative was commenced to end user namespace-based red links and requires the template {{NoRed}} to be placed on those pages that do not exist. However, it was quickly stopped due to the issue of historic accuracy.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.