Help:Enllaços

From mediawiki.org
This page is a translated version of the page Help:Links and the translation is 65% complete.
Outdated translations are marked like this.
PD Nota: Quan modifiqueu aquesta pàgina, esteu acceptant que la vostra contribució es publiqui en el marc de CC0. Mireu Pàgines d'ajuda de domini públic per a més informació. PD

A MediaWiki hi ha cinc tipus d'enllaços d'hipertext:

  1. Enllaços interns a altres pàgines del mateix wiki (anomenats comunament "wikienllaços")
  2. Enllaços externs a pàgines d'altres llocs web
  3. Enllaços externs a pàgines internes del mateix wiki
  4. Enllaços interwiki a altres llocs web mitjançant uns prefixos especials registrats per endavant
  5. Enllaços entre idiomes a altres wikis registrats com a versions lingüístiques del wiki actual

Tingueu present que aquesta llista no inclou els enllaços de categoria i els enllaços de fitxer, que s'utilitzen per col·locar les pàgines dins de les categories i per mostrar les imatges o altres mitjans, respectivament.

Enllaços interns

Per crear un enllaç cap a una pàgina del mateix wiki, és a dir, un enllaç intern o wikienllaç, escriviu entre claudàtors dobles el nom de la pàgina cap on voleu enllaçar, [[d'aquesta manera]]. En previsualitzar o desar les modificacions, veureu un enllaç que apunta a la pàgina indicada. Si la pàgina ja existeix, l'enllaç es mostra en blau (com la paraula "crear" de la primera oració d'aquest paràgraf); si no existeix, l'enllaç apareix en vermell, de manera que l'enllaç (així 0=[[$1]]|d'aquesta manera) es presenta realment ([[tmpl|0=$1|com aquest]]). Note that the colors could be different if the color scheme of the wiki has been changed from the default. Normalment, en seguir un d'aquests "enllaços vermells" que porten a una pàgina inexistent (sigui o no vermell en realitat), l'usuari podrà crear-hi la pàgina.

Per marcar qualsevol cadena de text arbitrària (no necessàriament un títol de pàgina) com a enllaç, utilitzeu el caràcter de la "barra vertical", com ara [[Help:Categories|enllaços de categoria]] que donen com a resultat l'enllaç enllaços de categoria.

Normalment, en la primera lletra de la destinació de l'enllaç no es distingeix entre majúscules i minúscules (llevat que el wiki estigui configurat altrament), i per tant els enllaços es poden posar indistintament començats amb majúscula o amb minúscula (així, Com contribuir-hi i com contribuir-hi són equivalents). Tanmateix, la resta de lletres sí que han de coincidir exactament amb la pàgina de destí (així, Com contribuir-hi i Com Contribuir-hi no són equivalents). Els espais del títol de la pàgina es poden representar amb guions baixos (així, Com contribuir-hi i Com_contribuir-hi també són equivalents), però utilitzar guions baixos en els enllaços els farà visibles al text de la pàgina (encara que això es pot evitar mitjançant una "barra vertical").

Si el títol de pàgina amb què esteu enllaçant és el de la pàgina que esteu modificant, el resultat no és un hiperenllaç sinó simplement un text en negreta (per exemple, en aquesta pàgina el codi [[Help:Links/ca]] dona el resultat Help:Links/ca). If you're trying to create a wikilink to the current page, you probably want to link to a specific section or to an anchor within the page; see the examples below.

MediaWiki uses the pagelinks table to keep track of internal wikilinks.

Nom/Descripció Sintaxi Resultat
Enllaç intern
[[Main Page]]

[[Help:Contents]]

[[Extension:DynamicPageList (Wikimedia)]]

Main Page

Help:Contents

Extension:DynamicPageList (Wikimedia)

Enllaç amb barra vertical
[[Help:Editing pages|editing help]]

Enllaça amb una secció (o ancoratge) de dins la pàgina de destinació.

[[Help:Editing pages#Preview|previewing]]

Enllaç amb barra vertical cap a una àncora de dins de la mateixa pàgina

[[#See also|different text]]

Mireu també meta:Help:Piped link.

editing help

previewing

different text

Pipe trick
[[Manual:Extensions|]]

[[User:John Doe|]]

[[Extension:DynamicPageList (Wikimedia)|]]

[[Extension:DynamicPageList (third-party)|]]

The transformation done by the pipe trick can result in the same text for different link targets, as seen in the DynamicPageList examples.

Extensions

John Doe

DynamicPageList

DynamicPageList

Enllaços amb sufix
[[Help]]s

[[Help]]ing

[[Help]]ers

[[Help]]almostanylettersyoulikehere

[[Help]]BUTnotalways

Segueix les normes de "linktrail", localitzades per a cada llengua.

Helps

Helping

Helpers

Helpalmostanylettersyoulikehere

HelpBUTnotalways

Evitar els enllaços amb sufix
[[Help]]<nowiki />ful advice

[[wikipedia:GNU General Public License|GPL]]<nowiki />v3

Helpful advice

GPLv3

Enllaç cap a una àncora dins de la mateixa pàgina.
[[#See also]]

Els encapçalaments de secció i el capdamunt ([[#top]]) de la pàgina reben una àncora automàticament.

#See also
Establir una àncora per a enllaços entrants
<div id="Unique anchor name 1">optional text</div>

<span id="Unique anchor name 2">optional text</span>

Un element de bloc i un element en línia, tal com queden representats. Això permetria un [[#Nom únic d'àncora 1]] a la mateixa pàgina o un [[Help:Links/ca#Nom únic d'àncora 1]] en una altra pàgina. Si voleu una àncora invisible, ometeu el «text opcional».

Establir una àncora en un encapçalament de secció

==<span id="Alternate Section Title"></span>Section heading==

Fixeu-vos en l'emplaçament. Això ha de ser una etiqueta «span», i no «div». (Aquestes àncores permeten que les seccions canviïn de títol sense trencar els enllaços entrants.)

text opcional

text opcional

Section heading
Enllaç a una àncora d'una altra pàgina
[[Help:Images#Supported media types for images]]
Help:Images#Supported media types for images
Enllaç a la pàgina de discussió de la pàgina actual
[[{{TALKPAGENAME}}|Discussion]]

Mireu també Help:Magic_words#Page_names

Discussion
Enllaç a una subpàgina
[[/example]]

Versió abreujada de [[Help:Links/example|/example]]. Vegeu també Help:Subpàgines .

/example
Enllaç a una subpàgina sense la barra inicial
[[/example/]]

Versió abreujada de [[Help:Links/example|example]].

example
Enllaç a una subpàgina de la pàgina pare de la pàgina actual. Només es pot usar en subpàgines.
[[../example2]]

Drecera per a [[Help:Links/example2|example2]] si poseu l'enllaç a la pàgina [[Help:Links/example|example]].

example2
Enllaç visible a una pàgina de categoria
[[:Category:Help]]

Sense els dos punts inicials, l'enllaç no seria visible i la pàgina es col·locaria a la categoria; aquesta és una errada molt comuna. Vegeu també Help:Categories .

Category:Help
Enllaç visible a una imatge o a un fitxer de mitjans

File:Example.jpg

file label

Media:Example.jpg

file label

Enllaç a una pàgina específica de cada lector (pàgina d'usuari, etc.).
[[Special:MyPage]]

[[Special:MyTalk]]

[[Special:Preferences]]

Special:MyPage

Special:MyTalk

Special:Preferences

Enllaç intern a una revisió específica
[[Special:PermanentLink/2393992]]

Els números de versió es poden trobar a l'historial de cada pàgina. (És molt comú veure els enllaços a versions específiques implementats com a enllaços externs perquè és fàcil retallar i enganxar un URL sencer per formar un enllaç extern.)

Special:PermanentLink/2393992
Enllaç intern a un "dif"
[[Special:Diff/2393992]]

[[Special:Diff/2390639/2393992]]

Per defecte (en el primer exemple) es mostren els canvis des de la versió prèvia. Vegeu també els comentaris de l'element precedent.

Special:Diff/2393992

Special:Diff/2390639/2393992

Redirecció
#REDIRECT [[Main Page]]

Hauria de ser la primera i única línia de la pàgina. Vegeu Help:Redireccions .

 Main Page

Enllaços externs

Per crear un enllaç extern (normalment cap a una pàgina d'un altre lloc web), escriviu l'URL seguida d'espai i el text d'enllaç entre claudàtors individuals (vegeu-ne exemples més avall). En desar o previsualitzar la pàgina, veureu un enllaç representat una mica diferent que els enllaços interns (wikienllaços). Pot ser d'un altre color o anar seguit d'una icona de fletxa per indicar que pot portar a un altre lloc.

Descripció El que heu escrit El que obtindreu
Enllaç extern amb text d'enllaç explicitat
[https://mediawiki.org MediaWiki]
MediaWiki
Enllaç extern numerat
[https://mediawiki.org]

Si ometeu el text d'enllaç, passa això. Quan hi ha diversos enllaços d'aquesta mena en una pàgina, es numeren en ordre. Multiple links of this type on the same page are numbered sequentially.

[1]
Enllaç extern sol
https://mediawiki.org

Els URLs que comencen amb "http://" i "https://" s'enllacen automàticament, encara que no tinguin claudàtors.

https://mediawiki.org
Evitar els URLs autoenllaçats
<nowiki>https://mediawiki.org</nowiki>
https://mediawiki.org
Enllaç extern sense protocol explicitat
[//en.wikipedia.org Wikipedia]

[//en.wikipedia.org //en.wikipedia.org]

L'enllaç serà amb HTTP o HTTPS segons el protocol de la pàgina que s'estigui veient (que pot variar segons l'usuari). Això només funciona dins de claudàtors [ ]. Només "//en.wikipedia.org" sense res més no crea un enllaç.

Wikipedia

//en.wikipedia.org

Enllaç extern al servidor actual
https://{{SERVERNAME}}/pagename
https://www.mediawiki.org/pagename
Enllaç extern a un altre servidor passant el nom de la pàgina
https://google.com/search?q={{PAGENAMEE}}

Vegeu també: noms de pàgina codificats com a URL, Manual:PAGENAMEE encoding

https://google.com/search?q=Links
Enllaç al correu
[mailto:info@example.org email me]
email me
Enllaç al correu amb la línia i el cos del subjecte
[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]
info
URI personalitzat
[skype:echo123 call me]

Qualsevol URI que vulgueu afegir s'ha de declarar abans mitjançant $wgUrlProtocols . (Aquest exemple no està habilitat a MediaWiki.org)

[skype:echo123 call me]

Using email links

Email links use mailto: before the address. They're written like this: [mailto:anyone@example.org address name] (resulting in address name). If there's no name, the address is automatically numbered, like this: [mailto:anyone@example.org] becomes [2]. Addresses without square brackets won't be linked, e.g., anyone@example.com. You can also add a CC using [mailto:anyone@example.org?cc=anyone2@example.org address name] (resulting in address name). To add a subject, use [mailto:me@me.com?subject=Me] "

Enllaços externs a pàgines internes

Per afegir un enllaç a una pàgina en el mateix wiki usant els paràmetres de consulta d'URL, potser haureu de fer servir la sintaxi d'enllaç extern.

Descripció El que heu escrit El que obtindreu
Enllaç extern a la pàgina d'edició de la pàgina actual
[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]

[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]

Vegeu també Help:Magic_words#URL_data i #External links

Edit this page

Edit this page

Enllaç extern a la pàgina d'edició de la pàgina actual, i prenent l'estil d'assemblar-se a un enllaç intern
<span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span>

La plainlinks class es pot utilitzar en els casos en què desitja que un enllaç extern s'assembli a un d'intern, suprimint la icona que apareix normalment després de l'enllaç

Edit this page

The arrow icon

Some skins add an arrow icon after each external link by default. However, this can be avoided by using class="plainlinks". For instance:

  • [http://a a] gives a
  • <span class="plainlinks">[http://a a]</span> gives a

Using Linksearch

Special:Linksearch is a built-in tool that helps find pages linked to a specific URL. By using the externallinks table, it generates a comprehensive list of page names where the link originates, along with the complete target link for each source page. You can search in all namespaces or just one. It supports wildcard (*) use, so you can search by top-level domain (e.g. [3]), second-level domain (e.g. [4]), etc. or refine your search by specifying parts of the URL e.g. [5].

Notes:

  • Avoid including "http://".
  • The program might not return any results if there is a colon in the URL.
  • MediaWiki page names in URLs should have underscores instead of spaces. The Linksearch function also requires underscores in URLs.
  • Linksearch is sensitive to capitalization, multiple underscores, and the use of "index.php". It may not find alternative URLs even if they lead to the same target. Therefore, when creating an external link, it's best to use the canonical form of the URL. If the address bar displays a modified URL after following a link, update the URL in the link accordingly for optimal use of Linksearch.
  • The list is sorted by URL, using standard page name order. Note that an underscore, unlike a blank space, is alphabetically positioned between "Z" and "a".

Using backlinks

Normally, internal links within a project are easy to spot and useful for finding related pages. But when there's a mix of internal and external links, it can be tricky to track backlinks, it necessitates the use of both "Help:What links here" and "Linksearch". However, for links to specific sections or anchors, it's possible to include both an internal link and, with CSS styling using "display=none" an external link to provide backlink.

External links are better than interwiki links. With Linksearch, you can even find backlinks to specific sections or anchors. So, combining both internal and external links while hiding the external ones "<span style="display:none">http://...</span>", gives us the best of both worlds.

Limitations

  1. External links doesn't support Word-ending links.
  2. External links doesn't count toward Special:WhatLinksHere (What links here).

Enllaços interwiki

Els enllaços interwiki són enllaços que tenen el format dels enllaços interns però que apunten a altres llocs web (que no cal que siguin wikis, malgrat el nom). Per exemple, podeu enllaçar a l'article http://en.wikipedia.org/wiki/Sunflower escrivint simplement [[wikipedia:Sunflower]] o, en aquest wiki, la versió abreujada [[w:Sunflower]]. Tots dos es traduiran en un enllaç a wikipedia:Sunflower. Això funciona perquè, per defecte, MediaWiki configura wikipedia: com a "prefix interwiki" que es transforma en http://en.wikipedia.org/wiki/ quan s'utilitza dins de [[ ]]. (No funcionarà si el vostre administrador de wiki ha canviat la configuració.) A diferència dels enllaços interns, els enllaços interwiki no detecten l'existència de pàgines, de manera que un enllaç interwiki apareixerà blau encara que la pàgina no existeixi en el wiki remot.

Igual que en els enllaços interns, aquí també podeu crear enllaços amb barra vertical, amb una etiqueta d'enllaç alternativa. Per exemple, [[wikipedia:Sunflower|flor gran de color groc]] és l'enllaç flor gran de color groc i [[wikipedia:Sunflower|]] és l'enllaç Gira-sol.

Bàsicament, els enllaços interwiki són abreviatures d'enllaços externs més llargs d'ús comú. Es podria crear un enllaç molt similar mitjançant [http://en.wikipedia.org/wiki/Sunflower flor gran de color groc].

Més detalls estan a Manual:Interwiki i m:Ajuda:Enllaç interwiki. Your wiki may have a Special:Interwiki page listing the interwiki prefixes it supports; here is the default interwiki list. You can edit the interwiki table on your site.

Enllaços entre idiomes

Si el vostre wiki té versions en altres idiomes, podeu trobar “enllaços entre idiomes” a la barra lateral, directament sota la caixa d'eines, a la secció anomenada “en altres llengües.”

En el codi wiki, els enllaços entre idiomes s'assemblen molt als enllaços interwiki, però es comporten de manera similar als enllaços de categoria en el sentit que es representen d'una manera especial. Però, mentre que els enllaços de categoria apareixen en una llista especial al capdavall de la pàgina (normalment), els enllaços entre idiomes apareixen en una llista especial a la barra lateral de la pàgina (o en un altre lloc, segons la configuració del wiki i la pell emprada).

El propòsit dels enllaços entre idiomes és enllaçar les pàgines que tracten el mateix tema en els diversos idiomes. To create an interlanguage link, type [[language prefix:page name]] anywhere in the page (preferably at the bottom, like category links); the language prefix is the prefix specified at your wiki for the other language version (typically the ISO 639-1 language code). L'enllaç interidioma és unilateral, és a dir, no apunta cap enrere des de la pàgina en l'altre idioma. Per aconseguir això, cal posar-hi un enllaç corresponent allà també. No funciona com l'ordre Modifica els enllaços del selector d'idioma de la Wikipèdia. Però es pot utilitzar per tots els espais de noms, inclòs el d'usuari (Usuari:) per apuntar cap als perfils que es tenen en altres idiomes.

Per establir que l'enllaç entre idiomes aparegui en el contingut de la pàgina en comptes de a la barra lateral, podeu afegir dos punts abans del prefix d'idioma: :[[:en:Sunflower]]en:Sunflower

Quan un enllaç és alhora interwiki i entre idiomes, l'ordre és wikipedia:en:Sunflower.

Per a més informació, vegeu m:Help:Interwiki linking#Interlanguage links.


Piped links

A piped link is an internal link or interwiki link where the 'target page name' of the link and its 'label' are both specified.

This is useful in cases where the user wants to values of 'target page name' and 'label' to be different. This also enables linking a contextually relevant word or phrase within the text of a page rather than using the generic value "see also". The wording does not need to match the name of the target page. Depending on the preferences set for the current user and a supported browser, you can still see the link target: when you hover your cursor over the link, the name shows up in a pop-up window and is also shown in the status bar.

For example:

[[coffeehouse setup|Get Piping Hot Coffee Here!]]

will show: Get Piping Hot Coffee Here!

Let's take another example: [[help:Piped link|piped link]] will be displayed as piped link. This can be done when context makes it clear that the page being linked to is in the help namespace. The piped link is a better way of doing this, rather than mistakenly linking to piped link which might be a disambiguation page or not exist.

Fun Fact: The term piped refers to the use of the pipe character "|", which in this context is used to separate the more descriptive description from the actual name of the linked page.

The Pipe character was named after an alternative use of it; see Pipe (computing).

Using a redirect as an alternative

An alternative way is to use redirect pages.

To create Get Piping Hot Coffee Here!, use [[Get Piping Hot Coffee Here!]] and make it redirect to coffeehouse setup (please note: unlike above, what pops up when you point at the link, depending on your browser's support, is the text that is already shown).

It is convenient if the redirect is already there or will also be of use elsewhere. However, there are a few drawbacks.

  • the popup does not show the destination page
  • "Related changes" shows the changes in the redirect page not the redirect target
  • the redirect message that is shown on the target page slightly clutters it

Using a piped link and a redirect together, it is possible to provide information in the hover box that is not the name of the linked page, for example, the value of a unit in terms of other units. In that case, it is possible to make a page whose page name is the information that you'd like in the link title, and which redirects to the page with a more appropriate name.

For example, the page w:30.48 cm redirects to w:Foot (unit).

Pipe trick

If the part after the "|" in a piped link is left empty, it is converted to an abbreviated form of the page name on the left, based on the following rules:

  1. Any word that is before the first colon (:), as well as the colon character itself, is removed.This word may or may not be a 'namespace' prefix (such as "Help:") or an 'interwiki' prefix (such as "commons:").If the name of the page is preceded by a colon (:), "first" refers to "first after this".
  2. If there is some text in the parentheses at the end, then it will be removed.
  3. If there are no parentheses, but there is a comma (,) character, the comma and everything after it is removed.
  4. Note that this does not work for sections/anchors as [[Help:Piped_link#Pipe_trick|]] outputs [[Help:Piped_link#Pipe_trick|]].

Similar to using the three or four tildes when signing on Talk pages, and using 'subst', in a preview, the result shows up in the preview itself, but the conversion in the edit box is not shown yet. Click on the "Show changes" option to see the change in the wikitext.

Examples
  • [[Help:Template|]] is converted to [[Help:Template|Template]], which is shown as Template
  • [[Music: My life|]] is converted to [[Music: My life| My life]], which is shown as My life - although "Music:" itself is not a namespace (therefore the space after the colon character is not automatically removed), however, the shortcut works anyway
  • [[w:en:Pipe (computing)|]] is converted to [[w:en:Pipe (computing)|en:Pipe]], which is shown as en:Pipe.
  • [[commons:Boston, Massachusetts|]] is converted to [[commons:Boston, Massachusetts|Boston]], which is shown as Boston.
  • [[w:{{{1}}}|]] does not give [[w:{{{1}}}|{{{1}}}]], and calling the template with a value of parameter 1 gives a working link, but in the case of substitution only.
  • [[w:en:{{FULLPAGENAME}}|]] does not give [[w:en:{{FULLPAGENAME}}|en:{{FULLPAGENAME}}]] and [[m:{{FULLPAGENAME}}|]] does not give [[m:{{FULLPAGENAME}}|{{FULLPAGENAME}}]]
  • [[Wikipedia:Village pump (technical)#Pipe trick|]] is not converted, so it does not give a working link.
This wikitext Produces
* [[project:a (b)|]]
* [[w:project:a (b)|]]
* [[:de:project:a (b)|]]
* [[wiktionary:project:a (b)|]]
* [[wiktionary:de:project:a (b)|]]
* [[wikibooks:project:a (b)|]]
* [[wikiquote:project:a (b)|]]
* [[wikisource:project:a (b)|]]
* [[wikisource:project:a (b)#c|]]
* [[w:en:{{FULLPAGENAME}}|]] [[w:en:{{FULLPAGENAME}}|en:{{FULLPAGENAME}}]]
* [[m:{{FULLPAGENAME}}|]] [[m:{{FULLPAGENAME}}|{{FULLPAGENAME}}]]
* a
* project:a
* project:a
* project:a
* de:project:a
* project:a
* project:a
* project:a
* [[wikisource:project:a (b)#c|]]
* [[w:en:Help:Links/ca|]] en:Help:Links/ca
* [[m:Help:Links/ca|]] Help:Links/ca
Category tag

Since the sortkey syntax of the category is similar to a piped link, the pipe trick also works for category tags, even though technically, it is not useful there.

Limitation

  • [[Help:L{{tc}}k|]] using template:tc is not converted, so the result is rendered as [[Help:Link|]] which is not as a working link.This is because like substitution, the pipe trick expansion occurs before ordinary expansion of the templates, etc.The pipe trick does not work if the linked page includes invalid characters.Therefore, while ordinarily the acceptability of the target page name is assessed after template expansion, the pipe trick expansion judges it before that.The braces are therefore considered invalid characters in the page name.Instead, a template can be used like template:pipe trick: {{pipe trick|Help:|L{{tc}}k}} which renders as Link.

Inverse pipe trick

On page "A (c)", [[|b]] is converted to [[b (c)|b]] automatically.

Similarly, on page "A, c", [[|b]] is converted to [[b, c|b]] automatically.

Anchors

Linking to an anchor

Links in the format [[#anchor_name]] will direct to the first matching anchor on the page, typically corresponding to the first identical section heading.

You can add an [[#anchor_name]] to a link, directing it to the first matching section heading (or anchor) on the named page:

[[Help:Editing#Advanced editing]]

https://www.mediawiki.org/wiki/Help:Editing#Advanced_editing

Using an automatic anchor

Section headings serve as anchors, using the heading text as the anchor name. If there are multiple sections with identical headings, each subsequent occurrence is appended with "_2", "_3", etc.

The anchor #toc links to the page's table of contents, except when there's a section titled "toc."

A manual anchor

Manually-set anchors are beneficial for linking to "unlinkable" elements such as tables (titles or cells) or sections of plain text. For instance, in the External links to internal pages section above, although the column text "Description" resembles a (minor) heading, it is not.

There are several methods to set an anchor at any position:

  • The "anchor" template, if it exists on your wiki, specified as {{Anchor }}, offers a standardized method to create anchor points. Place the template where you want, using the syntax {{Anchor|Name_of_Anchor}}. For instance, {{Anchor|Description}} is placed in the "Description" column of the table below the "External links to internal pages" section. Clicking on #Description links to that anchor point created on the table. The anchor is only visible via the source code.
  • Use the generic anchor tag <span id="anchor_name">some text</span> with optional text for visible anchors. For hidden anchors, omit the text. To point to the anchor use [[#anchor_name]].
  • Avoid using manual HTML headings like <h2>Editing Instructions</h2>. This text serves as an anchor_name.
  • In certain instances, adding an ID attribute similar to HTML within a Wiki-element is necessary. Take, for instance, the table mentioned earlier, titled External links to internal pages:
border="1" class="wikitable" id="You type"
  • A top of a page can be accessed using the reserved term [[#top]].

See also Help:Section#Linking sections using an arbitrary id.

Using Linksearch anchors

As mentioned above, if external link style is used, e.g. [6], we can use Special:Linksearch: [7].

When using Linksearch, it's helpful to add leading zeros to numerical anchor names to prevent unintended matches. For example, instead of searching for "1", use "01" to avoid including "10". This practice is seen in w:Portal:Current events/DateHeader2. Similarly, if there are anchors like "a" and "ab", using "_a" can distinguish them in search results.

Anchorencode

The #anchorencode parser function encodes input to use as an anchor. For example, to external link to #Using linksearch anchors above, you would use https://www.mediawiki.org/wiki/Help:Links#{{anchorencode:Using Linksearch anchors}}, which resolves to https://www.mediawiki.org/wiki/Help:Links#Using_Linksearch_anchors

Subpage feature

MediaWiki has a subpage feature that may or may not be active depending on the project and namespace. If it's activated, the following rules apply; otherwise, "A/b" is simply a standalone page with that name.

A page's tree structure is formed using forward slashes in page names: A/b is considered a subpage of A, making A the parent of A/b; additionally, A/b/c is a subpage of A/b; meanwhile, A/a, A/b, and A/c are categorized as sibling pages.

The subpage body automatically displays links to all parent pages without needing specific wikitext. These links appear even if the parent page doesn't exist. However, if any ancestor page in the sequence is missing, the chain of links will stop before that point. Additionally, the capitalization of letters after the forward slash in the page name matters, meaning "/subpage" and "/Subpage" refer to different pages.

The functions, What links here and [Help:Related changes|]] do not consider these automatically generated links."

When the subpage feature is enabled within a namespace, any forward slash in a page's name automatically creates a subpage structure, regardless of whether it was intended or not.

You can find a list of subpages using Special:PrefixIndex.

Using variables

When utilizing the subpage feature within namespace A on page A:B/c/d, {{BASEPAGENAME}} shows B/c while {{SUBPAGENAME}} shows d.

Using relative links

Within a subpage hierarchy, you can utilize the following relative links:

  • [[../]] links to the parent page of the current subpage. For example, on page A/b, it takes you to page A, and on page A/b/c, it directs you to page A/b.
  • [[../../]] links to the grandparent page of the current subpage. For example, on page A/b/c, it points to page A.
  • [[../s]] links to a sibling page of the current subpage. For example, on page A/b, it leads to page A/s.
  • [[../../s]] links to an "uncle" page of the current subpage. For example, on page A/b/c, it points to page A/s.
  • [[/s]] links direct to a subpage. On page A, it functions similarly to [[A/s]]. However, linking from a namespace with an enabled subpage feature to a main namespace page starting with "/" requires a workaround: adding a colon before the page name.

Relative links remain functional even when all pages within a hierarchy are renamed to reflect a change in the root's name, even if the root becomes a child of a new parent. Users with the appropriate permissions, such as administrators and those with the move-subpages right, have the option to move both the main page and its subpages during a renaming process.

Learn more about subpages at w:Wikipedia:Subpages. See examples at Help:Link/example and Help:Link/example/example2

Subpage activation

This feature is only enabled in namespaces specified in the $wgNamespacesWithSubpages configuration setting, either its default namespaces, or any additional namespaces set in LocalSettings.php

Character conversion

The guidelines outlined in m:Help:Page name state that in wiki and interwiki links, conversions are made to non-literal characters automatically. For example,"[[Help:Page%20name]]" will display as "m:Help:Page name". Conversely, external links operate oppositely; literal characters are transformed into non-literal characters. For example, browsers typically convert ".../wiki/!" to ".../wiki/%21".

Applying a code like %70 to a redirect deactivates it, even though the link remains accessible from the redirect page. To ensure a successful redirect, the redirect page displays the canonical form of the target, unlike the preview page which shows the link in its regular format.

Miscellaneous

Some additional effects of links

  • Related changes
  • Backlinks, Linksearch
  • When you include a space after the pipe symbol ([[main Page| ]]), the outcome can vary depending on the browser. In some cases, it might only display a space (" "), without creating a clickable link. However, it's still recognized as a link by the "what links here" feature.

"Hover box" on links

In certain web browsers, when you place the cursor over a link, a tooltip may appear, displaying the content of the link's HTML title attribute. MediaWiki assigns different values to this attribute depending on the type of link: for internal wikilinks, it displays the page name and (page does not exist), if the page does not exist; for interwiki links, it displays the page name with a prefix; and for external links, it displays the URL.

The browser might also display similar information in its status bar, possibly showing which section it belongs to.

Using a piped link , even if it isn't clicked, can help clarify acronyms (like displaying "neutral point of view" as NPOV) or adding annotations. Hover boxes can also be created without links, you can customize the hover box content using markup like [[Link title|<span title="hoverbox">Display text</span>]].

You cannot include a title attribute directly within the href element for external links. Nevertheless, you can achieve a similar outcome by using a span element instead, like this: [http://www.example.com <span title="hover text on external link">www.example.com web site</span>] :
www.example.com web site

Retrieving links from a page

The MediaWiki API allows users to retrieve all links from a page. For example, you can utilize the API query called API:Links to achieve this.

Linking to a page from an image

You can utilize images to direct users to other pages. For further details, refer to the guidance on utilizing an image to link to a specific page in the help section.

Límits

Un enllaç de wiki intern té una mida màxima de títol de pàgina.

Vegeu també