mediawiki-projects-list 4.8.0 → 4.9.0
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/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/projects-schema.json +1 -0
- package/projects.json +34 -2
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ const PROJECTS = require('./projects.json');
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* A wiki farm
|
|
6
|
-
* @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|"wikioasis"|null} WikiFarm
|
|
6
|
+
* @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"undertale"|"wiki.gg"|"wikimedia"|"wikioasis"|null} WikiFarm
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
package/package.json
CHANGED
package/projects-schema.json
CHANGED
package/projects.json
CHANGED
|
@@ -366,6 +366,17 @@
|
|
|
366
366
|
"scriptPath": "/mw/",
|
|
367
367
|
"fullScriptPath": "https://deadlockwiki.org/mw/"
|
|
368
368
|
},
|
|
369
|
+
{
|
|
370
|
+
"name": "deltarune.wiki",
|
|
371
|
+
"regex": "(deltarune\\.wiki)",
|
|
372
|
+
"articlePath": "/w/",
|
|
373
|
+
"scriptPath": "/",
|
|
374
|
+
"fullScriptPath": "https://deltarune.wiki/",
|
|
375
|
+
"wikiFarm": "undertale",
|
|
376
|
+
"extensions": [
|
|
377
|
+
"OAuth"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
369
380
|
{
|
|
370
381
|
"name": "destinypedia.com",
|
|
371
382
|
"regex": "((?:www\\.)?destinypedia\\.com)",
|
|
@@ -1305,11 +1316,11 @@
|
|
|
1305
1316
|
},
|
|
1306
1317
|
{
|
|
1307
1318
|
"name": "runescape.wiki",
|
|
1308
|
-
"regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
1319
|
+
"regex": "((?:(meta|classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
1309
1320
|
"articlePath": "/w/",
|
|
1310
1321
|
"scriptPath": "/",
|
|
1311
1322
|
"idString": {
|
|
1312
|
-
"regex": "(classic|oldschool|pt|www)",
|
|
1323
|
+
"regex": "(meta|classic|oldschool|pt|www)",
|
|
1313
1324
|
"scriptPaths": [
|
|
1314
1325
|
"https://$1.runescape.wiki/"
|
|
1315
1326
|
]
|
|
@@ -1604,6 +1615,27 @@
|
|
|
1604
1615
|
"scriptPath": "/mediawiki/",
|
|
1605
1616
|
"fullScriptPath": "https://ukikipedia.net/mediawiki/"
|
|
1606
1617
|
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "undertale.wiki",
|
|
1620
|
+
"regex": "(undertale\\.wiki)",
|
|
1621
|
+
"articlePath": "/w/",
|
|
1622
|
+
"scriptPath": "/",
|
|
1623
|
+
"fullScriptPath": "https://undertale.wiki/",
|
|
1624
|
+
"wikiFarm": "undertale",
|
|
1625
|
+
"extensions": [
|
|
1626
|
+
"OAuth"
|
|
1627
|
+
]
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "vampire.survivors.wiki",
|
|
1631
|
+
"regex": "(vampire\\.survivors\\.wiki)",
|
|
1632
|
+
"articlePath": "/w/",
|
|
1633
|
+
"scriptPath": "/",
|
|
1634
|
+
"fullScriptPath": "https://vampire.survivors.wiki/",
|
|
1635
|
+
"extensions": [
|
|
1636
|
+
"OAuth"
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1607
1639
|
{
|
|
1608
1640
|
"name": "vetpetmon.com",
|
|
1609
1641
|
"regex": "((?:www\\.)?vetpetmon\\.com)",
|