浏览代码

Adding Bulbapedia Archives, Bulbanews, KHUX Wiki, KHDatabase, WikiHalo (French), and Glitchtale Wiki

PanchamBro 3 年之前
父节点
当前提交
a1f2a831eb
共有 1 个文件被更改,包括 26 次插入2 次删除
  1. 26 2
      util/default.json

+ 26 - 2
util/default.json

@@ -336,7 +336,7 @@
 		},
 		{
 			"name": "bulbapedia.bulbagarden.net",
-			"regex": "(bulbapedia\\.bulbagarden\\.net)",
+			"regex": "((?:(bulbapedia|archives|bulbanews)\\.)?bulbagarden\\.net)",
 			"articlePath": "/wiki/",
 			"scriptPath": "/w/"
 		},
@@ -426,7 +426,7 @@
 		},
 		{
 			"name": "splatoonwiki.org",
-			"regex": "((?:(fr|www)\\.)?splatoonwiki\\.org)",
+			"regex": "((?:(fr|es|www)\\.)?splatoonwiki\\.org)",
 			"articlePath": "/wiki/",
 			"scriptPath": "/w/"
 		},
@@ -717,6 +717,30 @@
 			"regex": "((?:www\\.)?lain\\.wiki)",
 			"articlePath": "/wiki/",
 			"scriptPath": "/"
+		},
+		{
+			"name": "khuxwiki.com",
+			"regex": "((?:www\\.)?khuxwiki\\.com)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/w/"
+		},
+		{
+			"name": "khdatabase.com",
+			"regex": "((?:www\\.)?khdatabase\\.com)",
+			"articlePath": "/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "wiki.halo.fr",
+			"regex": "(wiki\\.halo\\.fr)",
+			"articlePath": "/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "www.glitchtale.com",
+			"regex": "((?:www\\.)?glitchtale\\.com)",
+			"articlePath": "/wiki/index.php/",
+			"scriptPath": "/wiki/"
 		}
 	]
 }