Difference between revisions of "InterWiki"
m (→InterWiki Links: typo) |
(→InterWiki Links: example 2) |
||
Line 2: | Line 2: | ||
An interwiki link links a page to a page on another website. Unlike the name suggests, the target site need not be a wiki. These are in the same form as wikilinks, but takes a prefix which specifies the target site. The prefix can be hidden using the same piped syntax as wikilinks. | An interwiki link links a page to a page on another website. Unlike the name suggests, the target site need not be a wiki. These are in the same form as wikilinks, but takes a prefix which specifies the target site. The prefix can be hidden using the same piped syntax as wikilinks. | ||
− | Usage: <nowiki>[[interwikilink:page|name of link]]</nowiki> | + | Usage: <nowiki>[[interwikilink:page]]</nowiki> or <nowiki>[[interwikilink:page|name of link]]</nowiki> |
− | Example: <nowiki>[[Google:AboutUs]]</nowiki> = [[Google:AboutUs]] | + | Example: <nowiki>[[Google:AboutUs]]</nowiki> = [[Google:AboutUs]] or <nowiki>[[Google:AboutUs|Google search for AboutUs]]</nowiki> = [[Google:AboutUs|Google search for AboutUs]] |
From a developer's view, interwiki links can be easily added using the instructions on [http://www.mediawiki.org/wiki/Interwiki MediaWiki]. | From a developer's view, interwiki links can be easily added using the instructions on [http://www.mediawiki.org/wiki/Interwiki MediaWiki]. |
Revision as of 15:39, 10 May 2007
InterWiki Links
An interwiki link links a page to a page on another website. Unlike the name suggests, the target site need not be a wiki. These are in the same form as wikilinks, but takes a prefix which specifies the target site. The prefix can be hidden using the same piped syntax as wikilinks.
Usage: [[interwikilink:page]] or [[interwikilink:page|name of link]]
Example: [[Google:AboutUs]] = Google:AboutUs or [[Google:AboutUs|Google search for AboutUs]] = Google search for AboutUs
From a developer's view, interwiki links can be easily added using the instructions on MediaWiki.