mediawiki-projects-list 4.8.0 → 4.8.1
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 +12 -2
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1305,11 +1305,11 @@
|
|
|
1305
1305
|
},
|
|
1306
1306
|
{
|
|
1307
1307
|
"name": "runescape.wiki",
|
|
1308
|
-
"regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
1308
|
+
"regex": "((?:(meta|classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
1309
1309
|
"articlePath": "/w/",
|
|
1310
1310
|
"scriptPath": "/",
|
|
1311
1311
|
"idString": {
|
|
1312
|
-
"regex": "(classic|oldschool|pt|www)",
|
|
1312
|
+
"regex": "(meta|classic|oldschool|pt|www)",
|
|
1313
1313
|
"scriptPaths": [
|
|
1314
1314
|
"https://$1.runescape.wiki/"
|
|
1315
1315
|
]
|
|
@@ -1604,6 +1604,16 @@
|
|
|
1604
1604
|
"scriptPath": "/mediawiki/",
|
|
1605
1605
|
"fullScriptPath": "https://ukikipedia.net/mediawiki/"
|
|
1606
1606
|
},
|
|
1607
|
+
{
|
|
1608
|
+
"name": "vampire.survivors.wiki",
|
|
1609
|
+
"regex": "(vampire\\.survivors\\.wiki)",
|
|
1610
|
+
"articlePath": "/w/",
|
|
1611
|
+
"scriptPath": "/",
|
|
1612
|
+
"fullScriptPath": "https://vampire.survivors.wiki/",
|
|
1613
|
+
"extensions": [
|
|
1614
|
+
"OAuth"
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1607
1617
|
{
|
|
1608
1618
|
"name": "vetpetmon.com",
|
|
1609
1619
|
"regex": "((?:www\\.)?vetpetmon\\.com)",
|