Help:Self link/pl
Uwaga: Jeżeli edytujesz tę stronę, to umieszczając na niej treści wyrażasz nieodwołalną zgodę na udostępnianie Twojego materiału na podstawie wolnej licencji CC0. Aby uzyskać więcej informacji, przeczytaj Strony Pomocy w Domenie Publicznej. |
A self link is a wikilink which targets the page where it is placed.
To avoid any confusion, a self-link is not clickable: the text is only bolded (but still represented as a <a>...</a>
tag[1]). If the preference to underline links is set, self links are still underlined, unless this is explicitly disabled by the following CSS:
.mw-selflink { text-decoration: none !important; }
Przykłady:
[[Help:Self link/pl]]
daje wynik Help:Self link/pl[[Help:Self link/pl]]abc
daje wynik Help:Self link/plabc[[Help:Self link/pl|abc]]
daje wynik abc
Utility
In templates transcluded on several pages (typically navigational templates), a link can usefully become a self link when the template is transcluded on the link target page. This avoids the reader believing they will see another page when clicking on it.
Clickable self links
Some kinds of self links are clickable, because they are not a simple internal link with direct target.
Full URL
If you use external link syntax, providing the full URL of the page, the link is always clickable.
Na przykład [//www.mediawiki.org/wiki/Help:Self_link/pl abc]
daje wynik abc
Link to self redirection
If you link to a page which redirects to the current page, the link remains clickable and not bolded.
Link to a local section
If the target contains a fragment, even if the link targets the current section, it remains clickable and not bolded.
E.g. [[Help:Self link/pl#Link to a local section]]
gives Help:Self link/pl#Link to a local section.
References
- ↑ From 2017 change (developer task).