mediawiki-projects-list 4.5.1 → 4.6.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
@@ -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.1",
3
+ "version": "4.6.1",
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": "/1.40/",
138
+ "fullScriptPath": "https://www.avid.wiki/1.40/",
139
+ "extensions": [
140
+ "OAuth"
141
+ ]
142
+ },
133
143
  {
134
144
  "name": "awoiaf.westeros.org",
135
145
  "regex": "(awoiaf\\.westeros\\.org)",
@@ -320,11 +330,9 @@
320
330
  "name": "dcmultiversewiki.com",
321
331
  "regex": "((?:www\\.)?dcmultiversewiki\\.com)",
322
332
  "articlePath": "/wiki/",
323
- "scriptPath": "/w/",
324
- "fullScriptPath": "https://dcmultiversewiki.com/w/",
325
- "wikiFarm": "wikiforge",
333
+ "scriptPath": "/1.40/",
334
+ "fullScriptPath": "https://dcmultiversewiki.com/1.40/",
326
335
  "extensions": [
327
- "CentralAuth",
328
336
  "OAuth"
329
337
  ]
330
338
  },
@@ -2027,16 +2035,14 @@
2027
2035
  "name": "wikiforge.net",
2028
2036
  "regex": "(([a-z\\d-]{1,50})\\.wikiforge\\.net)",
2029
2037
  "articlePath": "/wiki/",
2030
- "scriptPath": "/w/",
2038
+ "scriptPath": "/1.40/",
2031
2039
  "idString": {
2032
2040
  "regex": "([a-z\\d-]{1,50})",
2033
2041
  "scriptPaths": [
2034
- "https://$1.wikiforge.net/w/"
2042
+ "https://$1.wikiforge.net/1.40/"
2035
2043
  ]
2036
2044
  },
2037
- "wikiFarm": "wikiforge",
2038
2045
  "extensions": [
2039
- "CentralAuth",
2040
2046
  "OAuth"
2041
2047
  ]
2042
2048
  },