瀏覽代碼

Adding a couple more MediaWiki projects

BetaWiki, Destinypedia, Grifkuba (old and new), and the official Team Fortress 2 Wiki
PanchamBro 3 年之前
父節點
當前提交
d886ef51ed
共有 1 個文件被更改,包括 30 次插入0 次删除
  1. 30 0
      util/default.json

+ 30 - 0
util/default.json

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