Aiuto:Collegamenti
![]() |
Nota: Quando modifichi questa pagina, acconsenti a pubblicare il tuo contributo con licenza CC0. Vedi le pagine di aiuto sul dominio pubblico per maggiori informazioni.
|
![]() |
Esistono cinque tipi di collegamenti ipertesto in MediaWiki:
- Collegamenti interni ad altre pagine dello stesso wiki (comunemente chiamati "wikilinks")
- Collegamenti esterni a pagine di altri siti web
- Collegamenti esterni a pagine interne nello stesso wiki
- Collegamenti Interwiki ad altri siti web che utilizzano prefissi speciali registrati in anticipo
- Collegamenti interlinguistici ad altri wiki registrati come versioni linguistiche diverse del wiki corrente
Si noti che questo elenco non include la categoria dei collegamenti e i collegamenti di file, che vengono utilizzati per posizionare le pagine in categorie e visualizzare immagini o altri file multimediali, rispettivamente.
Collegamenti interni
Per creare un cosiddetto link interno a una pagina sullo stesso wiki (un "wikilink"), utilizzare le doppie parentesi quadre del markup wiki, [[come questo]]
. Quando si visualizza l'anteprima o si salvano le modifiche, viene visualizzato un link che può essere seguito per raggiungere la pagina di destinazione.
Se la pagina esiste il link è visualizzato in blue (come la parola "creare" nella prima frase del paragrafo); se la pagina non esiste il link appare rosso (quindi il link [[come questo]]
è reso così like this). Si noti che i colori potrebbero essere differenti se lo schema colori del wiki è stato cambiato rispetto all'impostazione predefinita.
Seguendo tale "redlink" a una pagina mancante (che sia effettivamente rossa o meno), di solito l'utente può creare la pagina.
Per contrassegnare qualsiasi stringa di testo arbitraria (non necessariamente un titolo di pagina) come collegamento, utilizzare un carattere "barra verticale" o "pipe", come questo: [[Help:Categories|link di categoria]]
La prima lettera del link non è sensibile alle maiuscole e minuscole (a meno che il wiki non sia configurato diversamente), il che significa che i link possono essere maiuscoli o meno (quindi How to contribute e How To Contribute sono equivalenti).Tuttavia, ogni lettera successiva deve corrispondere esattamente alla pagina di destinazione (quindi How to contribute and How To Contribute non sono equivalenti). Gli spazi nel titolo della pagina possono essere rappresentati come trattini bassi (quindi How to contribute e How To Contribute sono di nuovo equivalenti), ma l'uso dei trattini bassi nei collegamenti li renderà visibili nel testo della pagina (ma questo può essere evitato usando un "pipe").
Se il titolo della pagina a cui ci si collega è quello della pagina che si sta modificando, il risultato non è affatto un collegamento ipertestuale, ma semplicemente un testo in grassetto (per esempio, in questa pagina il markup [[Help:Links/it]]
dà come risultato Help:Links/it).
Se si sta cercando di creare un collegamento wiki alla pagina corrente, probabilmente si vuole collegare a una specifica sezione o a un'ancora all'interno della pagina; si vedano gli esempi seguenti.
MediaWiki utilizza la tabella pagelinks per mantenere i riferimenti ai collegamenti wiki interni.
Nome/Descrizione | Sintassi | Risultato |
---|---|---|
Collegamento interno | [[Main Page]]
[[Help:Contents]]
[[Extension:DynamicPageList (Wikimedia)]]
|
|
Collegamenti che utilizzano il pipe |
[[Help:Editing pages|editing help]]
Collegamenti a sezione/ancora con la pagina di destinazione. [[Help:Editing pages#Preview|previewing]]
Collegamenti con il pipe a un'ancora sulla stessa pagina [[#See also|different text]]
Vedere anche meta:Help:Piped link. |
|
Pipe trick | [[Manual:Extensions|]]
[[User:John Doe|]]
[[Extension:DynamicPageList (Wikimedia)|]]
[[Extension:DynamicPageList (third-party)|]]
La trasformazione operata dal trucco del pipe può dare come risultato lo stesso testo per diversi target di collegamento, come si vede negli esempi di DynamicPageList. |
|
Word-ending links | [[Help]]s
[[Help]]ing
[[Help]]ers
[[Help]]almostanylettersyoulikehere
[[Help]]BUTnotalways
Follows so-called "linktrail rules" localised per each language. |
Helpalmostanylettersyoulikehere HelpBUTnotalways |
Avoiding word-ending links | [[Help]]<nowiki />ful advice
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
|
Helpful advice GPLv3 |
Link a un'ancora nella stessa pagina | [[#See also]]
Anchors are provided automatically on section headings and to the top ( |
#See also |
Impostare un'ancora per il collegamento in entrata | <div id="Unique anchor name 1">optional text</div>
<span id="Unique anchor name 2">optional text</span>
Rendered block-level and inline, respectively.
Doing this would allow for Setting an anchor in a section heading ==<span id="Alternate Section Title"></span>Section heading==
Note the placement. Questa deve essere una etichetta "span", non un'etichetta "div". (Queste ancore permettono di rinominare le sezioni senza interrompere i collegamenti in entrata). |
testo opzionale
testo opzionale |
Collegamento a un'ancora in un'altra pagina | [[Help:Images#Supported media types for images]]
|
Help:Images#Supported media types for images |
Link to the current page's talk page | [[{{TALKPAGENAME}}|Discussion]]
See also Help:Magic words#Page names |
Discussion |
Collegamento a una sottopagina | [[/example]]
Scorciatoia per |
/example |
Link to a subpage without the leading slash | [[/example/]]
Scorciatoia per |
example |
Link to a subpage of parent page for current page. Può essere utilizzato solo nelle sottopagine. | [[../example2]]
Shortcut for |
example2 |
Visible link to a category page | [[:Category:Help]]
Without the leading colon the link would not be visible and the page would instead be placed into the category; this is a very common mistake. Vedere anche Help:Categorie . |
Category:Help |
Visible link to an image or media file | [[:File:Example.jpg]]
[[:File:Example.jpg|file label]]
[[Media:Example.jpg]]
[[Media:Example.jpg|file label]]
Without the leading colon on the "File:" examples, the images would actually be displayed. Vedere anche Aiuto:Immagini . Il prefisso |
|
Link to a page specific to each reader (user page, etc.) | [[Special:MyPage]]
[[Special:MyTalk]]
[[Special:Preferences]]
|
|
Collegamento interno a una versione specifica | [[Special:PermanentLink/2393992]]
Revision numbers can be found in each page's edit history. (It is very common to see links to specific revisions implemented as external links because it's easy to cut-and-paste an entire URL to form an external link.) |
Special:PermanentLink/2393992 |
Collegamento interno a un "diff" | [[Special:Diff/2393992]]
[[Special:Diff/2390639/2393992]]
The default (in the first example above) is to show the changes from the previous revision. See also the comments in the previous item. |
|
Reindirizzamento | #REDIRECT [[Main Page]] Should be the first and only line on the page. Vedere Help:Redirect . |
Main Page |
Collegamenti esterni
To create an external link, usually to a page at a different website, enclose the URL followed by space and the link text in single square brackets (see examples below). When you save or preview the page, you will see a link rendered slightly differently than an internal wikilink. It may be a different color and/or be followed by an arrow icon to show that it may lead to another site.
Descrizione | Digiti | Ottieni |
---|---|---|
External link with specified link text | [https://mediawiki.org MediaWiki] |
MediaWiki |
Numbered external link | [https://mediawiki.org] This is what happens if you omit the link text. Multiple links of this type on the same page are numbered sequentially. |
[1] |
Bare external link | https://mediawiki.org URLs beginning with " |
https://mediawiki.org |
Avoiding auto-linked URLs | <nowiki>https://mediawiki.org</nowiki>
|
https://mediawiki.org |
Protocol-relative external link | [//en.wikipedia.org Wikipedia] [//en.wikipedia.org //en.wikipedia.org] The link will be HTTP or HTTPS depending on the protocol of the page currently being viewed (which could be different for different users).
This is only supported inside of square brackets |
|
External link to the current server | https://{{SERVERNAME}}/pagename |
https://www.mediawiki.org/pagename |
External link to other host passing the pagename | https://google.com/search?q={{PAGENAMEE}} See also: URL encoded page names, Manual:PAGENAMEE encoding |
https://google.com/search?q=Links |
Mailto link | [mailto:info@example.org email me] |
email me |
Mailto named with subject line and body | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] |
info |
URI personalizzato | [skype:echo123 call me] Any URI you wish to add needs to be first declared through $wgUrlProtocols . (This example is not enabled on MediaWiki.org) |
[skype:echo123 call me] |
External links to internal pages
To add a link to a page on the same wiki using URL query parameters, you may need to use external link syntax.
Descrizione | You type | You get |
---|---|---|
External link to the current page's edit page | [https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] See also Help:Magic_words#URL_data and External links above. |
|
External link to the current page's edit page, and styled to look like an internal link | <span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span>
The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it. |
Edit this page |
Limitations
- External links doesn't support Word-ending links.
- External links doesn't count toward Special:WhatLinksHere (What links here).
Interwiki links
Interwiki links are internal-style links to other websites (which do not have to be wikis, despite the name).
For example, you can link to the article https://en.wikipedia.org/wiki/Sunflower by typing [[wikipedia:Sunflower]]
or, on this wiki, the shorter [[w:Sunflower]]
.
Both will result in a link wikipedia:Sunflower.
This works because by default MediaWiki configures wikipedia:
as an "interwiki prefix" that turns into https://en.wikipedia.org/wiki/ when used inside [[ ]].
(It may not work if the admin of your wiki has changed the setting.) Unlike internal links, interwiki links do not use page existence detection, so an interwiki link will appear blue even if the page does not exist on the remote wiki.
Similar to internal page links, you can create piped links, with alternate link label, e.g. [[wikipedia:Sunflower|big yellow flower]]
is the link big yellow flower and [[wikipedia:Sunflower|]]
is the link Sunflower.
Basically, interwiki links are abbreviations for commonly-used longer external links. A very similar link could be created as [https://en.wikipedia.org/wiki/Sunflower big yellow flower]
.
More details are at Manual:Interwiki and m:Help:Interwiki linking. 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.
Interlanguage links
If your wiki has other language versions, you may find interlanguage links in the sidebar, just below toolbox in a section titled “in altre lingue.”
In wiki markup an interlanguage link looks very much like an interwiki link, but behaves similarly to a category link in that it is rendered in a special way. While category links appear in a special list at the bottom of the page (usually), interlanguage links appear in a special list in the sidebar of the page (or elsewhere, depending on the wiki's configuration and the skin used).
The purpose of interlanguage links is to link pages on the same topics in different languages. 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).
The interlanguage link is unilateral, it does not point back from that page in the other language.
For that purpose, an equivalent back-link needs to be placed there as well.
It does not work like the "Edit links" in the languages section of Wikipedia-language versions.
But it can be used across all name spaces, including 'User:' to point to ones other profiles in other languages.
If you want to make the interlanguage link appear at a specific place in the content of the page rather than in the sidebar, add a colon before the language prefix:
[[:en:Sunflower]]
→ en:Sunflower
When a link is both interwiki and interlanguage, the order is wikipedia:en:Sunflower.
For more information, see m:Help:Interwiki linking#Interlanguage links.
Limits
An internal wiki link is limited by maximum page title size.