mediawiki-projects-list 4.6.4 → 4.6.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 +12 -0
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.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
@@ -1610,6 +1610,18 @@
1610
1610
  "scriptPath": "/w/",
1611
1611
  "fullScriptPath": "https://wavu.wiki/w/"
1612
1612
  },
1613
+ {
1614
+ "name": "weirdgloop.org",
1615
+ "regex": "(([a-z-]{2,12})\\.weirdgloop\\.org)",
1616
+ "articlePath": "/w/",
1617
+ "scriptPath": "/",
1618
+ "idString": {
1619
+ "regex": "([a-z-]{2,12})",
1620
+ "scriptPaths": [
1621
+ "https://$1.weirdgloop.org/"
1622
+ ]
1623
+ }
1624
+ },
1613
1625
  {
1614
1626
  "name": "westeros.ir",
1615
1627
  "regex": "((?:www\\.)?westeros\\.ir)",