Entertainment
 

Help:Links

From Animepedia

HelpHelp:

Contents Special pages

There are four sorts of links in MediaWiki:

  1. internal links to other pages in the wiki or subpages of an article
  2. external links to websites
  3. inter-wiki links (links to other wikis)
  4. inter-language links to other language versions of the same wiki

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, empty pages are displayed in red. Selflinks to the current page are not transformed in URLs but displayed in bold.

The first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link will have a similar affect as typing a space, but is not recommended, since the underscore will also be shown in the text).

[edit] Subpages

Subpages are enables in all namespaces on Wikia, meaning that [[Help:Links/Subpage]] can be linked to using [[/Subpage]] from Help:Links and Help:Links/Subpage will have a link back to Help:Links below the title on it's page.

[edit] How to link

Description You type You get
Internal link [[Main Page]] Main Page
Piped link [[Main Page|different text]] different text
Anchor link [[#External links|Anchor link]] Anchor link
Subpage link [[/Subpage]] /Subpage
Subpage link to another article [[Main Page/Subpage]] Main Page/Subpage
External link http://mediawiki.org http://mediawiki.org
External link,

different title

[http://mediawiki.org MediaWiki] MediaWiki
External link,

unnamed

[http://mediawiki.org] [1]
External link,

same host unnamed

[http://{{SERVERNAME}}/pagename] [2]
Interwiki link [[Wikipedia:MediaWiki]] Wikipedia:MediaWiki
mailto unnamed [mailto:info@example.org] [3]
mailto named [mailto:info@example.org info] info
redirect #REDIRECT [[Main Page]] -> Main Page

[edit] External links

A core element of the wiki software, links allow you to quickly and simply link to other pages on (or off) the wiki.

How to create simple links

Links are created using one or two square brackets:


For a simple internal link, use two brackets:

[[Article name]]


For an internal link that shows different text, use two brackets like you would on a normal link and add a bar (|) in bewtween the article name and your desired text:

[[Article name|text you want]]


For an internal link to an anchor (heading) on the same page, use the # symbol before the heading name.

[[#See also]]


For an external link, use only one bracket:

[http://www.example.com]


And for an external link with link text, use one bracket and a space in between the link and your text:

[http://www.example.com link text]


Advanced link help

See also