Add Uncyclopedia to the default interwiki list.
authorLewis Cawte <lewis@lewiscawte.me>
Fri, 8 Aug 2014 21:29:13 +0000 (22:29 +0100)
committerLewis Cawte <lewis@lewiscawte.me>
Fri, 8 Aug 2014 21:32:45 +0000 (22:32 +0100)
As it's a big project and no longer a Wikia project it can
have it's own entry.

Change-Id: I998d722472fe37ff895648d6d8c7ba131987656d

maintenance/interwiki.list
maintenance/interwiki.sql

index 8efabef..f9e1535 100644 (file)
@@ -54,6 +54,7 @@ tmnet|http://www.technomanifestos.net/?$1|0
 theopedia|http://www.theopedia.com/$1|0
 twiki|http://twiki.org/cgi-bin/view/$1|0
 uea|http://uea.org/vikio/index.php/$1|0
+uncyclopedia|http://en.uncyclopedia.co/wiki/$1|0
 unreal|http://wiki.beyondunreal.com/$1|0
 usemod|http://www.usemod.com/cgi-bin/wiki.pl?$1|0
 webseitzwiki|http://webseitz.fluxent.com/wiki/$1|0
index 53559ef..b682d69 100644 (file)
@@ -56,6 +56,7 @@ REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('theopedia','http://www.theopedia.com/$1',0),
 ('twiki','http://twiki.org/cgi-bin/view/$1',0),
 ('uea','http://uea.org/vikio/index.php/$1',0),
+('uncyclopedia','http://en.uncyclopedia.co/wiki/$1',0),
 ('unreal','http://wiki.beyondunreal.com/$1',0),
 ('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1',0),
 ('webseitzwiki','http://webseitz.fluxent.com/wiki/$1',0),