Help:Advanced LinkingEdit This Page
From FamilySearch Wiki
m (Removed link to old video demo) |
(Quick Reference) |
||
| (14 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Help article}} | |
| − | + | __TOC__ | |
| − | *<u>Internal Link:</u> On the page where | + | {{Quick Reference|<br><br> |
| − | *<u>External Link:</u> On the page where you want the link to appear, type:''' <nowiki>[http://hyperlink visibletext]</nowiki> '''where "'''<nowiki>http://hyperlink</nowiki>'''" | + | *<u>Internal Link:</u> On the page where you want the link to appear, type:'''<nowiki>[[pagetitle|visibletext]]</nowiki> '''where "'''pagetitle'''" is the name of the article you want to link to, and "'''visibletext'''" is the text users see on the page and will click on to be directed to the linked article. |
| + | *<u>External Link:</u> On the page where you want the link to appear, type:''' <nowiki>[http://hyperlink visibletext]</nowiki> '''where "'''<nowiki>http://hyperlink</nowiki>'''" is the url of the website you want to link to (including <nowiki>http://</nowiki>), and "'''visibletext'''" the text users see on the page and will click on to be directed to the other website or url. | ||
| + | }} | ||
| − | == How to | + | == Linking with Wikitext == |
| + | |||
| + | === How to create an internal link using Wikitext === | ||
| + | |||
| + | To create internal links using the "Rich Editor", see [[Help:Create an internal link|Create an internal link]]. | ||
#Type double square brackets '''[['''. | #Type double square brackets '''[['''. | ||
| Line 15: | Line 21: | ||
''Tip:'' To enter the pipe symbol (|), hold the "Shift" key down and then press the \ (the shift and the backslash keys). | ''Tip:'' To enter the pipe symbol (|), hold the "Shift" key down and then press the \ (the shift and the backslash keys). | ||
| − | ''' | + | '''Examples:''' |
| + | {| border="1" class="wikitable" | ||
| + | |- | ||
| + | ! Description | ||
| + | ! You type | ||
| + | ! You get | ||
| + | |- | ||
| + | | Internal link | ||
| + | | <pre>[[Main Page]]</pre> | ||
| + | | [[Main Page]] | ||
| + | |- | ||
| + | | Piped link | ||
| + | | <pre>[[Main Page|different text]]</pre> | ||
| + | | [[Main Page|different text]] | ||
| + | |- | ||
| + | | Shortened sort-of-piped link | ||
| + | | <pre>[[Main Page]]s</pre> | ||
| + | | [[Main Page]]s | ||
| + | |- | ||
| + | | Redirect<br><br>See also [[Help:Redirects|Redirects]] | ||
| + | | <pre>#REDIRECT [[Main Page]]</pre> | ||
| + | | → [[Main Page]] | ||
| + | |- | ||
| + | | Internal link to an anchor at another page | ||
| + | | <pre>[[Help:User page#See also]]</pre> | ||
| + | | [[Help:User page#See also]] | ||
| + | |- | ||
| + | | Internal link to a subpage<br><br>See also [[Help:Subpages|Subpages]]. | ||
| + | | <pre>[[Help:Advanced Linking/example]]</pre> | ||
| + | | [[Help:Advanced Linking/example]] | ||
| + | |- | ||
| + | | Internal link to a category page | ||
| + | | <pre>[[:Category:Help]]</pre> | ||
| + | | [[:Category:Help]] | ||
| + | |- | ||
| + | | Internal link to an image or a file of other types | ||
| + | | <pre>[[media:example.jpg]] | ||
| + | [[Media:Swedish Parishes.pdf]] </pre> | ||
| + | | [[Media:Example.jpg]] | ||
| + | [[Media:Swedish Parishes.pdf]] | ||
| + | |- | ||
| + | ! colspan="3"|<center>Shortcut links related to the current page</center> | ||
| + | |- | ||
| + | | Internal link to an anchor on the current page<br><br>[[Help:Section|Section headings]] and the [[#top|top]] of the page are automatically anchored. | ||
| + | | <pre>[[#See also]]</pre> | ||
| + | | [[#See also]] | ||
| + | |- | ||
| + | | Internal link to the current page's talk page<br><br>See also [[Help:Magic words#Variables|Magic words]] | ||
| + | | <pre>[[{{TALKPAGENAME}}]]</pre> | ||
| + | | [[{{TALKPAGENAME}}]] | ||
| + | |} | ||
| − | + | === How to create an external link using Wikitext === | |
| − | + | To create external links using the "Rich Editor" see [[Help:Create an external link|Create an external link]]. | |
| − | + | ||
| − | + | ||
#Type a single right-facing square bracket '''[''' | #Type a single right-facing square bracket '''[''' | ||
| Line 29: | Line 83: | ||
#Next type a single, left-facing square bracket ''']''' without leaving a space between the bracket and the last letter or symbol of the url or text. | #Next type a single, left-facing square bracket ''']''' without leaving a space between the bracket and the last letter or symbol of the url or text. | ||
| − | ''' | + | '''Examples:''' |
| − | :< | + | {| border="1" class="wikitable" |
| − | + | |- | |
| − | + | ! style="width: 15%" | Description | |
| + | ! style="width: 45%" | You type | ||
| + | ! style="width: 40%" | You get | ||
| + | |- | ||
| + | | External link | ||
| + | | <pre>http://mediawiki.org</pre> | ||
| + | | http://mediawiki.org | ||
| + | |- | ||
| + | | External link with different label | ||
| + | | <pre>[http://mediawiki.org MediaWiki]</pre> | ||
| + | | [http://mediawiki.org MediaWiki] | ||
| + | |- | ||
| + | | External link numbered | ||
| + | | <pre>[http://mediawiki.org]</pre> | ||
| + | | [http://mediawiki.org] | ||
| + | |- | ||
| + | | External link to the same host | ||
| + | | <pre>[http://{{SERVERNAME}}/pagename]</pre> | ||
| + | | [http://{{SERVERNAME}}/pagename] | ||
| + | |- | ||
| + | | External link to other host passing the pagename | ||
| + | | <pre>[http://google.com/search?q={{PAGENAMEE}}]</pre> | ||
| + | | [http://google.com/search?q={{PAGENAMEE}}] | ||
| + | |- | ||
| + | | Mailto link | ||
| + | | <pre>[mailto:info@example.org email me]</pre> | ||
| + | | [mailto:info@example.org email me] | ||
| + | |- | ||
| + | | Mailto named with subject line and body | ||
| + | | <pre>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</pre> | ||
| + | | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] | ||
| + | |} | ||
== Other links == | == Other links == | ||
| − | === | + | === Linking to a category === |
| + | |||
| + | To create a link to a category, use a leading colon before the category name. (Without this colon, it will add the current page to the category.) | ||
| + | |||
| + | <nowiki>[[</nowiki>:{{ns:category}}:''NAME'']] | ||
| + | |||
| + | |||
| + | To change the display text, write the text inside the link tag after a pipe. | ||
| + | |||
| + | <nowiki>[[</nowiki>:{{ns:category}}:''NAME''|''DISPLAY TEXT'']] | ||
| + | |||
| + | |||
| + | Redirected categories must also use the colon, otherwise they will be added to the category instead of redirecting. | ||
| + | |||
| + | === Interlanguage Links === | ||
| + | |||
| + | Links to other [[FamilySearch Wiki:Non-English versions of the wiki|language versions]] of this wiki can be created using the {{tl|H-langs}} template. | ||
| + | |||
| + | === Interwiki Links === | ||
| + | |||
| + | Interwiki links to other wikis are generally not used on this wiki. Links to other wikis are usually created by using the standard methods for creating external links or by using the templates listed below under Creating Links Using Templates. | ||
| + | |||
| + | {{admin tip|tip=See {{mediawiki|Manual:Interwiki}} for the management of interwiki links of your wiki.}} | ||
| + | |||
| + | === Creating Links Using Templates === | ||
| − | + | Templates for creating common links are available, each with their own set of instructions:<br> | |
| − | + | External links: | |
| − | * | + | :*'''Family History Library Catalog''' (FHLC). Instructions: {{tl|FHL}} |
| + | :*'''Record Search'''. Instructions: {{tl|RecordSearch}} | ||
| + | :*'''WorldCat/OCLC''' (English Language). Instructions: {{tl|WorldCat}} | ||
| + | :*'''Wikipedia''' (English Language) - Inline link. Instructions: {{tl|Wpd}} | ||
| + | :*'''Wikipedia''' (English Language) - Wikipedia box. Instructions: {{tl|Wikipedia}} | ||
| + | :*'''Internet Archive''' (Wayback machine). Instructions: {{tl|Wayback}} | ||
| − | === | + | === Creating Image Links === |
| − | + | '''Single link''' | |
| − | + | The text below will make a 100px width picture with a link to the page [[FamilySearch]]: | |
| − | + | <nowiki>[[</nowiki>File:FamilySearch Logo.jpg|100px|link=FamilySearch]] | |
| − | |||
| − | + | [[Image:FamilySearch Logo.jpg|100px|link=FamilySearch]] | |
| − | + | '''Multiple links from the same image''' | |
| − | + | An image can also be used to link to different pages when a user clicks on different parts of the image. See [[Help:Image maps]] for more information. | |
| − | |||
| − | + | {{Contributor help-navbox}} {{Editing help}} | |
[[Category:Help]] | [[Category:Help]] | ||
Latest revision as of 14:53, 3 September 2012
|
This help article will guide you as you edit in the Wiki. See Contributor Help for more help articles. Visit the Wiki Help Forum as you have questions.
|
Contents |
Quick Reference:
|
Linking with Wikitext
How to create an internal link using Wikitext
To create internal links using the "Rich Editor", see Create an internal link.
- Type double square brackets [[.
- Type the name of the article you want to link to immediately after the two square brackets, without leaving a space between the brackets. This is the actual article you will link to. If you want the text on the page to show the actual article title, skip to step 4. If you want the text on the page to read differently from the actual article title, continue with step 3.
- After typing the exact name of the article you are linking to, type the pipe symbol |, and then type the text that you want to appear as the link on the page.
- Next type double square brackets ]] without leaving a space between the bracket and the last letter of the title or text.
Tip: To enter the pipe symbol (|), hold the "Shift" key down and then press the \ (the shift and the backslash keys).
Examples:
| Description | You type | You get |
|---|---|---|
| Internal link | [[Main Page]] |
Main Page |
| Piped link | [[Main Page|different text]] |
different text |
| Shortened sort-of-piped link | [[Main Page]]s |
Main Pages |
| Redirect See also Redirects |
#REDIRECT [[Main Page]] |
→ Main Page |
| Internal link to an anchor at another page | [[Help:User page#See also]] |
Help:User page#See also |
| Internal link to a subpage See also Subpages. |
[[Help:Advanced Linking/example]] |
Help:Advanced Linking/example |
| Internal link to a category page | [[:Category:Help]] |
Category:Help |
| Internal link to an image or a file of other types | [[media:example.jpg]] [[Media:Swedish Parishes.pdf]] |
Media:Example.jpg |
| Internal link to an anchor on the current page Section headings and the top of the page are automatically anchored. |
[[#See also]] |
#See also |
| Internal link to the current page's talk page See also Magic words |
[[{{TALKPAGENAME}}]]
|
Help talk:Advanced Linking |
How to create an external link using Wikitext
To create external links using the "Rich Editor" see Create an external link.
- Type a single right-facing square bracket [
- Type or paste the url or website immediately after the single square bracket, without leaving a space between the bracket and the first letter or symbol of the url (website address). Remember, the url MUST begin with "http://" or "https://"
- If you want the url visible on the page, skip to step 5. If you want the url masked on the page, continue with step 4.
- After typing or pasting the exact url (website address) you are linking to, hit the spacebar once, and then type the text that you want to appear as the link on the page.
- Next type a single, left-facing square bracket ] without leaving a space between the bracket and the last letter or symbol of the url or text.
Examples:
| Description | You type | You get |
|---|---|---|
| External link | http://mediawiki.org |
http://mediawiki.org |
| External link with different label | [http://mediawiki.org MediaWiki] |
MediaWiki |
| External link numbered | [http://mediawiki.org] |
[1] |
| External link to the same host | [http://{{SERVERNAME}}/pagename]
|
[2] |
| External link to other host passing the pagename | [http://google.com/search?q={{PAGENAMEE}}]
|
[3] |
| 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 |
Other links
Linking to a category
To create a link to a category, use a leading colon before the category name. (Without this colon, it will add the current page to the category.)
[[:Category:NAME]]
To change the display text, write the text inside the link tag after a pipe.
[[:Category:NAME|DISPLAY TEXT]]
Redirected categories must also use the colon, otherwise they will be added to the category instead of redirecting.
Interlanguage Links
Links to other language versions of this wiki can be created using the {{H-langs}} template.
Interwiki Links
Interwiki links to other wikis are generally not used on this wiki. Links to other wikis are usually created by using the standard methods for creating external links or by using the templates listed below under Creating Links Using Templates.
| Tip for wiki admins: See Manual:Interwiki for the management of interwiki links of your wiki. |
Creating Links Using Templates
Templates for creating common links are available, each with their own set of instructions:
External links:
- Family History Library Catalog (FHLC). Instructions: {{FHL}}
- Record Search. Instructions: {{RecordSearch}}
- WorldCat/OCLC (English Language). Instructions: {{WorldCat}}
- Wikipedia (English Language) - Inline link. Instructions: {{Wpd}}
- Wikipedia (English Language) - Wikipedia box. Instructions: {{Wikipedia}}
- Internet Archive (Wayback machine). Instructions: {{Wayback}}
Creating Image Links
Single link
The text below will make a 100px width picture with a link to the page FamilySearch:
[[File:FamilySearch Logo.jpg|100px|link=FamilySearch]]
Multiple links from the same image
An image can also be used to link to different pages when a user clicks on different parts of the image. See Help:Image maps for more information.
| ||||||||||||||||||||
| ||||||||||||||||
- This page was last modified on 3 September 2012, at 14:53.
- This page has been accessed 1,579 times.
New to the Research Wiki?
In the FamilySearch Research Wiki, you can learn how to do genealogical research or share your knowledge with others.
Learn More
