mediawiki-projects-list 1.1.1 → 1.1.2

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 +43 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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
@@ -421,7 +421,7 @@
421
421
  },
422
422
  {
423
423
  "name": "consolegameswiki.com",
424
- "regex": "(?:ffxiv\\.)?consolegameswiki\\.com)",
424
+ "regex": "((?:ffxiv\\.)?consolegameswiki\\.com)",
425
425
  "articlePath": "/wiki/",
426
426
  "scriptPath": "/mediawiki/"
427
427
  },
@@ -1357,6 +1357,48 @@
1357
1357
  "articlePath": "/",
1358
1358
  "scriptPath": "/"
1359
1359
  },
1360
+ {
1361
+ "name": "wiki.guildwars.com",
1362
+ "regex": "(wiki\\.guildwars\\.com)",
1363
+ "articlePath": "/wiki/",
1364
+ "scriptPath": "/"
1365
+ },
1366
+ {
1367
+ "name": "guildwiki.de",
1368
+ "regex": "((?:www\\.)?guildwiki\\.de)",
1369
+ "articlePath": "/wiki/",
1370
+ "scriptPath": "/gwiki/"
1371
+ },
1372
+ {
1373
+ "name": "gwiki.fr",
1374
+ "regex": "((?:www\\.)?gwiki\\.fr)",
1375
+ "articlePath": "/wiki/",
1376
+ "scriptPath": "/w/"
1377
+ },
1378
+ {
1379
+ "name": "guildwars2.com",
1380
+ "regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
1381
+ "articlePath": "/wiki/",
1382
+ "scriptPath": "/",
1383
+ "idString": {
1384
+ "regex": "(en|de|es|fr)",
1385
+ "scriptPaths": [
1386
+ "https://wiki-$1.guildwars2.com/"
1387
+ ]
1388
+ }
1389
+ },
1390
+ {
1391
+ "name": "ashesofcreation.wiki",
1392
+ "regex": "((?:www\\.)?ashesofcreation\\.wiki)",
1393
+ "articlePath": "/",
1394
+ "scriptPath": "/"
1395
+ },
1396
+ {
1397
+ "name": "drawntolife.wiki",
1398
+ "regex": "((?:www\\.)?drawntolife\\.wiki)",
1399
+ "articlePath": "/en/",
1400
+ "scriptPath": "/w/"
1401
+ },
1360
1402
  {
1361
1403
  "name": "liquipedia.net",
1362
1404
  "regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",