mediawiki-projects-list 4.5.0 → 4.6.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 CHANGED
@@ -10,7 +10,6 @@ declare module 'mediawiki-projects-list' {
10
10
  "shoutwiki" |
11
11
  "telepedia" |
12
12
  "wiki.gg" |
13
- "wikiforge" |
14
13
  "wikimedia" |
15
14
  "wikitide" |
16
15
  null
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"|"wikiforge"|"wikimedia"|"wikitide"|null} WikiFarm
6
+ * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|"wikitide"|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.5.0",
3
+ "version": "4.6.0",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -181,7 +181,6 @@
181
181
  "shoutwiki",
182
182
  "telepedia",
183
183
  "wiki.gg",
184
- "wikiforge",
185
184
  "wikimedia",
186
185
  "wikitide"
187
186
  ],
package/projects.json CHANGED
@@ -130,6 +130,16 @@
130
130
  "Cargo"
131
131
  ]
132
132
  },
133
+ {
134
+ "name": "avid.wiki",
135
+ "regex": "((?:www\\.)?avid\\.wiki)",
136
+ "articlePath": "/",
137
+ "scriptPath": "/w/",
138
+ "fullScriptPath": "https://www.avid.wiki/w/",
139
+ "extensions": [
140
+ "OAuth"
141
+ ]
142
+ },
133
143
  {
134
144
  "name": "awoiaf.westeros.org",
135
145
  "regex": "(awoiaf\\.westeros\\.org)",
@@ -322,9 +332,7 @@
322
332
  "articlePath": "/wiki/",
323
333
  "scriptPath": "/w/",
324
334
  "fullScriptPath": "https://dcmultiversewiki.com/w/",
325
- "wikiFarm": "wikiforge",
326
335
  "extensions": [
327
- "CentralAuth",
328
336
  "OAuth"
329
337
  ]
330
338
  },
@@ -494,6 +502,13 @@
494
502
  "scriptPath": "/",
495
503
  "fullScriptPath": "https://fallout.wiki/"
496
504
  },
505
+ {
506
+ "name": "famiwiki.net",
507
+ "regex": "((?:www\\.)?famiwiki\\.net)",
508
+ "articlePath": "/wiki/",
509
+ "scriptPath": "/w/",
510
+ "fullScriptPath": "https://famiwiki.net/w/"
511
+ },
497
512
  {
498
513
  "name": "fandom.com",
499
514
  "regex": "(([a-z\\d-]{1,50})\\.fandom\\.com(?:/(?!wiki)([a-z-]{2,12}))?)",
@@ -1053,6 +1068,13 @@
1053
1068
  "scriptPath": "/w/",
1054
1069
  "fullScriptPath": "https://pikminfanon.com/w/"
1055
1070
  },
1071
+ {
1072
+ "name": "pikminitalia.it",
1073
+ "regex": "((?:www\\.)?pikminitalia\\.it)",
1074
+ "articlePath": "/wiki/",
1075
+ "scriptPath": "/w/",
1076
+ "fullScriptPath": "https://pikminitalia.it/w/"
1077
+ },
1056
1078
  {
1057
1079
  "name": "pikminwiki.com",
1058
1080
  "regex": "((?:www\\.)?pikminwiki\\.com)",
@@ -1236,6 +1258,13 @@
1236
1258
  "OAuth"
1237
1259
  ]
1238
1260
  },
1261
+ {
1262
+ "name": "rhwiki.net",
1263
+ "regex": "((?:www\\.)?rhwiki\\.net)",
1264
+ "articlePath": "/wiki/",
1265
+ "scriptPath": "/w/",
1266
+ "fullScriptPath": "https://rhwiki.net/w/"
1267
+ },
1239
1268
  {
1240
1269
  "name": "runescape.wiki",
1241
1270
  "regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
@@ -1454,6 +1483,13 @@
1454
1483
  "scriptPath": "/",
1455
1484
  "fullScriptPath": "https://theinfosphere.org/"
1456
1485
  },
1486
+ {
1487
+ "name": "theportalwiki.com",
1488
+ "regex": "((?:www\\.)?theportalwiki\\.com)",
1489
+ "articlePath": "/wiki/",
1490
+ "scriptPath": "/w/",
1491
+ "fullScriptPath": "https://theportalwiki.com/w/"
1492
+ },
1457
1493
  {
1458
1494
  "name": "timespinnerwiki.com",
1459
1495
  "regex": "((?:www\\.)?timespinnerwiki\\.com)",
@@ -1978,10 +2014,15 @@
1978
2014
  },
1979
2015
  {
1980
2016
  "name": "wikidex.net",
1981
- "regex": "((?:www\\.)?wikidex\\.net)",
2017
+ "regex": "((?:(animalcrossing|www)\\.)?wikidex\\.net)",
1982
2018
  "articlePath": "/wiki/",
1983
2019
  "scriptPath": "/",
1984
- "fullScriptPath": "https://www.wikidex.net/"
2020
+ "idString": {
2021
+ "regex": "(animalcrossing|www)",
2022
+ "scriptPaths": [
2023
+ "https://$1.wikidex.net/"
2024
+ ]
2025
+ }
1985
2026
  },
1986
2027
  {
1987
2028
  "name": "wikidragonquest.fr",
@@ -2001,9 +2042,7 @@
2001
2042
  "https://$1.wikiforge.net/w/"
2002
2043
  ]
2003
2044
  },
2004
- "wikiFarm": "wikiforge",
2005
2045
  "extensions": [
2006
- "CentralAuth",
2007
2046
  "OAuth"
2008
2047
  ]
2009
2048
  },