mediawiki-projects-list 4.9.6 → 4.9.8
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/package.json +3 -3
- package/projects.json +13 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mediawiki-projects-list",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.8",
|
|
4
4
|
"type": "commonjs",
|
|
5
|
-
"description": "List of MediaWiki projects for use in discord-wiki-bot",
|
|
5
|
+
"description": "List of known MediaWiki projects for use in discord-wiki-bot",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/Markus-Rost/mediawiki-projects-list.git"
|
|
15
|
+
"url": "git+https://github.com/Markus-Rost/mediawiki-projects-list.git"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"mediawiki"
|
package/projects.json
CHANGED
|
@@ -355,6 +355,16 @@
|
|
|
355
355
|
"scriptPath": "/mediawiki/",
|
|
356
356
|
"fullScriptPath": "https://ffxiv.consolegameswiki.com/mediawiki/"
|
|
357
357
|
},
|
|
358
|
+
{
|
|
359
|
+
"name": "cookierun.wiki",
|
|
360
|
+
"regex": "(cookierun\\.wiki)",
|
|
361
|
+
"articlePath": "/w/",
|
|
362
|
+
"scriptPath": "/mw/",
|
|
363
|
+
"fullScriptPath": "https://cookierun.wiki/mw/",
|
|
364
|
+
"extensions": [
|
|
365
|
+
"OAuth"
|
|
366
|
+
]
|
|
367
|
+
},
|
|
358
368
|
{
|
|
359
369
|
"name": "crashbandicootwiki.com",
|
|
360
370
|
"regex": "((?:www\\.)?crashbandicootwiki\\.com)",
|
|
@@ -892,7 +902,7 @@
|
|
|
892
902
|
"scriptPaths": [
|
|
893
903
|
"https://$1.maplestorywiki.net/"
|
|
894
904
|
]
|
|
895
|
-
}
|
|
905
|
+
}
|
|
896
906
|
},
|
|
897
907
|
{
|
|
898
908
|
"name": "marcaargentea.net",
|
|
@@ -1005,11 +1015,11 @@
|
|
|
1005
1015
|
},
|
|
1006
1016
|
{
|
|
1007
1017
|
"name": "minecraft.wiki",
|
|
1008
|
-
"regex": "((?:([a-z-]{2,
|
|
1018
|
+
"regex": "((?:([a-z-]{2,20})\\.)?minecraft\\.wiki)",
|
|
1009
1019
|
"articlePath": "/w/",
|
|
1010
1020
|
"scriptPath": "/",
|
|
1011
1021
|
"idString": {
|
|
1012
|
-
"regex": "([a-z-]{2,
|
|
1022
|
+
"regex": "([a-z-]{2,20})",
|
|
1013
1023
|
"scriptPaths": [
|
|
1014
1024
|
"https://$1.minecraft.wiki/"
|
|
1015
1025
|
]
|