mediawiki-projects-list 4.9.8 → 4.9.10
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 +44 -4
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -357,10 +357,15 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"name": "cookierun.wiki",
|
|
360
|
-
"regex": "(cookierun\\.wiki)",
|
|
360
|
+
"regex": "((?:([a-z-]{2,12})\\.)?cookierun\\.wiki)",
|
|
361
361
|
"articlePath": "/w/",
|
|
362
362
|
"scriptPath": "/mw/",
|
|
363
|
-
"
|
|
363
|
+
"idString": {
|
|
364
|
+
"regex": "([a-z-]{2,12})",
|
|
365
|
+
"scriptPaths": [
|
|
366
|
+
"https://$1.cookierun.wiki/mw/"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
364
369
|
"extensions": [
|
|
365
370
|
"OAuth"
|
|
366
371
|
]
|
|
@@ -671,6 +676,16 @@
|
|
|
671
676
|
]
|
|
672
677
|
}
|
|
673
678
|
},
|
|
679
|
+
{
|
|
680
|
+
"name": "gta.wiki",
|
|
681
|
+
"regex": "((?:www\\.)?gta\\.wiki)",
|
|
682
|
+
"articlePath": "/w/",
|
|
683
|
+
"scriptPath": "/",
|
|
684
|
+
"fullScriptPath": "https://gta.wiki/",
|
|
685
|
+
"extensions": [
|
|
686
|
+
"OAuth"
|
|
687
|
+
]
|
|
688
|
+
},
|
|
674
689
|
{
|
|
675
690
|
"name": "guildwars2.com",
|
|
676
691
|
"regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
|
|
@@ -2064,6 +2079,16 @@
|
|
|
2064
2079
|
"OAuth"
|
|
2065
2080
|
]
|
|
2066
2081
|
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "wiki.playvalorant.com",
|
|
2084
|
+
"regex": "(wiki\\.playvalorant\\.com)",
|
|
2085
|
+
"articlePath": "/en-us/",
|
|
2086
|
+
"scriptPath": "/en-us/",
|
|
2087
|
+
"fullScriptPath": "https://wiki.playvalorant.com/en-us/",
|
|
2088
|
+
"extensions": [
|
|
2089
|
+
"OAuth"
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2067
2092
|
{
|
|
2068
2093
|
"name": "wiki.pokemoncentral.it",
|
|
2069
2094
|
"regex": "(wiki\\.pokemoncentral\\.it)",
|
|
@@ -2109,6 +2134,21 @@
|
|
|
2109
2134
|
"OAuth"
|
|
2110
2135
|
]
|
|
2111
2136
|
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "wiki.subnautica.com",
|
|
2139
|
+
"regex": "(wiki\\.subnautica\\.com/(sn2?))",
|
|
2140
|
+
"articlePath": "/",
|
|
2141
|
+
"scriptPath": "/",
|
|
2142
|
+
"idString": {
|
|
2143
|
+
"regex": "(sn2?)",
|
|
2144
|
+
"scriptPaths": [
|
|
2145
|
+
"https://wiki.subnautica.com/$1/"
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2148
|
+
"extensions": [
|
|
2149
|
+
"OAuth"
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2112
2152
|
{
|
|
2113
2153
|
"name": "wiki.supercombo.gg",
|
|
2114
2154
|
"regex": "(wiki\\.supercombo\\.gg)",
|
|
@@ -2324,11 +2364,11 @@
|
|
|
2324
2364
|
"name": "wikioasis.org",
|
|
2325
2365
|
"regex": "(([a-z\\d-]{1,50})\\.wikioasis\\.org)",
|
|
2326
2366
|
"articlePath": "/wiki/",
|
|
2327
|
-
"scriptPath": "/",
|
|
2367
|
+
"scriptPath": "/w/",
|
|
2328
2368
|
"idString": {
|
|
2329
2369
|
"regex": "([a-z\\d-]{1,50})",
|
|
2330
2370
|
"scriptPaths": [
|
|
2331
|
-
"https://$1.wikioasis.org/"
|
|
2371
|
+
"https://$1.wikioasis.org/w/"
|
|
2332
2372
|
]
|
|
2333
2373
|
},
|
|
2334
2374
|
"wikiFarm": "wikioasis",
|