Help:Self link
![]() | This help page is a how-to guide. It details processes or procedures of some aspect(s) of Wikipedia's norms and practices. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus and vetting. |
Linking and page manipulation |
---|
A self link is the use of a link code with the page itself as target. It does not produce an actual link, but a non-clickable bold text (the "self-link format"). However, with the preference setting "Link underlining", this text is underlined. This can be suppressed putting the following in your relevant personal css page:
.mw-selflink { text-decoration: none !important; }
Live examples (hence depending on your settings):
[[Help:Self link]]
→ Help:Self link[[Help:Self link]]abc
→ Help:Self linkabc[[Help:Self link|piped self link]]
→ piped self link
A self-link to a section does not appear as bold text. Examples:
[[#Self-link to a section|Self-link to a section]]
→ Self-link to a section (recommended)[[Help:Self link#Self-link to a section]]
→ Help:Self link#Self-link to a section (not recommended)
Self links are usually not recommended, except for:
- Within text that is transcluded between several pages, such as navigation templates
- Self-link to a section, without the page name
Self-link to a section[edit]
A link to a section of the same article, even from the same section, does not cause bold text and works as a normal link: Help:Self link#Self-link to a section. Such links should usually be written without the page name: #Self-link to a section, because this method does not cause the page to reload (if the reader initially arrived at the page via a redirect) and is thus more efficient. A useful application is links from article leads or overview sections to detail sections buried deeper in the same article. An automatically generated table of contents has links to sections on the page.
Indirect self links[edit]
An indirect self link is a link to a page that redirects back. In this case, the self-link feature does not work, even though the feature would be equally useful. This is demonstrated here:
[[Self link]]
→ Self link
When the prefix for the project itself is added (interwiki link style, but again linking to the page itself) the self-link feature does work. This is demonstrated here:
[[w:Help:Self link]]
→ w:Help:Self link[[en:Help:Self link]]
→ en:Help:Self link
Related changes feature[edit]
A self link for use with the "Related changes" feature only works if the link is to an existing or non-existing section. If it cannot be made useful as a link to a section, use a piped link with a blank space as label, e.g. [[Wikipedia:Self link#x| ]]
, showing up as " ".
See also[edit]
- Navigation template
- Wikipedia:Manual of Style/Self-references to avoid
- Template:No selflink (a method to avoid the bold text on self links)