mediawiki-projects-list 2.3.2 → 2.3.3

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 +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
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
@@ -349,6 +349,16 @@
349
349
  "OAuth"
350
350
  ]
351
351
  },
352
+ {
353
+ "name": "zeldapedia.wiki",
354
+ "regex": "((?:www\\.)?zeldapedia\\.wiki)",
355
+ "articlePath": "/wiki/",
356
+ "scriptPath": "/w/",
357
+ "fullScriptPath": "https://zeldapedia.wiki/w/",
358
+ "extensions": [
359
+ "Cargo"
360
+ ]
361
+ },
352
362
  {
353
363
  "name": "bulbagarden.net",
354
364
  "regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",