mediawiki-projects-list 4.8.1 → 4.9.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/index.d.ts CHANGED
@@ -8,7 +8,9 @@ declare module 'mediawiki-projects-list' {
8
8
  "miraheze" |
9
9
  "mywikis" |
10
10
  "shoutwiki" |
11
+ "skywiki" |
11
12
  "telepedia" |
13
+ "undertale" |
12
14
  "wiki.gg" |
13
15
  "wikimedia" |
14
16
  "wikioasis" |
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"|"skywiki"|"telepedia"|"undertale"|"wiki.gg"|"wikimedia"|"wikioasis"|null} WikiFarm
7
7
  */
8
8
 
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.8.1",
3
+ "version": "4.9.1",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -179,7 +179,9 @@
179
179
  "miraheze",
180
180
  "mywikis",
181
181
  "shoutwiki",
182
+ "skywiki",
182
183
  "telepedia",
184
+ "undertale",
183
185
  "wiki.gg",
184
186
  "wikimedia",
185
187
  "wikioasis"
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)",
@@ -1370,6 +1381,23 @@
1370
1381
  "scriptPath": "/",
1371
1382
  "fullScriptPath": "https://www.sindenwiki.org/"
1372
1383
  },
1384
+ {
1385
+ "name": "skywiki.org",
1386
+ "regex": "(([a-z\\d-]{1,50})\\.skywiki\\.org)",
1387
+ "articlePath": "/wiki/",
1388
+ "scriptPath": "/",
1389
+ "idString": {
1390
+ "regex": "([a-z\\d-]{1,50})",
1391
+ "scriptPaths": [
1392
+ "https://$1.skywiki.org/"
1393
+ ]
1394
+ },
1395
+ "wikiFarm": "skywiki",
1396
+ "extensions": [
1397
+ "CentralAuth",
1398
+ "OAuth"
1399
+ ]
1400
+ },
1373
1401
  {
1374
1402
  "name": "splatoonwiki.org",
1375
1403
  "regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
@@ -1604,6 +1632,17 @@
1604
1632
  "scriptPath": "/mediawiki/",
1605
1633
  "fullScriptPath": "https://ukikipedia.net/mediawiki/"
1606
1634
  },
1635
+ {
1636
+ "name": "undertale.wiki",
1637
+ "regex": "(undertale\\.wiki)",
1638
+ "articlePath": "/w/",
1639
+ "scriptPath": "/",
1640
+ "fullScriptPath": "https://undertale.wiki/",
1641
+ "wikiFarm": "undertale",
1642
+ "extensions": [
1643
+ "OAuth"
1644
+ ]
1645
+ },
1607
1646
  {
1608
1647
  "name": "vampire.survivors.wiki",
1609
1648
  "regex": "(vampire\\.survivors\\.wiki)",