From: kaldari Date: Fri, 21 Mar 2014 00:04:26 +0000 (-0700) Subject: Adding Wikivoyage to the default interwiki map X-Git-Tag: 1.31.0-rc.0~16523^2~2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=ccfd46264d9d1e1e2f1ff85fab33d1abb24b8f38;p=lhc%2Fweb%2Fwiklou.git Adding Wikivoyage to the default interwiki map Note that this has already been added to the WMF interwiki map, so it will have no effect on WMF wikis, only 3rd party wikis. I'll update the link protocols in a follow-up commit. Change-Id: I78fbd3ec32c02e2b080c3ee64c6bb36218930a84 --- diff --git a/maintenance/interwiki.list b/maintenance/interwiki.list index 179fa5c658..bf31a6ff34 100644 --- a/maintenance/interwiki.list +++ b/maintenance/interwiki.list @@ -91,6 +91,7 @@ wikisource|http://wikisource.org/wiki/$1|1 wikispecies|http://species.wikimedia.org/wiki/$1|1 wikitravel|http://wikitravel.org/en/$1|0 wikiversity|http://en.wikiversity.org/wiki/$1|1 +wikivoyage|http://en.wikivoyage.org/wiki/$1|1 wikt|http://en.wiktionary.org/wiki/$1|1 wiktionary|http://en.wiktionary.org/wiki/$1|1 wlug|http://www.wlug.org.nz/$1|0 diff --git a/maintenance/interwiki.sql b/maintenance/interwiki.sql index 370460af0b..ab5b91cff2 100644 --- a/maintenance/interwiki.sql +++ b/maintenance/interwiki.sql @@ -93,6 +93,7 @@ REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES ('wikispecies','http://species.wikimedia.org/wiki/$1',1), ('wikitravel','http://wikitravel.org/en/$1',0), ('wikiversity','http://en.wikiversity.org/wiki/$1',1), +('wikivoyage','http://en.wikivoyage.org/wiki/$1',1), ('wikt','http://en.wiktionary.org/wiki/$1',1), ('wiktionary','http://en.wiktionary.org/wiki/$1',1), ('wlug','http://www.wlug.org.nz/$1',0),