<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=InterWiki</id>
	<title>InterWiki - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=InterWiki"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=InterWiki&amp;action=history"/>
	<updated>2026-04-21T04:08:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=InterWiki&amp;diff=155&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; == Support for InterWiki links ==  &#039;&#039;(since [trac:milestone:0.10 0.10])&#039;&#039;  === Definition ===  An InterWiki link can be used for referring to a Wiki page located in another W...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=InterWiki&amp;diff=155&amp;oldid=prev"/>
		<updated>2015-08-26T12:28:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Support for InterWiki links ==  &amp;#039;&amp;#039;(since [trac:milestone:0.10 0.10])&amp;#039;&amp;#039;  === Definition ===  An InterWiki link can be used for referring to a Wiki page located in another W...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Support for InterWiki links ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;(since [trac:milestone:0.10 0.10])&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Definition ===&lt;br /&gt;
&lt;br /&gt;
An InterWiki link can be used for referring to a Wiki page&lt;br /&gt;
located in another Wiki system, and by extension, to any object&lt;br /&gt;
located in any other Web application, provided a simple URL &lt;br /&gt;
mapping can be done.&lt;br /&gt;
&lt;br /&gt;
At the extreme, InterWiki prefixes can even be used to simply introduce&lt;br /&gt;
links to new protocols, such as &amp;lt;tt&amp;gt;tsvn:&amp;lt;/tt&amp;gt; used by [trac:TortoiseSvn TortoiseSvn].&lt;br /&gt;
&lt;br /&gt;
=== Link Syntax ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;target_wiki&amp;gt;(:&amp;lt;identifier&amp;gt;)+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The link is composed by the targeted Wiki (or system) name,&lt;br /&gt;
followed by a colon (e.g. &amp;lt;tt&amp;gt;MeatBall:&amp;lt;/tt&amp;gt;),&lt;br /&gt;
followed by a page specification in the target.&lt;br /&gt;
Note that, as for InterTrac prefixes, &amp;#039;&amp;#039;&amp;#039;InterWiki prefixes are case insensitive&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The target Wiki URL is looked up in the InterMapTxt wiki page, &lt;br /&gt;
modelled after MeatBall:InterMapTxt.&lt;br /&gt;
&lt;br /&gt;
In addition to traditional InterWiki links, where the target&lt;br /&gt;
is simply &amp;#039;&amp;#039;appended&amp;#039;&amp;#039; to the URL, &lt;br /&gt;
Trac supports parametric InterWiki URLs:&lt;br /&gt;
identifiers &amp;lt;tt&amp;gt;$1&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;$2&amp;lt;/tt&amp;gt;, ... in the URL&lt;br /&gt;
will be replaced by corresponding arguments.&lt;br /&gt;
The argument list is formed by splitting the page identifier&lt;br /&gt;
using the &amp;quot;:&amp;quot; separator.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
If the following is an excerpt of the InterMapTxt page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
== InterMapTxt ==&lt;br /&gt;
=== This is the place for defining InterWiki prefixes ===&lt;br /&gt;
&lt;br /&gt;
Currently active prefixes: [[InterWiki]]&lt;br /&gt;
&lt;br /&gt;
This page is modelled after the MeatBall:InterMapTxt page.&lt;br /&gt;
In addition, an optional comment is allowed after the mapping.&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PEP      http://www.python.org/peps/pep-$1.html           # Python Enhancement Proposal $1 &lt;br /&gt;
Trac-ML  http://thread.gmane.org/gmane.comp.version-control.subversion.trac.general/$1  # Message $1 in Trac Mailing List&lt;br /&gt;
&lt;br /&gt;
tsvn     tsvn:                                            # Interact with TortoiseSvn&lt;br /&gt;
...&lt;br /&gt;
MeatBall http://www.usemod.com/cgi-bin/mb.pl?&lt;br /&gt;
MetaWiki http://sunir.org/apps/meta.pl?&lt;br /&gt;
MetaWikiPedia http://meta.wikipedia.org/wiki/&lt;br /&gt;
MoinMoin http://moinmoin.wikiwikiweb.de/&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, &lt;br /&gt;
*&amp;lt;tt&amp;gt;MoinMoin:InterWikiMap&amp;lt;/tt&amp;gt; should be rendered as MoinMoin:InterWikiMap&lt;br /&gt;
   and the &amp;#039;&amp;#039;title&amp;#039;&amp;#039; for that link would be &amp;quot;InterWikiMap in MoinMoin&amp;quot;&lt;br /&gt;
*&amp;lt;tt&amp;gt;Trac-ML:4346&amp;lt;/tt&amp;gt; should be rendered as Trac-ML:4346&lt;br /&gt;
   and the &amp;#039;&amp;#039;title&amp;#039;&amp;#039; for that link would be &amp;quot;Message 4346 in Trac Mailing List&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
See also: InterTrac, InterMapTxt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>