mediawiki-projects-list 2.3.1 → 2.3.3
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/index.d.ts +1 -1
- package/package.json +1 -1
- package/projects.json +10 -0
package/index.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ declare module 'mediawiki-projects-list' {
|
|
|
80
80
|
|
|
81
81
|
export function idStringToUrl(idString: string, projectName: string): URL | null;
|
|
82
82
|
|
|
83
|
-
export function
|
|
83
|
+
export function inputToFrontendProxy(input: string): {
|
|
84
84
|
fullNamePath: string;
|
|
85
85
|
fullArticlePath: string;
|
|
86
86
|
fullScriptPath: string;
|
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -349,6 +349,16 @@
|
|
|
349
349
|
"OAuth"
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "zeldapedia.wiki",
|
|
354
|
+
"regex": "((?:www\\.)?zeldapedia\\.wiki)",
|
|
355
|
+
"articlePath": "/wiki/",
|
|
356
|
+
"scriptPath": "/w/",
|
|
357
|
+
"fullScriptPath": "https://zeldapedia.wiki/w/",
|
|
358
|
+
"extensions": [
|
|
359
|
+
"Cargo"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
352
362
|
{
|
|
353
363
|
"name": "bulbagarden.net",
|
|
354
364
|
"regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
|