Changes between Version 3 and Version 4 of InterWiki
- Timestamp:
- 06/10/18 13:58:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InterWiki
v3 v4 5 5 An InterWiki link can be used for referring to a Wiki page located in another Wiki system, and by extension, to any object located in any other Web application, provided a simple URL mapping can be done. 6 6 7 At the extreme,InterWiki prefixes can even be used to simply introduce links to new protocols, such as `tsvn:` used by [trac:TortoiseSvn TortoiseSvn].7 InterWiki prefixes can even be used to simply introduce links to new protocols, such as `tsvn:` used by [trac:TortoiseSvn TortoiseSvn]. 8 8 9 9 == Link Syntax … … 27 27 28 28 '''Example:''' 29 {{{ 29 {{{#!ini 30 30 [interwiki] 31 31 MeatBall = http://www.usemod.com/cgi-bin/mb.pl? … … 62 62 63 63 Then, 64 * `MoinMoin:InterWikiMap` should be rendered as MoinMoin:InterWikiMap and the ''title'' for that link would be "!InterWikiMap in !MoinMoin" 65 * `Trac-ML:4346` should be rendered as Trac-ML:4346 and the ''title'' for that link would be "Message 4346 in Trac Mailing List" 64 * `MoinMoin:InterWikiMap` should be rendered as MoinMoin:InterWikiMap and the ''title'' for that link would be "!InterWikiMap in !MoinMoin". 65 * `Trac-ML:4346` should be rendered as Trac-ML:4346 and the ''title'' for that link would be "Message 4346 in Trac Mailing List". 66 66 67 67 ----