Difference between revisions of "Wiki Team/Guide/Interwiki Linking"

From Sugar Labs
Jump to navigation Jump to search
(Remove incorrect interwiki prefix table (was from other site))
(fix examples to match current interwiki table)
Line 1: Line 1:
 
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}</noinclude>
 
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}</noinclude>
 
You can easily create links to other wiki sites for which we have created inter-wiki shortcuts.
 
You can easily create links to other wiki sites for which we have created inter-wiki shortcuts.
For example, the prefix <tt>:mw:</tt> in a wiki link makes it a link to the MediaWiki site rather than this glossary.  A simple example of this is:
+
For example, the prefix <tt>:mediawikiwiki:</tt> in a wiki link makes it a link to the MediaWiki site rather than this wiki.  A simple example of this is:
 
+
   <pre>[[:mediawikiwiki:Help:Editing pages|Editing pages]]</pre>
   <pre>[[:mw:Help:Editing pages|Editing pages]]</pre>
+
which creates the link "[[:mediawikiwiki:Help:Editing pages|Editing pages]]".
 
 
which creates the link "[[:mw:Help:Editing pages|Editing pages]]".   The prefix <tt>:m:</tt> will create a link to a page on the "meta" site.
 
 
 
Use the prefix <tt>:w:</tt> to create a link to the Wikipedia, as in
 
 
 
  <pre>[[:w:QuarkNet|QuarkNet]]</pre>
 
 
 
which creates the link "[[:w:QuarkNet|QuarkNet]]"
 
  
 +
Use the prefix <tt>:wikipedia:</tt> to create a link to the Wikipedia, as in
 +
  <pre>[[:wikipedia:QuarkNet|QuarkNet]]</pre>
 +
which creates the link "[[:wikipedia:QuarkNet|QuarkNet]]"
  
 
== Prefixes  ==
 
== Prefixes  ==
See this log of changes to the interwiki table, [[Special:Interwiki]].
+
The list of all available interwiki prefixes is available in this log of changes to the interwiki table: [[Special:Interwiki]].
  
 
== See Also ==
 
== See Also ==
 
* [http://www.mediawiki.org/wiki/Help:Interwiki_linking MediaWiki Manual: Interwiki Linking]
 
* [http://www.mediawiki.org/wiki/Help:Interwiki_linking MediaWiki Manual: Interwiki Linking]

Revision as of 10:19, 10 March 2009

You can easily create links to other wiki sites for which we have created inter-wiki shortcuts. For example, the prefix :mediawikiwiki: in a wiki link makes it a link to the MediaWiki site rather than this wiki. A simple example of this is:

[[:mediawikiwiki:Help:Editing pages|Editing pages]]

which creates the link "Editing pages".

Use the prefix :wikipedia: to create a link to the Wikipedia, as in

[[:wikipedia:QuarkNet|QuarkNet]]

which creates the link "QuarkNet"

Prefixes

The list of all available interwiki prefixes is available in this log of changes to the interwiki table: Special:Interwiki.

See Also