mediawiki-projects-list 4.6.4 → 4.6.6

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 +1 -1
  2. package/projects.json +29 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.6.4",
3
+ "version": "4.6.6",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
package/projects.json CHANGED
@@ -911,6 +911,16 @@
911
911
  "scriptPath": "/w/",
912
912
  "fullScriptPath": "https://minecove.net/w/"
913
913
  },
914
+ {
915
+ "name": "minecraft.wiki",
916
+ "regex": "((?:(?:en|www)\\.)?minecraft\\.wiki)",
917
+ "articlePath": "/w/",
918
+ "scriptPath": "/",
919
+ "fullScriptPath": "https://minecraft.wiki/w/",
920
+ "extensions": [
921
+ "OAuth"
922
+ ]
923
+ },
914
924
  {
915
925
  "name": "miragerealms.co.uk",
916
926
  "regex": "((?:www\\.)?miragerealms\\.co\\.uk)",
@@ -1275,7 +1285,10 @@
1275
1285
  "scriptPaths": [
1276
1286
  "https://$1.runescape.wiki/"
1277
1287
  ]
1278
- }
1288
+ },
1289
+ "extensions": [
1290
+ "OAuth"
1291
+ ]
1279
1292
  },
1280
1293
  {
1281
1294
  "name": "sanriowiki.com",
@@ -1610,6 +1623,21 @@
1610
1623
  "scriptPath": "/w/",
1611
1624
  "fullScriptPath": "https://wavu.wiki/w/"
1612
1625
  },
1626
+ {
1627
+ "name": "weirdgloop.org",
1628
+ "regex": "(([a-z-]{2,12})\\.weirdgloop\\.org)",
1629
+ "articlePath": "/w/",
1630
+ "scriptPath": "/",
1631
+ "idString": {
1632
+ "regex": "([a-z-]{2,12})",
1633
+ "scriptPaths": [
1634
+ "https://$1.weirdgloop.org/"
1635
+ ]
1636
+ },
1637
+ "extensions": [
1638
+ "OAuth"
1639
+ ]
1640
+ },
1613
1641
  {
1614
1642
  "name": "westeros.ir",
1615
1643
  "regex": "((?:www\\.)?westeros\\.ir)",