Notice: We are aware that many of the Chewiki’s images are still broken. We promise: we will try our best to fix it, but we don't guarantee that the fix will be trivial.

Difference between revisions of "Help:Links"

From Chewiki Archive - YouChew: 1% Funny, 99% Hot Gas
m (1 revision(s))
 
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{PD Help Page}}
 
 
There are four sorts of links in MediaWiki:  
 
There are four sorts of links in MediaWiki:  
 
# internal links to other pages in the wiki
 
# internal links to other pages in the wiki
 
# external links to websites
 
# external links to websites
# [[Help:Interwiki linking|inter-wiki links]] (links to other wikis)
+
# inter-wiki links (links to other wikis)
 
# inter-language links to other language versions of the same wiki
 
# inter-language links to other language versions of the same wiki
  
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in blue, empty pages are displayed in red. Selflinks to the current page are not transformed in URLs but displayed in bold.
+
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in red, empty pages are displayed in green. Selflinks to the current page are not transformed in URLs but displayed in bold.
  
 
The first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text).
 
The first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text).
Line 13: Line 12:
 
{| {{Prettytable}}
 
{| {{Prettytable}}
 
|-
 
|-
|{{Hl3}}|'''Description'''
+
|'''Description'''
|{{Hl3}}|'''You type'''
+
|'''You type'''
|{{Hl3}}|'''You get'''
+
|'''You get'''
 
|-
 
|-
 
|Internal link
 
|Internal link
Line 55: Line 54:
 
|<tt><nowiki>[http://{{SERVERNAME}}/pagename]</nowiki></tt>
 
|<tt><nowiki>[http://{{SERVERNAME}}/pagename]</nowiki></tt>
 
|[http://{{SERVERNAME}}/pagename]
 
|[http://{{SERVERNAME}}/pagename]
|-
 
|Interwiki link
 
|<tt><nowiki>[[Wikipedia:MediaWiki]]</nowiki></tt>
 
|[[Wikipedia:MediaWiki]]
 
 
|-
 
|-
 
|mailto
 
|mailto
Line 76: Line 71:
 
| &rarr; [[Main Page]]
 
| &rarr; [[Main Page]]
 
|}
 
|}
 
== External links ==
 
{{meta|Help:Link}}
 
 
{{Languages|Help:Links}}
 
 
[[Category:Help|Links]]
 
[[Category:Link]]
 

Latest revision as of 11:45, 9 February 2015

There are four sorts of links in MediaWiki:

  1. internal links to other pages in the wiki
  2. external links to websites
  3. inter-wiki links (links to other wikis)
  4. inter-language links to other language versions of the same wiki

To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in red, empty pages are displayed in green. Selflinks to the current page are not transformed in URLs but displayed in bold.

The first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text).

How to link

Description You type You get
Internal link [[Main Page]] Main Page
Category link [[:Category:Help]] Category:Help
Piped link [[Main Page|different text]] different text
Anchor link [[#External links|Anchor link]] Anchor link
External link http://mediawiki.org http://mediawiki.org
External link from internal image [http://targetURL {{Server}}/wiki/images/imagelocation Internal image
External link,

different title

[http://mediawiki.org MediaWiki] MediaWiki
External link,

unnamed

[http://mediawiki.org] [1]
External link,

same host unnamed

[http://{{SERVERNAME}}/pagename] [2]
mailto mailto:info@example.org mailto:info@example.org
mailto unnamed [mailto:info@example.org] [3]
mailto named [mailto:info@example.org info] info
redirect #REDIRECT [[Main Page]] Main Page