From: Erik Moeller Date: Thu, 29 May 2003 22:19:31 +0000 (+0000) Subject: PageHistory, UserContributions and BackLinks Interwiki prefixes X-Git-Tag: 1.1.0~505 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=832f275f5854724aaa66a1fdcfdda160fa4f9571;p=lhc%2Fweb%2Fwiklou.git PageHistory, UserContributions and BackLinks Interwiki prefixes --- diff --git a/includes/Interwiki.php b/includes/Interwiki.php index 417159e38f..43afc16342 100644 --- a/includes/Interwiki.php +++ b/includes/Interwiki.php @@ -116,6 +116,9 @@ "sep11" => "http://sep11.wikipedia.org/wiki/$1", "simple"=> "http://simple.wikipedia.com/wiki.cgi?$1", "wiktionary" => "http://wiktionary.wikipedia.org/wiki/$1", + "PageHistory" => "http://www.wikipedia.org/w/wiki.phtml?title=$1&action=history", + "UserContributions" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Contributions&target=$1", + "BackLinks" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Whatlinkshere&target=$1", # ISO 639 2-letter language codes "aa" => "http://aa.wikipedia.com/wiki.cgi?$1", diff --git a/maintenance/fetchInterwiki.pl b/maintenance/fetchInterwiki.pl index c9a2ca5e1b..7313aac65e 100644 --- a/maintenance/fetchInterwiki.pl +++ b/maintenance/fetchInterwiki.pl @@ -35,9 +35,6 @@ print IW < "http://www.bertilow.com/pmeg/\$1.php", # ekz [[PMEG:gramatiko/kunligaj vortetoj/au]] "EnciclopediaLibre" => "http://enciclopedia.us.es/wiki.phtml?title=\$1", - "PageHistory" => "http://www.wikipedia.org/w/wiki.phtml?title=\$1&action=history", - "UserContributions" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Contributions&target=\$1", - "BackLinks" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Whatlinkshere&target=\$1", # Wikipedia-specific stuff: # Special cases @@ -47,6 +44,9 @@ print IW < "http://sep11.wikipedia.org/wiki/\$1", "simple"=> "http://simple.wikipedia.com/wiki.cgi?\$1", "wiktionary" => "http://wiktionary.wikipedia.org/wiki/\$1", + "PageHistory" => "http://www.wikipedia.org/w/wiki.phtml?title=\$1&action=history", + "UserContributions" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Contributions&target=\$1", + "BackLinks" => "http://www.wikipedia.org/w/wiki.phtml?title=Special:Whatlinkshere&target=\$1", # ISO 639 2-letter language codes "aa" => "http://aa.wikipedia.com/wiki.cgi?\$1",