Help:Links

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

Creating links to other pages is a key part of creating a complete and well-formatted wiki page. A well-linked page permits readers to easily access other topics that they may be interested in learning more about, and encourages readers to continue to explore the site.

General Information[edit]

Links are a vital part of the wiki, and are strongly encouraged on all pages in order to refer the reader to other relevant pages (and prevent unnecessary duplication). However, it is also possible to go overboard with links. In general, a link should only be added the first time a topic is mentioned on a page, rather than every time the topic is mentioned.

When creating links on a page, you may want to also check what links to that page. In general, if there is enough overlap for page A to link to page B, then page B should probably also have a link to page A. On the left side of any page, in the toolbox, you can use "What Links Here" to see which pages link to that page. This is one way to check whether a page is fully cross-linked. If you're creating a new page, this is the best way to make sure that people will be able to find your new page.

Link Basics[edit]

The bare minimum necessary to create a wiki link is to put two square brackets on either side of a word. So to change Oblivion into a link, just add brackets: [[:Oblivion]]. When you preview your edit, the word should now be displayed using blue text rather than black text. If, however, your link is in red text then you have tried to create a link to a page that does not exist. You should probably double check whether you have spelled the word correctly.

On UESPWiki, most links that you add to a page will be transformed by the wiki software after you save the page. So don't be surprised when your links suddenly look a lot more complicated after you have saved. All that has happened is that the wiki software has expanded the links to make them fully match the expected link syntax, as explained in the following section.

Internal Links[edit]

Internal links are those created to other pages on the wiki; this is by far the most common type of link. Some examples are:

