mediawiki-projects-list 1.2.3 → 1.2.5

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 +19 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
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
@@ -520,6 +520,18 @@
520
520
  "OAuth"
521
521
  ]
522
522
  },
523
+ {
524
+ "name": "wiki.forgeofempires.com",
525
+ "regex": "((?:([a-z-]{2,12})\\.)?wiki\\.forgeofempires\\.com)",
526
+ "articlePath": "/index.php?title=",
527
+ "scriptPath": "/",
528
+ "idString": {
529
+ "regex": "([a-z-]{2,12})",
530
+ "scriptPaths": [
531
+ "https://$1.wiki.forgeofempires.com/"
532
+ ]
533
+ }
534
+ },
523
535
  {
524
536
  "name": "wikihow.com",
525
537
  "regex": "((?:www\\.)?wikihow\\.com)",
@@ -1401,6 +1413,13 @@
1401
1413
  "scriptPath": "/w/",
1402
1414
  "fullScriptPath": "https://switchbrew.org/w/"
1403
1415
  },
1416
+ {
1417
+ "name": "wiki.hacks.guide",
1418
+ "regex": "(wiki\\.hacks\\.guide)",
1419
+ "articlePath": "/wiki/",
1420
+ "scriptPath": "/w/",
1421
+ "fullScriptPath": "https://wiki.hacks.guide/w/"
1422
+ },
1404
1423
  {
1405
1424
  "name": "eastwardwiki.com",
1406
1425
  "regex": "((?:([a-z-]{2,12})\\.)?eastwardwiki\\.com)",