mediawiki-projects-list 4.9.2 → 4.9.4

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 +31 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.9.2",
3
+ "version": "4.9.4",
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
@@ -180,6 +180,16 @@
180
180
  "scriptPath": "/",
181
181
  "fullScriptPath": "https://bakugan.wiki/"
182
182
  },
183
+ {
184
+ "name": "balatrowiki.org",
185
+ "regex": "(balatrowiki\\.org)",
186
+ "articlePath": "/w/",
187
+ "scriptPath": "/",
188
+ "fullScriptPath": "https://balatrowiki.org/",
189
+ "extensions": [
190
+ "OAuth"
191
+ ]
192
+ },
183
193
  {
184
194
  "name": "banglapedia.org",
185
195
  "regex": "((en|bn)\\.banglapedia\\.org)",
@@ -375,10 +385,15 @@
375
385
  },
376
386
  {
377
387
  "name": "deltarune.wiki",
378
- "regex": "(deltarune\\.wiki)",
388
+ "regex": "((?:([a-z-]{2,12})\\.)?deltarune\\.wiki)",
379
389
  "articlePath": "/w/",
380
390
  "scriptPath": "/",
381
- "fullScriptPath": "https://deltarune.wiki/",
391
+ "idString": {
392
+ "regex": "([a-z-]{2,12})",
393
+ "scriptPaths": [
394
+ "https://$1.deltarune.wiki/"
395
+ ]
396
+ },
382
397
  "wikiFarm": "undertale",
383
398
  "extensions": [
384
399
  "OAuth"
@@ -1641,10 +1656,15 @@
1641
1656
  },
1642
1657
  {
1643
1658
  "name": "undertale.wiki",
1644
- "regex": "(undertale\\.wiki)",
1659
+ "regex": "((?:([a-z-]{2,12})\\.)?undertale\\.wiki)",
1645
1660
  "articlePath": "/w/",
1646
1661
  "scriptPath": "/",
1647
- "fullScriptPath": "https://undertale.wiki/",
1662
+ "idString": {
1663
+ "regex": "([a-z-]{2,12})",
1664
+ "scriptPaths": [
1665
+ "https://$1.undertale.wiki/"
1666
+ ]
1667
+ },
1648
1668
  "wikiFarm": "undertale",
1649
1669
  "extensions": [
1650
1670
  "OAuth"
@@ -1758,10 +1778,15 @@
1758
1778
  },
1759
1779
  {
1760
1780
  "name": "wiki.animalroyale.com",
1761
- "regex": "(wiki\\.animalroyale\\.com)",
1781
+ "regex": "((?:([a-z-]{2,12})\\.)?wiki\\.animalroyale\\.com)",
1762
1782
  "articlePath": "/wiki/",
1763
1783
  "scriptPath": "/w/",
1764
- "fullScriptPath": "https://wiki.animalroyale.com/w/",
1784
+ "idString": {
1785
+ "regex": "([a-z-]{2,12})",
1786
+ "scriptPaths": [
1787
+ "https://$1.wiki.animalroyale.com/w/"
1788
+ ]
1789
+ }
1765
1790
  "wikiFarm": "miraheze",
1766
1791
  "extensions": [
1767
1792
  "CentralAuth",