From 4574e1e9a4731e42a42f87fc57f658b37bf47650 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 29 May 2003 22:11:53 +0000 Subject: [PATCH] Added InterWiki prefixes for PageHistory UserContributions BackLinks (all to en.wikipedia.org) --- maintenance/fetchInterwiki.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintenance/fetchInterwiki.pl b/maintenance/fetchInterwiki.pl index 1d688fa98d..c9a2ca5e1b 100644 --- a/maintenance/fetchInterwiki.pl +++ b/maintenance/fetchInterwiki.pl @@ -35,6 +35,9 @@ 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 -- 2.20.1