= InterMapTxt = == This is the place for defining InterWiki prefixes == This page was modelled after the MeatBall:InterMapTxt page. In addition, an optional comment is allowed after the mapping. This page is interpreted in a special way by Trac, in order to support !InterWiki links in a flexible and dynamic way. The code block after the first line separator in this page will be interpreted as a list of !InterWiki specifications: {{{ prefix URL [ # comment] }}} By using `$1`, `$2`, etc. within the URL, it is possible to create InterWiki links which support multiple arguments, e.g. Trac:ticket:40. The URL itself can be optionally followed by a comment, which will subsequently be used for decorating the links using that prefix. New !InterWiki links can be created by adding to that list, in real time. Note however that ''deletions'' are also taken into account immediately, so it may be better to use comments for disabling prefixes. Also note that !InterWiki prefixes are case insensitive. == List of Active Prefixes == [[InterWiki]] ---- == Prefix Definitions == {{{ RFC http://tools.ietf.org/html/rfc$1 # IETF's RFC $1 ISO http://en.wikipedia.org/wiki/ISO_ # ISO Standard $1 in Wikipedia SO http://stackoverflow.com/questions/ # Question $1 in StackOverflow Google http://www.google.com/search?q= WikiPedia http://en.wikipedia.org/wiki/ kwquery /query?group=status&keywords=~ # Custom query for tickets matching keyword $1 git http://github.com/ckeditor/ckeditor-dev/commit/ github http://github.com/ckeditor/ckeditor-dev/commit/ tbranch http://github.com/cksource/ckeditor-dev/tree/ }}} ---- See also: InterWiki, InterTrac