mediawiki-projects-list 4.5.1 → 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 +0 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/projects-schema.json +0 -1
- package/projects.json +10 -4
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"|"
|
|
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
package/projects-schema.json
CHANGED
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
|
},
|
|
@@ -2034,9 +2042,7 @@
|
|
|
2034
2042
|
"https://$1.wikiforge.net/w/"
|
|
2035
2043
|
]
|
|
2036
2044
|
},
|
|
2037
|
-
"wikiFarm": "wikiforge",
|
|
2038
2045
|
"extensions": [
|
|
2039
|
-
"CentralAuth",
|
|
2040
2046
|
"OAuth"
|
|
2041
2047
|
]
|
|
2042
2048
|
},
|