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))
Line 16: Line 16:
 
== Prefixes  ==
 
== Prefixes  ==
 
See this log of changes to the interwiki table, [[Special:Interwiki]].
 
See this log of changes to the interwiki table, [[Special:Interwiki]].
 
The interwiki linking prefixes in use on this site are:
 
<center>
 
{|  border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA;"
 
| bgcolor="#8DA7D6" align="center"|'''prefix'''
 
| bgcolor="#8DA7D6" align="center"|'''direction'''
 
| bgcolor="#8DA7D6" align="center"|'''usage example'''
 
 
|-
 
|glossary
 
|<nowiki>http://i2u2.spy-hill.net/glossary/</nowiki>
 
|<code><nowiki>[[glossary:glitch]]</nowiki></code>
 
|-
 
|lib
 
|<nowiki>http://i2u2.spy-hill.net/glossary/</nowiki>
 
|<code><nowiki>[[glossary:glitch]]</nowiki></code>
 
|-
 
|wikipedia
 
|<nowiki>http://en.wikipedia.org/wiki/</nowiki>
 
|<code>  <nowiki>[[wikipedia:Compass]]</nowiki></code>
 
|-
 
|w
 
|<nowiki>http://en.wikipedia.org/wiki/</nowiki>
 
|<code>  <nowiki>[[w:QuarkNet]]</nowiki></code>
 
|-
 
|mediawiki
 
|<nowiki>http://www.mediawiki.org/wiki/</nowiki>
 
|<code><nowiki>[[mediawiki:Wiki]]</nowiki></code>
 
|-
 
|mw
 
|<nowiki>http://www.mediawiki.org/wiki/</nowiki>
 
|<code><nowiki>[[mw:Main Page]]</nowiki></code>
 
|-
 
|meta
 
|<nowiki>http://meta.wikimedia.org/wiki/</nowiki>
 
|<code><nowiki>[[meta:Main Page]]</nowiki></code>
 
|-
 
|m
 
|<nowiki>http://meta.wikimedia.org/wiki/</nowiki>
 
|<code><nowiki>[[m:Main Page]]</nowiki></code>
 
|-
 
|olpc
 
|<nowiki>http://wiki.laptop.org/go/</nowiki>
 
|<code>[[[[olpc:The_OLPC_Wiki]]]]</code>
 
|-
 
|wiktionary
 
|<nowiki>http://en.wiktionary.org/wiki/</nowiki>
 
|<code>  <nowiki>[[wiktionary:Main Page]]</nowiki></code>
 
|-
 
|wikibooks
 
|<nowiki>http://en.wikibooks.org/wiki/</nowiki>
 
|<code><nowiki>[[wikibooks:Main Page]]</nowiki></code>
 
|-
 
|wikimedia
 
|<nowiki>http://wikimediafoundation.org/wiki/</nowiki>
 
|<code><nowiki>[[wikimedia:Main Page]]</nowiki></code>
 
|-
 
|wikiquote
 
|<nowiki>http://en.wikiquote.org/wiki/</nowiki>
 
|<code><nowiki>[[wikiquote:Main Page]]</nowiki></code>
 
|-
 
|wikisource
 
|<nowiki>http://en.wikisource.org/wiki/</nowiki>
 
|<code><nowiki>[[wikisource:Main Page]]</nowiki></code>
 
|-
 
|wikispecies
 
|<nowiki>http://species.wikimedia.org/wiki/</nowiki>
 
|<code><nowiki>[[wikispecies:Main Page]]</nowiki></code>
 
|}
 
</center>
 
  
 
== 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:13, 10 March 2009

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

[[:mw:Help:Editing pages|Editing pages]]

which creates the link "Editing pages". The prefix :m: will create a link to a page on the "meta" site.

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

[[:w:QuarkNet|QuarkNet]]

which creates the link "QuarkNet"


Prefixes

See this log of changes to the interwiki table, Special:Interwiki.

See Also