close
Warning:
Error with navigation contributor "LoginModule"
- Timestamp:
-
Sep 16, 2012, 8:09:45 PM (13 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 24 | 24 | Note that, as for InterTrac prefixes, '''InterWiki prefixes are case insensitive'''. |
| 25 | 25 | |
| 26 | | The target Wiki URL is looked up in the InterMapTxt wiki page, |
| 27 | | modelled after MeatBall:InterMapTxt. |
| | 26 | The target Wiki URL is looked up in the `[interwiki]` section of TracIni or in the InterMapTxt wiki page, modeled after MeatBall:InterMapTxt. If a prefix is defined in both the `[interwiki]` section and InterMapTxt, the `[interwiki]` section takes precedence. |
| 28 | 27 | |
| 29 | 28 | In addition to traditional InterWiki links, where the target |
| … |
… |
|
| 34 | 33 | The argument list is formed by splitting the page identifier |
| 35 | 34 | using the ":" separator. |
| | 35 | |
| | 36 | === [interwiki] === |
| | 37 | Every option in the `[interwiki]` section in TracIni defines one InterWiki prefix. The option name defines the prefix. The option value defines the URL, optionally followed by a description separated from the URL by whitespace. Parametric URLs are supported as well. |
| | 38 | |
| | 39 | '''Example:''' |
| | 40 | {{{ |
| | 41 | [interwiki] |
| | 42 | MeatBall = http://www.usemod.com/cgi-bin/mb.pl? |
| | 43 | PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1 |
| | 44 | tsvn = tsvn: Interact with TortoiseSvn |
| | 45 | }}} |
| 36 | 46 | |
| 37 | 47 | == Examples == |