mediawiki-projects-list 4.9.0 → 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 +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/projects-schema.json +1 -0
- package/projects.json +17 -0
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"|"undertale"|"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
package/projects-schema.json
CHANGED
package/projects.json
CHANGED
|
@@ -1381,6 +1381,23 @@
|
|
|
1381
1381
|
"scriptPath": "/",
|
|
1382
1382
|
"fullScriptPath": "https://www.sindenwiki.org/"
|
|
1383
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
|
+
},
|
|
1384
1401
|
{
|
|
1385
1402
|
"name": "splatoonwiki.org",
|
|
1386
1403
|
"regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
|