Changes between Version 3 and Version 4 of InterWiki


Ignore:
Timestamp:
04/03/14 16:25:38 (10 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterWiki

    v3 v4  
    2424Note that, as for InterTrac prefixes, '''InterWiki prefixes are case insensitive'''. 
    2525 
    26 The target Wiki URL is looked up in the InterMapTxt wiki page,  
    27 modelled after MeatBall:InterMapTxt. 
     26The 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. 
    2827 
    2928In addition to traditional InterWiki links, where the target 
     
    3433The argument list is formed by splitting the page identifier 
    3534using the ":" separator. 
     35 
     36=== [interwiki] === 
     37Every 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] 
     42MeatBall = http://www.usemod.com/cgi-bin/mb.pl? 
     43PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1 
     44tsvn = tsvn: Interact with TortoiseSvn 
     45}}} 
    3646 
    3747== Examples ==