mediawiki-projects-list 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/projects.json +25 -1
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1162,6 +1162,30 @@
|
|
|
1162
1162
|
]
|
|
1163
1163
|
}
|
|
1164
1164
|
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "wiki.hypixel.net",
|
|
1167
|
+
"regex": "(wiki\\.hypixel\\.net)",
|
|
1168
|
+
"articlePath": "/",
|
|
1169
|
+
"scriptPath": "/"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"name": "wiki.serenesforest.net",
|
|
1173
|
+
"regex": "(wiki\\.serenesforest\\.net)",
|
|
1174
|
+
"articlePath": "/index.php/",
|
|
1175
|
+
"scriptPath": "/"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "wiki.seiwanetwork.org",
|
|
1179
|
+
"regex": "(wiki\\.seiwanetwork\\.org)",
|
|
1180
|
+
"articlePath": "/wiki/",
|
|
1181
|
+
"scriptPath": "/w/"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "hiddenpalace.org",
|
|
1185
|
+
"regex": "((?:www\\.)?hiddenpalace\\.org)",
|
|
1186
|
+
"articlePath": "/",
|
|
1187
|
+
"scriptPath": "/w/"
|
|
1188
|
+
},
|
|
1165
1189
|
{
|
|
1166
1190
|
"name": "liquipedia.net",
|
|
1167
1191
|
"regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",
|
|
@@ -1176,4 +1200,4 @@
|
|
|
1176
1200
|
"note": "https://liquipedia.net/api-terms-of-use"
|
|
1177
1201
|
}
|
|
1178
1202
|
]
|
|
1179
|
-
}
|
|
1203
|
+
}
|