mediawiki-projects-list 4.7.4 → 4.8.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 CHANGED
@@ -11,6 +11,7 @@ declare module 'mediawiki-projects-list' {
11
11
  "telepedia" |
12
12
  "wiki.gg" |
13
13
  "wikimedia" |
14
+ "wikioasis" |
14
15
  null
15
16
  );
16
17
 
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"|null} WikiFarm
6
+ * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|"wikioasis"|null} WikiFarm
7
7
  */
8
8
 
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.7.4",
3
+ "version": "4.8.1",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -181,7 +181,8 @@
181
181
  "shoutwiki",
182
182
  "telepedia",
183
183
  "wiki.gg",
184
- "wikimedia"
184
+ "wikimedia",
185
+ "wikioasis"
185
186
  ],
186
187
  "default": null
187
188
  },
package/projects.json CHANGED
@@ -992,6 +992,13 @@
992
992
  "scriptPath": "/w/",
993
993
  "fullScriptPath": "https://mutecity.org/w/"
994
994
  },
995
+ {
996
+ "name": "mtg.wiki",
997
+ "regex": "((?:www\\.)?mtg\\.wiki)",
998
+ "articlePath": "/page/",
999
+ "scriptPath": "/",
1000
+ "fullScriptPath": "https://mtg.wiki/"
1001
+ },
995
1002
  {
996
1003
  "name": "mysterydungeonwiki.com",
997
1004
  "regex": "(mysterydungeonwiki\\.com)",
@@ -1298,11 +1305,11 @@
1298
1305
  },
1299
1306
  {
1300
1307
  "name": "runescape.wiki",
1301
- "regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
1308
+ "regex": "((?:(meta|classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
1302
1309
  "articlePath": "/w/",
1303
1310
  "scriptPath": "/",
1304
1311
  "idString": {
1305
- "regex": "(classic|oldschool|pt|www)",
1312
+ "regex": "(meta|classic|oldschool|pt|www)",
1306
1313
  "scriptPaths": [
1307
1314
  "https://$1.runescape.wiki/"
1308
1315
  ]
@@ -1597,6 +1604,16 @@
1597
1604
  "scriptPath": "/mediawiki/",
1598
1605
  "fullScriptPath": "https://ukikipedia.net/mediawiki/"
1599
1606
  },
1607
+ {
1608
+ "name": "vampire.survivors.wiki",
1609
+ "regex": "(vampire\\.survivors\\.wiki)",
1610
+ "articlePath": "/w/",
1611
+ "scriptPath": "/",
1612
+ "fullScriptPath": "https://vampire.survivors.wiki/",
1613
+ "extensions": [
1614
+ "OAuth"
1615
+ ]
1616
+ },
1600
1617
  {
1601
1618
  "name": "vetpetmon.com",
1602
1619
  "regex": "((?:www\\.)?vetpetmon\\.com)",
@@ -1874,7 +1891,10 @@
1874
1891
  "regex": "(wiki\\.leagueoflegends\\.com)",
1875
1892
  "articlePath": "/en-us/",
1876
1893
  "scriptPath": "/en-us/",
1877
- "fullScriptPath": "https://wiki.leagueoflegends.com/en-us/"
1894
+ "fullScriptPath": "https://wiki.leagueoflegends.com/en-us/",
1895
+ "extensions": [
1896
+ "OAuth"
1897
+ ]
1878
1898
  },
1879
1899
  {
1880
1900
  "name": "wiki.london2038.com",
@@ -1991,6 +2011,16 @@
1991
2011
  "scriptPath": "/",
1992
2012
  "fullScriptPath": "https://wiki.vrchat.com/"
1993
2013
  },
2014
+ {
2015
+ "name": "wiki.warframe.com",
2016
+ "regex": "(wiki\\.warframe\\.com)",
2017
+ "articlePath": "/w/",
2018
+ "scriptPath": "/",
2019
+ "fullScriptPath": "https://wiki.warframe.com/",
2020
+ "extensions": [
2021
+ "OAuth"
2022
+ ]
2023
+ },
1994
2024
  {
1995
2025
  "name": "wiki.xn--rckteqa2e.com",
1996
2026
  "regex": "(wiki\\.xn--rckteqa2e\\.com)",
@@ -2142,6 +2172,23 @@
2142
2172
  "OAuth"
2143
2173
  ]
2144
2174
  },
2175
+ {
2176
+ "name": "wikioasis.org",
2177
+ "regex": "(([a-z\\d-]{1,50})\\.wikioasis\\.org)",
2178
+ "articlePath": "/wiki/",
2179
+ "scriptPath": "/",
2180
+ "idString": {
2181
+ "regex": "([a-z\\d-]{1,50})",
2182
+ "scriptPaths": [
2183
+ "https://$1.wikioasis.org/"
2184
+ ]
2185
+ },
2186
+ "wikiFarm": "wikioasis",
2187
+ "extensions": [
2188
+ "CentralAuth",
2189
+ "OAuth"
2190
+ ]
2191
+ },
2145
2192
  {
2146
2193
  "name": "wikiofmana.com",
2147
2194
  "regex": "((?:www\\.)?wikiofmana\\.com)",