mediawiki-projects-list 4.6.2 → 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 +18 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.6.2",
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
@@ -134,8 +134,8 @@
134
134
  "name": "avid.wiki",
135
135
  "regex": "((?:www\\.)?avid\\.wiki)",
136
136
  "articlePath": "/",
137
- "scriptPath": "/w/",
138
- "fullScriptPath": "https://www.avid.wiki/w/",
137
+ "scriptPath": "/1.40/",
138
+ "fullScriptPath": "https://www.avid.wiki/1.40/",
139
139
  "extensions": [
140
140
  "OAuth"
141
141
  ]
@@ -330,8 +330,8 @@
330
330
  "name": "dcmultiversewiki.com",
331
331
  "regex": "((?:www\\.)?dcmultiversewiki\\.com)",
332
332
  "articlePath": "/wiki/",
333
- "scriptPath": "/w/",
334
- "fullScriptPath": "https://dcmultiversewiki.com/w/",
333
+ "scriptPath": "/1.40/",
334
+ "fullScriptPath": "https://dcmultiversewiki.com/1.40/",
335
335
  "extensions": [
336
336
  "OAuth"
337
337
  ]
@@ -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)",
@@ -2035,11 +2047,11 @@
2035
2047
  "name": "wikiforge.net",
2036
2048
  "regex": "(([a-z\\d-]{1,50})\\.wikiforge\\.net)",
2037
2049
  "articlePath": "/wiki/",
2038
- "scriptPath": "/w/",
2050
+ "scriptPath": "/1.40/",
2039
2051
  "idString": {
2040
2052
  "regex": "([a-z\\d-]{1,50})",
2041
2053
  "scriptPaths": [
2042
- "https://$1.wikiforge.net/w/"
2054
+ "https://$1.wikiforge.net/1.40/"
2043
2055
  ]
2044
2056
  },
2045
2057
  "extensions": [