This project is archived. Its data is
read-only
.
Changes
Page history
Apply conversion script to all *.md files.
authored
Jun 15, 2020
by
Alexander Hansen Færøy
Show whitespace changes
Inline
Side-by-side
InterMapTxt.md
View page @
a1a4b621
=
InterMapTxt
=
#
InterMapTxt
==
This is the place for defining InterWiki prefixes
==
##
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.
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:
{{{
will be interpreted as a list of InterWiki specifications:
```
prefix <space> URL [<space> # 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.
...
...
@@ -21,23 +21,23 @@ 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,
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.
Also note that InterWiki prefixes are case insensitive.
==
List of Active Prefixes
==
##
List of Active Prefixes
[[InterWiki]]
----
==
Prefix Definitions
==
##
Prefix Definitions
{{{
```
PEP https://www.python.org/peps/pep-$1.html # Python Enhancement Proposal
PythonBug https://bugs.python.org/issue$1 # Python Issue #$1
Python-issue https://bugs.python.org/issue$1 # Python Issue #$1
...
...
@@ -105,7 +105,7 @@ c2Wiki http://c2.com/cgi/wiki?
WikiPedia https://en.wikipedia.org/wiki/
TPO https://www.torproject.org/
SF https://sourceforge.net/projects/
}}}
```
----
...
...
...
...