Browse Source

Merge pull request #251 from PanchamBro/patch-1

Adding a couple more MediaWiki projects
MarkusRost 3 năm trước cách đây
mục cha
commit
5e282cc02b
1 tập tin đã thay đổi với 24 bổ sung0 xóa
  1. 24 0
      util/default.json

+ 24 - 0
util/default.json

@@ -687,6 +687,30 @@
 			"regex": "(lakeus\\.xyz)",
 			"regex": "(lakeus\\.xyz)",
 			"articlePath": "/wiki/",
 			"articlePath": "/wiki/",
 			"scriptPath": "/"
 			"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/"
 		}
 		}
 	]
 	]
 }
 }