mediawiki-projects-list 4.9.0 → 4.9.2
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 +24 -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
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
"scriptPath": "https://$2.fandom.com/",
|
|
18
18
|
"note": "Missing language support."
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"name": "mc.wiki",
|
|
22
|
+
"regex": "(((?:[a-z-]{2,12})\\.|)mc\\.wiki)(?:/wiki/|/w/|/|$)",
|
|
23
|
+
"namePath": "https://$2mc.wiki/",
|
|
24
|
+
"articlePath": "https://$2mc.wiki/",
|
|
25
|
+
"scriptPath": "https://$2minecraft.wiki/"
|
|
26
|
+
},
|
|
20
27
|
{
|
|
21
28
|
"name": "minceraft.wiki",
|
|
22
29
|
"regex": "(((?:[a-z-]{2,12})\\.|)minceraft\\.wiki)(?:/wiki/|/w/|/|$)",
|
|
@@ -1381,6 +1388,23 @@
|
|
|
1381
1388
|
"scriptPath": "/",
|
|
1382
1389
|
"fullScriptPath": "https://www.sindenwiki.org/"
|
|
1383
1390
|
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "skywiki.org",
|
|
1393
|
+
"regex": "(([a-z\\d-]{1,50})\\.skywiki\\.org)",
|
|
1394
|
+
"articlePath": "/wiki/",
|
|
1395
|
+
"scriptPath": "/",
|
|
1396
|
+
"idString": {
|
|
1397
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
1398
|
+
"scriptPaths": [
|
|
1399
|
+
"https://$1.skywiki.org/"
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
"wikiFarm": "skywiki",
|
|
1403
|
+
"extensions": [
|
|
1404
|
+
"CentralAuth",
|
|
1405
|
+
"OAuth"
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1384
1408
|
{
|
|
1385
1409
|
"name": "splatoonwiki.org",
|
|
1386
1410
|
"regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
|