mediawiki-projects-list 4.6.2 → 4.6.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.
- package/package.json +1 -1
- package/projects.json +6 -6
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
"name": "avid.wiki",
|
|
135
135
|
"regex": "((?:www\\.)?avid\\.wiki)",
|
|
136
136
|
"articlePath": "/",
|
|
137
|
-
"scriptPath": "/
|
|
138
|
-
"fullScriptPath": "https://www.avid.wiki/
|
|
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": "/
|
|
334
|
-
"fullScriptPath": "https://dcmultiversewiki.com/
|
|
333
|
+
"scriptPath": "/1.40/",
|
|
334
|
+
"fullScriptPath": "https://dcmultiversewiki.com/1.40/",
|
|
335
335
|
"extensions": [
|
|
336
336
|
"OAuth"
|
|
337
337
|
]
|
|
@@ -2035,11 +2035,11 @@
|
|
|
2035
2035
|
"name": "wikiforge.net",
|
|
2036
2036
|
"regex": "(([a-z\\d-]{1,50})\\.wikiforge\\.net)",
|
|
2037
2037
|
"articlePath": "/wiki/",
|
|
2038
|
-
"scriptPath": "/
|
|
2038
|
+
"scriptPath": "/1.40/",
|
|
2039
2039
|
"idString": {
|
|
2040
2040
|
"regex": "([a-z\\d-]{1,50})",
|
|
2041
2041
|
"scriptPaths": [
|
|
2042
|
-
"https://$1.wikiforge.net/
|
|
2042
|
+
"https://$1.wikiforge.net/1.40/"
|
|
2043
2043
|
]
|
|
2044
2044
|
},
|
|
2045
2045
|
"extensions": [
|