mediawiki-projects-list 4.9.7 → 4.9.9

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/projects.json +54 -4
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.9.7",
3
+ "version": "4.9.9",
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,21 @@
355
355
  "scriptPath": "/mediawiki/",
356
356
  "fullScriptPath": "https://ffxiv.consolegameswiki.com/mediawiki/"
357
357
  },
358
+ {
359
+ "name": "cookierun.wiki",
360
+ "regex": "((?:([a-z-]{2,12})\\.)?cookierun\\.wiki)",
361
+ "articlePath": "/w/",
362
+ "scriptPath": "/mw/",
363
+ "idString": {
364
+ "regex": "([a-z-]{2,12})",
365
+ "scriptPaths": [
366
+ "https://$1.deltarune.wiki/mw/"
367
+ ]
368
+ },
369
+ "extensions": [
370
+ "OAuth"
371
+ ]
372
+ },
358
373
  {
359
374
  "name": "crashbandicootwiki.com",
360
375
  "regex": "((?:www\\.)?crashbandicootwiki\\.com)",
@@ -661,6 +676,16 @@
661
676
  ]
662
677
  }
663
678
  },
679
+ {
680
+ "name": "gta.wiki",
681
+ "regex": "((?:www\\.)?gta\\.wiki)",
682
+ "articlePath": "/w/",
683
+ "scriptPath": "/",
684
+ "fullScriptPath": "https://gta.wiki/",
685
+ "extensions": [
686
+ "OAuth"
687
+ ]
688
+ },
664
689
  {
665
690
  "name": "guildwars2.com",
666
691
  "regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
@@ -1005,11 +1030,11 @@
1005
1030
  },
1006
1031
  {
1007
1032
  "name": "minecraft.wiki",
1008
- "regex": "((?:([a-z-]{2,12})\\.)?minecraft\\.wiki)",
1033
+ "regex": "((?:([a-z-]{2,20})\\.)?minecraft\\.wiki)",
1009
1034
  "articlePath": "/w/",
1010
1035
  "scriptPath": "/",
1011
1036
  "idString": {
1012
- "regex": "([a-z-]{2,12})",
1037
+ "regex": "([a-z-]{2,20})",
1013
1038
  "scriptPaths": [
1014
1039
  "https://$1.minecraft.wiki/"
1015
1040
  ]
@@ -2054,6 +2079,16 @@
2054
2079
  "OAuth"
2055
2080
  ]
2056
2081
  },
2082
+ {
2083
+ "name": "wiki.playvalorant.com",
2084
+ "regex": "(wiki\\.playvalorant\\.com)",
2085
+ "articlePath": "/en-us/",
2086
+ "scriptPath": "/en-us/",
2087
+ "fullScriptPath": "https://wiki.playvalorant.com/en-us/",
2088
+ "extensions": [
2089
+ "OAuth"
2090
+ ]
2091
+ },
2057
2092
  {
2058
2093
  "name": "wiki.pokemoncentral.it",
2059
2094
  "regex": "(wiki\\.pokemoncentral\\.it)",
@@ -2099,6 +2134,21 @@
2099
2134
  "OAuth"
2100
2135
  ]
2101
2136
  },
2137
+ {
2138
+ "name": "wiki.subnautica.com",
2139
+ "regex": "(wiki\\.subnautica\\.com/(sn2?))",
2140
+ "articlePath": "/",
2141
+ "scriptPath": "/",
2142
+ "idString": {
2143
+ "regex": "(sn2?)",
2144
+ "scriptPaths": [
2145
+ "https://wiki.subnautica.com/$1/"
2146
+ ]
2147
+ },
2148
+ "extensions": [
2149
+ "OAuth"
2150
+ ]
2151
+ },
2102
2152
  {
2103
2153
  "name": "wiki.supercombo.gg",
2104
2154
  "regex": "(wiki\\.supercombo\\.gg)",
@@ -2314,11 +2364,11 @@
2314
2364
  "name": "wikioasis.org",
2315
2365
  "regex": "(([a-z\\d-]{1,50})\\.wikioasis\\.org)",
2316
2366
  "articlePath": "/wiki/",
2317
- "scriptPath": "/",
2367
+ "scriptPath": "/w/",
2318
2368
  "idString": {
2319
2369
  "regex": "([a-z\\d-]{1,50})",
2320
2370
  "scriptPaths": [
2321
- "https://$1.wikioasis.org/"
2371
+ "https://$1.wikioasis.org/w/"
2322
2372
  ]
2323
2373
  },
2324
2374
  "wikiFarm": "wikioasis",