You Type You See
[[Oblivion:Main Quest]] Oblivion:Main Quest
[[Oblivion:Main Quest|]] Main Quest
[[Oblivion:Main Quest|Main Quest]] Main Quest
[[Oblivion:Main Quest|the main quest]] the main quest
[[Oblivion:Places#Caves]] Oblivion:Places#Caves
[[Oblivion:Places#Caves|Caves]] Caves
[[Oblivion:Places#Caves|caves in oblivion]] caves in oblivion
[[#External Links|External Links]] External Links

An internal link always uses two square brackets. Within the brackets, the various parts of the link are:

  1. The name of the page that you would like the reader to jump to if they click on the link, for example Oblivion:Places. This can be omitted if you are linking to somewhere else on the same page
  2. An anchor, starting with #, if you would like the reader to jump to somewhere in the middle of the page. This can be omitted if you just want to link to the top of a page.
  3. A label, starting with |, if you would like to customize the text displayed for the label. This can be omitted (but on UESPWiki generally is not).

A link to an existing page will always be displayed using blue text. After creating a link, it is recommended to preview the page and double check that the link is indeed blue. If it is red, you have made a typographical error (unless you are intentionally trying to make a link to a page that needs to be created). Sometimes links can show up as black, meaning that the wiki isn't even treating it as a link: check that your link starts with [[ and ends with ]]; see also labels.

Page Names[edit]

Unlike many wikis, UESPWiki makes extensive use of namespaces. This means that a complete page name will almost always have two parts joined by a colon (:), i.e., Namespace:Page. In most cases the namespace is just the name of the game. One way to figure out a page's name is to look at the page's URL in your browser window, and cut and paste whatever appears after http://www.uesp.net/wiki/.

However, to make it easier to add links to pages, you can in many cases skip the namespace, in which case the wiki will fill it in for you when you save the page. So if you just type [[Thieves Guild]] on a page, the wiki will change that into a link of the form [[NAMESPACE:Thieves Guild|Thieves Guild]] when you save the page. NAMESPACE will be whatever namespace you are currently working on. So if you are editing an Oblivion page, the link becomes [[Oblivion:Thieves Guild|Thieves Guild]]; if you are editing a Morrowind page, it becomes [[Morrowind:Thieves Guild|Thieves Guild]]. (This is a new feature on UESPWiki that was not available before May 20, 2007). The only time that you need to remember to type in the namespace (and not let the wiki do it for you) is if you are creating a cross-namespace link, which should be used sparingly.

If you need to create a link to an article in the main namespace, you need to start the article's name with a colon. So a link to the wiki's Main Page would look like [[:Main Page]].

The wiki will automatically convert a page name into a URL-friendly equivalent. Web page names cannot contain common characters such as spaces or many types of punctuation. However, when creating an internal link you can type the name in whatever way is most convenient for you, and the wiki will take care of the details of the conversion. In other words, all of the following are equivalent, and will link to the page Ahdarji's Heirloom:

  • [[Oblivion:Ahdarji's Heirloom]]
  • [[Oblivion:Ahdarji's_Heirloom]]
  • [[Oblivion:Ahdarji%27s Heirloom]]
  • [[Oblivion:Ahdarji%27s_Heirloom]]

Anchors[edit]

The pound sign (#, shift+3 on US keyboards) is used if you would like to link to somewhere other than the top of a page. The HTML terminology for the spot you link to is an "anchor". This is very useful if you want to refer the reader directly to the most relevant part of the page, especially for long pages.

Any section title (header) on a page can automatically be used as an anchor. In other words you can use any text that is enclosed in equal signs (=) when you look at the page in the editor. On pages with table of contents, those section titles will all be shown in the table of contents; if you click on one of those entries, the URL including the anchor will be shown in your browser window.

In many cases it is useful to be able to link to places other than just section titles. In particular, on pages with many tables it is often useful to jump to the exact row of the table. For example, when discussing Hrormir's Icestaff, you may want to link directly to that staff's description on the Staves page (instead of linking to the top of the section, and forcing the reader to scroll through the entire table): the link Oblivion:Staves#Hrormir's Icestaff will do just that. These types of links are created using the Anchor template. If a table you would link to does not yet contain anchors, feel free to add them. Just change the entries in the table from, for example Hrormir's Icestaff, to {{Anchor|Hrormir's Icestaff}}.

The same convenient URL conversions described under Page Names are also done for anchor names. So section titles or item names can be used exactly as they appear on a page; there is no need to replace spaces with underscores.

Labels[edit]

Without a label, the text shown for your link will just be the page name, which in most cases is not the best choice, due to capitalization issues. To create a label, you use the pipe sign (|, shift+\ on US keyboards, sometimes shown as two vertical lines on older keyboards instead of just one).

A pipe all by itself at the end of a link tells the wiki to automatically create a label, by stripping out the namespace and using just the page name. Any parts of the page name in parentheses will also be dropped. For example, [[Oblivion:Arena (faction)|]] produces the link Arena. When you save the page, the wiki explicitly fills in the label part of the link, so if you come back and edit this link, it will now read [[Oblivion:Arena (faction)|Arena]]. There are some situations, however, where the wiki will not automatically create a label (if the link contains an anchor, for example, or in some templates); in these cases the wiki will not even create a link, but will just add the text to the page unformatted.

Any text entered after the pipe symbol is used as a custom label for the link, i.e., that is the text that will appear to the reader.

Special Cases[edit]

There are a few types of links that have a special meaning.

  • Links created to image pages will by default insert that image, instead of creating a plain link. If you want to create a plain text link, insert a colon at the start of the link. For example, [[:File:Wiki.png]] creates File:Wiki.png.
  • Links created to categories will by default add the page to that category, and will not show any link at that spot in the text. If you want to create a link to a category page, insert a colon at the start of the link. For example, [[:Category:Categories]] creates Category:Categories.
  • Very rarely you may need to link to a page on www.uesp.net that is not part of the wiki, for example, to create a link to a map or to an edit made to a page rather than the page itself. In many cases, there are pre-built templates such as {{Map Link}} that will do the job for you. If not, you can create an external link. If you want to make the link look like a local link, you can embed the link in a span with the plainlinks class or use the {{Pl}} template. So <span class=plainlinks>[//www.uesp.net/w/index.php?title=Help:Links&action=edit edit this page]</span> or {{Pl|Help:Links|edit this page|action=edit}} both create edit this page. Plain links should only be used for links to uesp.net, and should not be used to disguise external links.

Redirects[edit]

Redirects are a special type of internal link, and are used to make readers completely bypass that page and instead open a different page.

An example of a redirect page is Oblivion:Armour; if you follow this link you will instead pull up the page Oblivion:Armor (without a "u"). A message at the top of the page lets you know that you were "Redirected from Oblivion:Armour". If you really want to see the "Armour" page, you can click on the link in the "Redirected" message.

To turn a page into a redirect you would replace the entire page contents with a single line like:
#REDIRECT [[Oblivion:Armor]]
The only other text that can be included on the page are category links. Any permanent redirect pages should be placed into one of the redirect categories, so that other editors know why the redirect page exists.

There is no reason to add a label to the link, since readers will never see it. The link should include an anchor if the redirect should take the readers somewhere other than the top of the page. For example, the redirect page Oblivion:Spider Daedra contains the redirect link [[Oblivion:Daedra#Spider Daedra]] so that readers who follow the link end up at the most relevant part of the Daedra page, instead of just ending up at the top of the page.

Most redirect pages are created automatically. Every time a page is moved, the original page name is turned into a redirect to the new page name. This ensures that any existing links to the page were not broken by the page move. The "What Links Here" feature (lower left corner of any page) can be used to identify internal links; correcting those links to point to the new page is highly recommended. If you wish to get rid of the original page completely, a proposed deletion can be used to request that an administrator delete the page. Before doing so, be sure to fix all internal links to the original page. However, in cases where there are external links to the original page, the deletion request may be denied.

Interwiki Links[edit]

Interwiki links are links to sites that are closely related to either the Elder Scrolls games or MediaWiki. These allow shortcut links that save having to type out full external links. They appear similar to internal links, though they're a slightly different shade. Creating an interwiki link is the same as creating a normal link, except that you type an additional prefix at the beginning of the link. While frequently used to link to other wikis, there is no requirement for them to do so, and several non-wiki sites are available.

Interlanguage links are a special form of interwiki link that allow linking to pages of UESP that are in other languages. These require an additional colon before the language in order to work correctly.

A full list of prefixes and what they link to can be seen here, although it's not really intended to be read by a human. Note that while there is a link to the Creation Kit wiki available, it's currently largely broken, since they force you through a landing page to select Skyrim or Fallout 4, and don't redirect you once you choose (e.g., Tutorials).

Commonly used examples on UESP include:

You Type You See
[[Wikipedia:Main Page|Wikipedia Main Page]] Wikipedia Main Page
[[Mediawikiwiki:Main Page|MediaWiki Main Page]] MediaWiki Main Page
[[IMDBName:3137017|Pete Hines' IMDB Page]] Pete Hines' IMDB Page
[[IMDBTitle:1814884|Skyrim's IMDB Page]] Skyrim's IMDB Page
[[:en:Main Page|English UESP's Main Page]] English UESP's Main Page
[[:pt:Main Page|Portuguese UESP's Main Page]] Portuguese UESP's Main Page

External Links[edit]

External links are links made to sites other than UESP. There is a different syntax for external links. Also, external links have an additional arrow added to the displayed link; this is done to warn readers that following the link will take them to a different site.

You Type You See
https://en.wikipedia.org https://en.wikipedia.org
[https://en.wikipedia.org] [1]
[https://en.wikipedia.org Wikipedia] Wikipedia

See Also[edit]