Difference between revisions of "Help:Links"

m
(Page Fix Final)
Line 7: Line 7:
 
|-
 
|-
 
|Internal Link
 
|Internal Link
|<code> <nowiki> [[Page name]] </ nowiki> </ code>
+
|<code> <nowiki> [[Page name]] </nowiki> </code>
 
|[[Page name]]
 
|[[Page name]]
 
|-
 
|-
 
|Internal link with different text
 
|Internal link with different text
|<code> <nowiki> [[Page Name | Description Text]] </ nowiki> </ code>
+
|<code> <nowiki> [[Page Name | Description Text]] </nowiki> </code>
 
|[[Page Name | Description Text]]
 
|[[Page Name | Description Text]]
 
|-
 
|-
 
|External Link
 
|External Link
|<code> <nowiki> http://mediawiki.org </ nowiki> </ code>
+
|<code> <nowiki> http://mediawiki.org </nowiki> </code>
 
|http://mediawiki.org
 
|http://mediawiki.org
 
|-
 
|-
 
|External link with different text
 
|External link with different text
|<code> <nowiki> [http://mediawiki.org MediaWiki] </ nowiki> </ code>
+
|<code> <nowiki> [http://mediawiki.org MediaWiki] </nowiki> </code>
 
|[http://mediawiki.org MediaWiki]
 
|[http://mediawiki.org MediaWiki]
 
|-
 
|-
 
|External Link with no name
 
|External Link with no name
|<code> <nowiki> [http://mediawiki.org] </ nowiki> </ code>
+
|<code> <nowiki> [http://mediawiki.org] </nowiki> </code>
 
|[http://mediawiki.org]
 
|[http://mediawiki.org]
 
|-
 
|-
 
|External Link without names on the same server
 
|External Link without names on the same server
|<code> <nowiki> [http:// ((SERVERNAME)) / pagename] </ nowiki> </ code>
+
|<code> <nowiki> [http:// ((SERVERNAME)) / pagename] </nowiki> </code>
 
|[http:// ((SERVERNAME)) / pagename]
 
|[http:// ((SERVERNAME)) / pagename]
 
|-
 
|-
 
|Interwiki link
 
|Interwiki link
|<code> <nowiki> [[Wikipedia: MediaWiki]] </ nowiki> </ code>
+
|<code> <nowiki> [[Wikipedia: MediaWiki]] </nowiki> </code>
 
|[[Wikipedia: MediaWiki]]
 
|[[Wikipedia: MediaWiki]]
 
|-
 
|-
 
|}
 
|}
</ div>
+
</div>
 
In any wiki there are many different types of links. These include internal links, external links to other websites and InterWiki links to other wikis, or other language areas of a wiki.
 
In any wiki there are many different types of links. These include internal links, external links to other websites and InterWiki links to other wikis, or other language areas of a wiki.
  

Revision as of 20:55, 5 May 2009

valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" Description valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" Wiki Code valign="top" style="border:1px solid; border-color:#97100d; background:#5d0505; color:#f0d9a2;" Edition
Internal Link [[Page name]] Page name
Internal link with different text [[Page Name | Description Text]] Description Text
External Link http://mediawiki.org http://mediawiki.org
External link with different text [http://mediawiki.org MediaWiki] MediaWiki
External Link with no name [http://mediawiki.org] [1]
External Link without names on the same server [http:// ((SERVERNAME)) / pagename] [http:// ((SERVERNAME)) / pagename]
Interwiki link [[Wikipedia: MediaWiki]] Wikipedia: MediaWiki

In any wiki there are many different types of links. These include internal links, external links to other websites and InterWiki links to other wikis, or other language areas of a wiki.

To create an internal link you place the title of the page in two square brackets. Once you have done this when you save the article the link will be set. If the page you linked to has information in it, the link will appear black. However if the linked page has no information it will appear red. Links to the same article appear as bold but not as a link.

The first letter of the links will automatically be capitalized. Spaces are converted into underscores (_). You can still use a underscore instead however this is not recommended.