mediawiki-projects-list 4.6.11 → 4.7.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 +1 -2
- package/projects.json +8 -18
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"|
|
|
6
|
+
* @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|null} WikiFarm
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
package/package.json
CHANGED
package/projects-schema.json
CHANGED
package/projects.json
CHANGED
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"articlePath": "/wiki/",
|
|
1152
1152
|
"scriptPath": "/w/",
|
|
1153
1153
|
"fullScriptPath": "https://www.polandballwiki.com/w/",
|
|
1154
|
-
"wikiFarm": "
|
|
1154
|
+
"wikiFarm": "miraheze",
|
|
1155
1155
|
"extensions": [
|
|
1156
1156
|
"CentralAuth",
|
|
1157
1157
|
"OAuth"
|
|
@@ -1248,6 +1248,13 @@
|
|
|
1248
1248
|
"OAuth"
|
|
1249
1249
|
]
|
|
1250
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "rekowiki.org",
|
|
1253
|
+
"regex": "((?:www\\.)?rekowiki\\.org)",
|
|
1254
|
+
"articlePath": "/wiki/",
|
|
1255
|
+
"scriptPath": "/w/",
|
|
1256
|
+
"fullScriptPath": "https://rekowiki.org/w/"
|
|
1257
|
+
},
|
|
1251
1258
|
{
|
|
1252
1259
|
"name": "revi.wiki",
|
|
1253
1260
|
"regex": "(revi\\.wiki)",
|
|
@@ -2166,23 +2173,6 @@
|
|
|
2166
2173
|
"OAuth"
|
|
2167
2174
|
]
|
|
2168
2175
|
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "wikitide.org",
|
|
2171
|
-
"regex": "(([a-z\\d-]{1,50})\\.wikitide\\.org)",
|
|
2172
|
-
"articlePath": "/wiki/",
|
|
2173
|
-
"scriptPath": "/w/",
|
|
2174
|
-
"idString": {
|
|
2175
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
2176
|
-
"scriptPaths": [
|
|
2177
|
-
"https://$1.wikitide.org/w/"
|
|
2178
|
-
]
|
|
2179
|
-
},
|
|
2180
|
-
"wikiFarm": "wikitide",
|
|
2181
|
-
"extensions": [
|
|
2182
|
-
"CentralAuth",
|
|
2183
|
-
"OAuth"
|
|
2184
|
-
]
|
|
2185
|
-
},
|
|
2186
2176
|
{
|
|
2187
2177
|
"name": "wikiversity.org",
|
|
2188
2178
|
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",
|