浏览代码

Merge pull request #251 from PanchamBro/patch-1

Adding a couple more MediaWiki projects
MarkusRost 3 年之前
父节点
当前提交
5e282cc02b
共有 1 个文件被更改,包括 24 次插入0 次删除
  1. 24 0
      util/default.json

+ 24 - 0
util/default.json

@@ -687,6 +687,30 @@
 			"regex": "(lakeus\\.xyz)",
 			"articlePath": "/wiki/",
 			"scriptPath": "/"
+		},
+		{
+			"name": "betawiki.net",
+			"regex": "((?:www\\.)?betawiki\\.net)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "destinypedia.com",
+			"regex": "((?:www\\.)?destinypedia\\.com)",
+			"articlePath": "/",
+			"scriptPath": "/"
+		},
+		{
+			"name": "grifkuba.net",
+			"regex": "((?:www\\.)?(?:(wiki)\\.)?grifkuba\\.net)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/w/"
+		},
+		{
+			"name": "wiki.teamfortress.com",
+			"regex": "(wiki\\.teamfortress\\.com)",
+			"articlePath": "/wiki/",
+			"scriptPath": "/w/"
 		}
 	]
 }