Преглед на файлове

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/"
 		}
 	]
 }