1# Each URL may contain one of these placeholders
2# {URL}  is replaced by the URL encoded representation of the wikiname
3#        this is the right thing to do in most cases
4# {NAME} this is replaced by the wikiname as given in the document
5#        only mandatory encoded is done, urlencoding if the link
6#        is an external URL, or encoding as a wikiname if it is an
7#        internal link (begins with a colon)
8# {SCHEME}
9# {HOST}
10# {PORT}
11# {PATH}
12# {QUERY} these placeholders will be replaced with the appropriate part
13#         of the link when parsed as a URL
14# If no placeholder is defined the urlencoded name is appended to the URL
15
16# To prevent losing your added InterWiki shortcuts after an upgrade,
17# you should add new ones to interwiki.local.conf
18
19wp        https://en.wikipedia.org/wiki/{NAME}
20wpfr      https://fr.wikipedia.org/wiki/{NAME}
21wpde      https://de.wikipedia.org/wiki/{NAME}
22wpes      https://es.wikipedia.org/wiki/{NAME}
23wppl      https://pl.wikipedia.org/wiki/{NAME}
24wpjp      https://ja.wikipedia.org/wiki/{NAME}
25wpru      https://ru.wikipedia.org/wiki/{NAME}
26wpmeta    https://meta.wikipedia.org/wiki/{NAME}
27doku      https://www.dokuwiki.org/
28rfc       https://tools.ietf.org/html/rfc
29man       http://man.cx/
30amazon    https://www.amazon.com/dp/{URL}?tag=splitbrain-20
31amazon.de https://www.amazon.de/dp/{URL}?tag=splitbrain-21
32amazon.uk https://www.amazon.co.uk/dp/{URL}
33paypal    https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
34phpfn     https://secure.php.net/{NAME}
35skype     skype:{NAME}
36google    https://www.google.com/search?q=
37google.de https://www.google.de/search?q=
38go        https://www.google.com/search?q={URL}&btnI=lucky
39user      :user:{NAME}
40
41# To support VoIP/SIP/TEL links
42callto    callto://{NAME}
43tel       tel:{NAME}
44