mediawiki-projects-list 1.1.1 → 1.2.1
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 +4 -2
- package/index.js +3 -2
- package/package.json +1 -1
- package/projects-schema.json +10 -5
- package/projects.json +768 -425
package/projects.json
CHANGED
|
@@ -15,70 +15,543 @@
|
|
|
15
15
|
},
|
|
16
16
|
"wikiFarm": "fandom"
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
"name": "wiki.gg",
|
|
20
|
+
"regex": "(([a-z\\d-]{1,50})\\.wiki\\.gg(?:/(?!wiki)([a-z-]{2,12}))?)",
|
|
21
|
+
"articlePath": "/wiki/",
|
|
22
|
+
"scriptPath": "/",
|
|
23
|
+
"idString": {
|
|
24
|
+
"regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
|
|
25
|
+
"scriptPaths": [
|
|
26
|
+
"https://$1.wiki.gg/",
|
|
27
|
+
"https://$2.wiki.gg/$1/"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"wikiFarm": "wiki.gg"
|
|
31
|
+
},
|
|
18
32
|
{
|
|
19
33
|
"name": "wikipedia.org",
|
|
20
34
|
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikipedia\\.org)",
|
|
21
35
|
"articlePath": "/wiki/",
|
|
22
|
-
"scriptPath": "/w/",
|
|
36
|
+
"scriptPath": "/w/",
|
|
37
|
+
"idString": {
|
|
38
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
39
|
+
"scriptPaths": [
|
|
40
|
+
"https://$1.wikipedia.org/w/"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"wikiFarm": "wikimedia",
|
|
44
|
+
"extensions": [
|
|
45
|
+
"CentralAuth",
|
|
46
|
+
"OAuth"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "pluralpedia.org",
|
|
51
|
+
"regex": "((?:www\\.)?pluralpedia\\.org)",
|
|
52
|
+
"articlePath": "/w/",
|
|
53
|
+
"scriptPath": "/",
|
|
54
|
+
"fullScriptPath": "https://pluralpedia.org/"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "lgbtqia.wiki",
|
|
58
|
+
"regex": "((?:www\\.)?lgbtqia\\.wiki)",
|
|
59
|
+
"articlePath": "/wiki/",
|
|
60
|
+
"scriptPath": "/w/",
|
|
61
|
+
"fullScriptPath": "https://www.lgbtqia.wiki/w/",
|
|
62
|
+
"wikiFarm": "miraheze",
|
|
63
|
+
"extensions": [
|
|
64
|
+
"CentralAuth",
|
|
65
|
+
"OAuth"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "dragon-mania-legends.wiki",
|
|
70
|
+
"regex": "((?:www\\.)?dragon-mania-legends\\.wiki)",
|
|
71
|
+
"articlePath": "/",
|
|
72
|
+
"scriptPath": "/",
|
|
73
|
+
"fullScriptPath": "https://www.dragon-mania-legends.wiki/"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "micronations.wiki",
|
|
77
|
+
"regex": "((?:([a-z-]{2,12})\\.)?micronations\\.wiki)",
|
|
78
|
+
"articlePath": "/wiki/",
|
|
79
|
+
"scriptPath": "/",
|
|
80
|
+
"idString": {
|
|
81
|
+
"regex": "([a-z-]{2,12})",
|
|
82
|
+
"scriptPaths": [
|
|
83
|
+
"https://$1.micronations.wiki/"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "psu-clementine.net",
|
|
89
|
+
"regex": "((?:www\\.)?psu-clementine\\.net)",
|
|
90
|
+
"articlePath": "/wiki/index.php/",
|
|
91
|
+
"scriptPath": "/wiki/",
|
|
92
|
+
"fullScriptPath": "https://psu-clementine.net/wiki/"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "lostmediawiki.com",
|
|
96
|
+
"regex": "((?:www\\.)?lostmediawiki\\.com)",
|
|
97
|
+
"articlePath": "/",
|
|
98
|
+
"scriptPath": "/",
|
|
99
|
+
"fullScriptPath": "https://lostmediawiki.com/"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "starcitizen.tools",
|
|
103
|
+
"regex": "((?:www\\.)?starcitizen\\.tools)",
|
|
104
|
+
"articlePath": "/",
|
|
105
|
+
"scriptPath": "/",
|
|
106
|
+
"fullScriptPath": "https://starcitizen.tools/"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "thecyclefrontier.wiki",
|
|
110
|
+
"regex": "((?:www\\.)?thecyclefrontier\\.wiki)",
|
|
111
|
+
"articlePath": "/wiki/",
|
|
112
|
+
"scriptPath": "/mediawiki/",
|
|
113
|
+
"fullScriptPath": "https://thecyclefrontier.wiki/mediawiki/"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "paradoxwikis.com",
|
|
117
|
+
"regex": "(([a-z\\d-]{1,50})\\.paradoxwikis\\.com)",
|
|
118
|
+
"articlePath": "/",
|
|
119
|
+
"scriptPath": "/",
|
|
120
|
+
"idString": {
|
|
121
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
122
|
+
"scriptPaths": [
|
|
123
|
+
"https://$1.paradoxwikis.com/"
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "psp2i.wiki",
|
|
129
|
+
"regex": "((?:www\\.)?psp2i\\.wiki)",
|
|
130
|
+
"articlePath": "/w/",
|
|
131
|
+
"scriptPath": "/",
|
|
132
|
+
"fullScriptPath": "https://psp2i.wiki/"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "miraheze.org",
|
|
136
|
+
"regex": "(([a-z\\d-]{1,50})\\.miraheze\\.org)",
|
|
137
|
+
"articlePath": "/wiki/",
|
|
138
|
+
"scriptPath": "/w/",
|
|
139
|
+
"idString": {
|
|
140
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
141
|
+
"scriptPaths": [
|
|
142
|
+
"https://$1.miraheze.org/w/"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"wikiFarm": "miraheze",
|
|
146
|
+
"extensions": [
|
|
147
|
+
"CentralAuth",
|
|
148
|
+
"OAuth"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "wiki.openstreetmap.org",
|
|
153
|
+
"regex": "(wiki\\.openstreetmap\\.org)",
|
|
154
|
+
"articlePath": "/wiki/",
|
|
155
|
+
"scriptPath": "/w/",
|
|
156
|
+
"fullScriptPath": "https://wiki.openstreetmap.org/w/"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "polandballwiki.com",
|
|
160
|
+
"regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
|
|
161
|
+
"articlePath": "/wiki/",
|
|
162
|
+
"scriptPath": "/w/",
|
|
163
|
+
"idString": {
|
|
164
|
+
"regex": "([a-z-]{2,12})",
|
|
165
|
+
"scriptPaths": [
|
|
166
|
+
"https://$1.polandballwiki.com/w/"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"wikiFarm": "miraheze",
|
|
170
|
+
"extensions": [
|
|
171
|
+
"CentralAuth",
|
|
172
|
+
"OAuth"
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "barotraumagame.com",
|
|
177
|
+
"regex": "((?:www\\.)?barotraumagame\\.com)",
|
|
178
|
+
"articlePath": "/wiki/",
|
|
179
|
+
"scriptPath": "/baro-wiki/",
|
|
180
|
+
"fullScriptPath": "https://barotraumagame.com/baro-wiki/"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "confrontation.wiki",
|
|
184
|
+
"regex": "((?:www\\.)?confrontation\\.wiki)",
|
|
185
|
+
"articlePath": "/index.php/",
|
|
186
|
+
"scriptPath": "/",
|
|
187
|
+
"fullScriptPath": "https://confrontation.wiki/"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "wiki.pioneer2.net",
|
|
191
|
+
"regex": "(wiki\\.pioneer2\\.net)",
|
|
192
|
+
"articlePath": "/w/",
|
|
193
|
+
"scriptPath": "/",
|
|
194
|
+
"fullScriptPath": "https://wiki.pioneer2.net/"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "bakugan.wiki",
|
|
198
|
+
"regex": "((?:www\\.)?bakugan\\.wiki)",
|
|
199
|
+
"articlePath": "/wiki/",
|
|
200
|
+
"scriptPath": "/",
|
|
201
|
+
"fullScriptPath": "https://bakugan.wiki/"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "flyff-universe-wiki.com",
|
|
205
|
+
"regex": "(flyff-universe-wiki\\.com)",
|
|
206
|
+
"articlePath": "/wiki/",
|
|
207
|
+
"scriptPath": "/",
|
|
208
|
+
"fullScriptPath": "https://flyff-universe-wiki.com/"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "halopedia.org",
|
|
212
|
+
"regex": "((?:www\\.)?halopedia\\.org)",
|
|
213
|
+
"articlePath": "/",
|
|
214
|
+
"scriptPath": "/",
|
|
215
|
+
"fullScriptPath": "https://www.halopedia.org/"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "stardewvalleywiki.com",
|
|
219
|
+
"regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
|
|
220
|
+
"articlePath": "/",
|
|
221
|
+
"scriptPath": "/mediawiki/",
|
|
222
|
+
"idString": {
|
|
223
|
+
"regex": "([a-z-]{2,12})",
|
|
224
|
+
"scriptPaths": [
|
|
225
|
+
"https://$1.stardewvalleywiki.com/mediawiki/"
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "poewiki.net",
|
|
231
|
+
"regex": "((?:www\\.)?poewiki\\.net)",
|
|
232
|
+
"articlePath": "/wiki/",
|
|
233
|
+
"scriptPath": "/w/",
|
|
234
|
+
"fullScriptPath": "https://www.poewiki.net/w/"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "wiki.melvoridle.com",
|
|
238
|
+
"regex": "(wiki\\.melvoridle\\.com)",
|
|
239
|
+
"articlePath": "/w/",
|
|
240
|
+
"scriptPath": "/",
|
|
241
|
+
"fullScriptPath": "https://wiki.melvoridle.com/"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "dragdown.wiki",
|
|
245
|
+
"regex": "(dragdown\\.wiki)",
|
|
246
|
+
"articlePath": "/wiki/",
|
|
247
|
+
"scriptPath": "/w/",
|
|
248
|
+
"fullScriptPath": "https://dragdown.wiki/w/",
|
|
249
|
+
"wikiFarm": "miraheze",
|
|
250
|
+
"extensions": [
|
|
251
|
+
"CentralAuth",
|
|
252
|
+
"OAuth"
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "wikimon.net",
|
|
257
|
+
"regex": "((?:www\\.)?wikimon\\.net)",
|
|
258
|
+
"articlePath": "/",
|
|
259
|
+
"scriptPath": "/",
|
|
260
|
+
"fullScriptPath": "https://wikimon.net/"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "dubbingpedia.pl",
|
|
264
|
+
"regex": "(dubbingpedia\\.pl)",
|
|
265
|
+
"articlePath": "/wiki/",
|
|
266
|
+
"scriptPath": "/w/",
|
|
267
|
+
"fullScriptPath": "https://dubbingpedia.pl/w/"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "mediawiki.org",
|
|
271
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?mediawiki\\.org)",
|
|
272
|
+
"articlePath": "/wiki/",
|
|
273
|
+
"scriptPath": "/w/",
|
|
274
|
+
"idString": {
|
|
275
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
276
|
+
"scriptPaths": [
|
|
277
|
+
"https://$1.mediawiki.org/w/"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
"wikiFarm": "wikimedia",
|
|
281
|
+
"extensions": [
|
|
282
|
+
"CentralAuth",
|
|
283
|
+
"OAuth"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "bulbagarden.net",
|
|
288
|
+
"regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
|
|
289
|
+
"articlePath": "/wiki/",
|
|
290
|
+
"scriptPath": "/w/",
|
|
291
|
+
"idString": {
|
|
292
|
+
"regex": "(bulbapedia|archives|bulbanews)",
|
|
293
|
+
"scriptPaths": [
|
|
294
|
+
"https://$1.bulbagarden.net/w/"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "nookipedia.com",
|
|
300
|
+
"regex": "((?:www\\.)?nookipedia\\.com)",
|
|
301
|
+
"articlePath": "/wiki/",
|
|
302
|
+
"scriptPath": "/w/",
|
|
303
|
+
"fullScriptPath": "https://nookipedia.com/w/",
|
|
304
|
+
"extensions": [
|
|
305
|
+
"Cargo"
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "runescape.wiki",
|
|
310
|
+
"regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
311
|
+
"articlePath": "/w/",
|
|
312
|
+
"scriptPath": "/",
|
|
313
|
+
"idString": {
|
|
314
|
+
"regex": "(classic|oldschool|pt|www)",
|
|
315
|
+
"scriptPaths": [
|
|
316
|
+
"https://$1.runescape.wiki/"
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "fallout-wiki.com",
|
|
322
|
+
"regex": "((?:www\\.)?fallout-wiki\\.com)",
|
|
323
|
+
"articlePath": "/",
|
|
324
|
+
"scriptPath": "/",
|
|
325
|
+
"fullScriptPath": "https://fallout-wiki.com/"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "ssbwiki.com",
|
|
329
|
+
"regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
|
|
330
|
+
"articlePath": "/",
|
|
331
|
+
"scriptPath": "/",
|
|
332
|
+
"idString": {
|
|
333
|
+
"regex": "(es|www)",
|
|
334
|
+
"scriptPaths": [
|
|
335
|
+
"https://$1.ssbwiki.com/"
|
|
336
|
+
]
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "betawiki.net",
|
|
341
|
+
"regex": "((?:www\\.)?betawiki\\.net)",
|
|
342
|
+
"articlePath": "/wiki/",
|
|
343
|
+
"scriptPath": "/",
|
|
344
|
+
"fullScriptPath": "https://betawiki.net/"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "wiki.arcaea.cn",
|
|
348
|
+
"regex": "(wiki\\.arcaea\\.cn)",
|
|
349
|
+
"articlePath": "/",
|
|
350
|
+
"scriptPath": "/",
|
|
351
|
+
"fullScriptPath": "https://wiki.arcaea.cn/"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "wiktionary.org",
|
|
355
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wiktionary\\.org)",
|
|
356
|
+
"articlePath": "/wiki/",
|
|
357
|
+
"scriptPath": "/w/",
|
|
358
|
+
"idString": {
|
|
359
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
360
|
+
"scriptPaths": [
|
|
361
|
+
"https://$1.wiktionary.org/w/"
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
"wikiFarm": "wikimedia",
|
|
365
|
+
"extensions": [
|
|
366
|
+
"CentralAuth",
|
|
367
|
+
"OAuth"
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "gbf.wiki",
|
|
372
|
+
"regex": "((?:www\\.)?gbf\\.wiki)",
|
|
373
|
+
"articlePath": "/",
|
|
374
|
+
"scriptPath": "/",
|
|
375
|
+
"fullScriptPath": "https://gbf.wiki/",
|
|
376
|
+
"extensions": [
|
|
377
|
+
"Cargo"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "mariowiki.com",
|
|
382
|
+
"regex": "((?:www\\.)?mariowiki\\.com)",
|
|
383
|
+
"articlePath": "/",
|
|
384
|
+
"scriptPath": "/",
|
|
385
|
+
"fullScriptPath": "https://www.mariowiki.com/"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "jojowiki.com",
|
|
389
|
+
"regex": "((?:www\\.)?jojowiki\\.com)",
|
|
390
|
+
"articlePath": "/",
|
|
391
|
+
"scriptPath": "/",
|
|
392
|
+
"fullScriptPath": "https://jojowiki.com/"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "femiwiki.com",
|
|
396
|
+
"regex": "((?:www\\.)?femiwiki\\.com)",
|
|
397
|
+
"articlePath": "/w/",
|
|
398
|
+
"scriptPath": "/",
|
|
399
|
+
"fullScriptPath": "https://femiwiki.com/"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "moegirl.org.cn",
|
|
403
|
+
"regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
|
|
404
|
+
"articlePath": "/",
|
|
405
|
+
"scriptPath": "/",
|
|
406
|
+
"idString": {
|
|
407
|
+
"regex": "([a-z-]{2,12})",
|
|
408
|
+
"scriptPaths": [
|
|
409
|
+
"https://$1.moegirl.org.cn/"
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "bg-wiki.com",
|
|
415
|
+
"regex": "((?:www\\.)?bg-wiki\\.com)",
|
|
416
|
+
"articlePath": "/ffxi/",
|
|
417
|
+
"scriptPath": "/",
|
|
418
|
+
"fullScriptPath": "https://www.bg-wiki.com/"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "wiki-aventurica.de",
|
|
422
|
+
"regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
|
|
423
|
+
"articlePath": "/wiki/",
|
|
424
|
+
"scriptPath": "/$2/",
|
|
23
425
|
"idString": {
|
|
24
|
-
"regex": "([a-z
|
|
426
|
+
"regex": "([a-z-]{2,12})",
|
|
25
427
|
"scriptPaths": [
|
|
26
|
-
"https://$1.
|
|
428
|
+
"https://$1.wiki-aventurica.de/$1/"
|
|
27
429
|
]
|
|
28
430
|
},
|
|
29
|
-
"
|
|
30
|
-
"extensions": [
|
|
31
|
-
"CentralAuth"
|
|
32
|
-
]
|
|
431
|
+
"regexPaths": true
|
|
33
432
|
},
|
|
34
433
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"regex": "((
|
|
434
|
+
"name": "wikimedia.org",
|
|
435
|
+
"regex": "(([a-z\\d-]{1,50})\\.(?:m\\.)?wikimedia\\.org)",
|
|
37
436
|
"articlePath": "/wiki/",
|
|
38
437
|
"scriptPath": "/w/",
|
|
39
438
|
"idString": {
|
|
40
439
|
"regex": "([a-z\\d-]{1,50})",
|
|
41
440
|
"scriptPaths": [
|
|
42
|
-
"https://$1.
|
|
441
|
+
"https://$1.wikimedia.org/w/"
|
|
43
442
|
]
|
|
44
443
|
},
|
|
45
444
|
"wikiFarm": "wikimedia",
|
|
46
445
|
"extensions": [
|
|
47
|
-
"CentralAuth"
|
|
446
|
+
"CentralAuth",
|
|
447
|
+
"OAuth"
|
|
48
448
|
]
|
|
49
449
|
},
|
|
50
450
|
{
|
|
51
|
-
"name": "
|
|
52
|
-
"regex": "((
|
|
451
|
+
"name": "pzwiki.net",
|
|
452
|
+
"regex": "((?:www\\.)?pzwiki\\.net)",
|
|
53
453
|
"articlePath": "/wiki/",
|
|
54
454
|
"scriptPath": "/w/",
|
|
455
|
+
"fullScriptPath": "https://pzwiki.net/w/"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "metin2.gameforge.com",
|
|
459
|
+
"regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
|
|
460
|
+
"articlePath": "/index.php/",
|
|
461
|
+
"scriptPath": "/",
|
|
55
462
|
"idString": {
|
|
56
|
-
"regex": "([a-z
|
|
463
|
+
"regex": "([a-z]{2})",
|
|
57
464
|
"scriptPaths": [
|
|
58
|
-
"https://$1.
|
|
465
|
+
"https://$1-wiki.metin2.gameforge.com/"
|
|
59
466
|
]
|
|
60
|
-
}
|
|
61
|
-
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "librewiki.net",
|
|
471
|
+
"regex": "(librewiki\\.net)",
|
|
472
|
+
"articlePath": "/wiki/",
|
|
473
|
+
"scriptPath": "/",
|
|
474
|
+
"fullScriptPath": "https://librewiki.net/"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "wikirby.com",
|
|
478
|
+
"regex": "((?:www\\.)?wikirby\\.com)",
|
|
479
|
+
"articlePath": "/wiki/",
|
|
480
|
+
"scriptPath": "/w/",
|
|
481
|
+
"fullScriptPath": "https://wikirby.com/w/"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "consolegameswiki.com",
|
|
485
|
+
"regex": "((?:ffxiv\\.)?consolegameswiki\\.com)",
|
|
486
|
+
"articlePath": "/wiki/",
|
|
487
|
+
"scriptPath": "/mediawiki/",
|
|
488
|
+
"fullScriptPath": "https://ffxiv.consolegameswiki.com/mediawiki/"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "dc-multiverse.dcwikis.com",
|
|
492
|
+
"regex": "(dc-multiverse\\.dcwikis\\.com)",
|
|
493
|
+
"articlePath": "/wiki/",
|
|
494
|
+
"scriptPath": "/w/",
|
|
495
|
+
"fullScriptPath": "https://dc-multiverse.dcwikis.com/w/",
|
|
496
|
+
"wikiFarm": "miraheze",
|
|
62
497
|
"extensions": [
|
|
63
|
-
"CentralAuth"
|
|
498
|
+
"CentralAuth",
|
|
499
|
+
"OAuth"
|
|
64
500
|
]
|
|
65
501
|
},
|
|
66
502
|
{
|
|
67
|
-
"name": "
|
|
68
|
-
"regex": "((?:
|
|
503
|
+
"name": "wikihow.com",
|
|
504
|
+
"regex": "((?:www\\.)?wikihow\\.com)",
|
|
505
|
+
"articlePath": "/",
|
|
506
|
+
"scriptPath": "/",
|
|
507
|
+
"fullScriptPath": "https://www.wikihow.com/",
|
|
508
|
+
"urlSpaceReplacement": "-"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "rationalwiki.org",
|
|
512
|
+
"regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
|
|
69
513
|
"articlePath": "/wiki/",
|
|
70
514
|
"scriptPath": "/w/",
|
|
71
515
|
"idString": {
|
|
72
|
-
"regex": "(
|
|
516
|
+
"regex": "(ru|www)",
|
|
73
517
|
"scriptPaths": [
|
|
74
|
-
"https://$1.
|
|
518
|
+
"https://$1.rationalwiki.org/w/"
|
|
75
519
|
]
|
|
76
|
-
}
|
|
77
|
-
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "wiki.factorio.com",
|
|
524
|
+
"regex": "(wiki\\.factorio\\.com)",
|
|
525
|
+
"articlePath": "/",
|
|
526
|
+
"scriptPath": "/",
|
|
527
|
+
"fullScriptPath": "https://wiki.factorio.com/"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "khwiki.com",
|
|
531
|
+
"regex": "((?:www\\.)?khwiki\\.com)",
|
|
532
|
+
"articlePath": "/",
|
|
533
|
+
"scriptPath": "/",
|
|
534
|
+
"fullScriptPath": "https://www.khwiki.com/"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "revi.wiki",
|
|
538
|
+
"regex": "(revi\\.wiki)",
|
|
539
|
+
"articlePath": "/wiki/",
|
|
540
|
+
"scriptPath": "/w/",
|
|
541
|
+
"fullScriptPath": "https://revi.wiki/w/",
|
|
542
|
+
"wikiFarm": "miraheze",
|
|
78
543
|
"extensions": [
|
|
79
|
-
"CentralAuth"
|
|
544
|
+
"CentralAuth",
|
|
545
|
+
"OAuth"
|
|
80
546
|
]
|
|
81
547
|
},
|
|
548
|
+
{
|
|
549
|
+
"name": "explainxkcd.com",
|
|
550
|
+
"regex": "((?:www\\.)?explainxkcd\\.com)",
|
|
551
|
+
"articlePath": "/wiki/index.php/",
|
|
552
|
+
"scriptPath": "/wiki/",
|
|
553
|
+
"fullScriptPath": "https://www.explainxkcd.com/wiki/"
|
|
554
|
+
},
|
|
82
555
|
{
|
|
83
556
|
"name": "wikibooks.org",
|
|
84
557
|
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikibooks\\.org)",
|
|
@@ -92,7 +565,8 @@
|
|
|
92
565
|
},
|
|
93
566
|
"wikiFarm": "wikimedia",
|
|
94
567
|
"extensions": [
|
|
95
|
-
"CentralAuth"
|
|
568
|
+
"CentralAuth",
|
|
569
|
+
"OAuth"
|
|
96
570
|
]
|
|
97
571
|
},
|
|
98
572
|
{
|
|
@@ -108,7 +582,8 @@
|
|
|
108
582
|
},
|
|
109
583
|
"wikiFarm": "wikimedia",
|
|
110
584
|
"extensions": [
|
|
111
|
-
"CentralAuth"
|
|
585
|
+
"CentralAuth",
|
|
586
|
+
"OAuth"
|
|
112
587
|
]
|
|
113
588
|
},
|
|
114
589
|
{
|
|
@@ -124,7 +599,8 @@
|
|
|
124
599
|
},
|
|
125
600
|
"wikiFarm": "wikimedia",
|
|
126
601
|
"extensions": [
|
|
127
|
-
"CentralAuth"
|
|
602
|
+
"CentralAuth",
|
|
603
|
+
"OAuth"
|
|
128
604
|
]
|
|
129
605
|
},
|
|
130
606
|
{
|
|
@@ -140,7 +616,8 @@
|
|
|
140
616
|
},
|
|
141
617
|
"wikiFarm": "wikimedia",
|
|
142
618
|
"extensions": [
|
|
143
|
-
"CentralAuth"
|
|
619
|
+
"CentralAuth",
|
|
620
|
+
"OAuth"
|
|
144
621
|
]
|
|
145
622
|
},
|
|
146
623
|
{
|
|
@@ -156,7 +633,8 @@
|
|
|
156
633
|
},
|
|
157
634
|
"wikiFarm": "wikimedia",
|
|
158
635
|
"extensions": [
|
|
159
|
-
"CentralAuth"
|
|
636
|
+
"CentralAuth",
|
|
637
|
+
"OAuth"
|
|
160
638
|
]
|
|
161
639
|
},
|
|
162
640
|
{
|
|
@@ -172,7 +650,8 @@
|
|
|
172
650
|
},
|
|
173
651
|
"wikiFarm": "wikimedia",
|
|
174
652
|
"extensions": [
|
|
175
|
-
"CentralAuth"
|
|
653
|
+
"CentralAuth",
|
|
654
|
+
"OAuth"
|
|
176
655
|
]
|
|
177
656
|
},
|
|
178
657
|
{
|
|
@@ -188,68 +667,16 @@
|
|
|
188
667
|
},
|
|
189
668
|
"wikiFarm": "wikimedia",
|
|
190
669
|
"extensions": [
|
|
191
|
-
"CentralAuth"
|
|
670
|
+
"CentralAuth",
|
|
671
|
+
"OAuth"
|
|
192
672
|
]
|
|
193
673
|
},
|
|
194
674
|
{
|
|
195
675
|
"name": "translatewiki.net",
|
|
196
676
|
"regex": "(translatewiki\\.net)",
|
|
197
677
|
"articlePath": "/wiki/",
|
|
198
|
-
"scriptPath": "/w/"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "wiki.gg",
|
|
202
|
-
"regex": "(([a-z\\d-]{1,50})\\.wiki\\.gg(?:/(?!wiki)([a-z-]{2,12}))?)",
|
|
203
|
-
"articlePath": "/wiki/",
|
|
204
|
-
"scriptPath": "/",
|
|
205
|
-
"idString": {
|
|
206
|
-
"regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
|
|
207
|
-
"scriptPaths": [
|
|
208
|
-
"https://$1.wiki.gg/",
|
|
209
|
-
"https://$2.wiki.gg/$1/"
|
|
210
|
-
]
|
|
211
|
-
},
|
|
212
|
-
"wikiFarm": "wiki.gg"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "miraheze.org",
|
|
216
|
-
"regex": "(([a-z\\d-]{1,50})\\.miraheze\\.org)",
|
|
217
|
-
"articlePath": "/wiki/",
|
|
218
678
|
"scriptPath": "/w/",
|
|
219
|
-
"
|
|
220
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
221
|
-
"scriptPaths": [
|
|
222
|
-
"https://$1.miraheze.org/w/"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"wikiFarm": "miraheze",
|
|
226
|
-
"extensions": [
|
|
227
|
-
"CentralAuth"
|
|
228
|
-
]
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "paradoxwikis.com",
|
|
232
|
-
"regex": "(([a-z\\d-]{1,50})\\.paradoxwikis\\.com)",
|
|
233
|
-
"articlePath": "/",
|
|
234
|
-
"scriptPath": "/",
|
|
235
|
-
"idString": {
|
|
236
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
237
|
-
"scriptPaths": [
|
|
238
|
-
"https://$1.paradoxwikis.com/"
|
|
239
|
-
]
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "runescape.wiki",
|
|
244
|
-
"regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
|
|
245
|
-
"articlePath": "/w/",
|
|
246
|
-
"scriptPath": "/",
|
|
247
|
-
"idString": {
|
|
248
|
-
"regex": "(classic|oldschool|pt|www)",
|
|
249
|
-
"scriptPaths": [
|
|
250
|
-
"https://$1.runescape.wiki/"
|
|
251
|
-
]
|
|
252
|
-
}
|
|
679
|
+
"fullScriptPath": "https://translatewiki.net/w/"
|
|
253
680
|
},
|
|
254
681
|
{
|
|
255
682
|
"name": "wiki.biligame.com",
|
|
@@ -289,213 +716,123 @@
|
|
|
289
716
|
},
|
|
290
717
|
"wikiFarm": "shoutwiki"
|
|
291
718
|
},
|
|
292
|
-
{
|
|
293
|
-
"name": "wiki.openstreetmap.org",
|
|
294
|
-
"regex": "(wiki\\.openstreetmap\\.org)",
|
|
295
|
-
"articlePath": "/wiki/",
|
|
296
|
-
"scriptPath": "/w/"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"name": "pluralpedia.org",
|
|
300
|
-
"regex": "((?:www\\.)?pluralpedia\\.org)",
|
|
301
|
-
"articlePath": "/w/",
|
|
302
|
-
"scriptPath": "/"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "stardewvalleywiki.com",
|
|
306
|
-
"regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
|
|
307
|
-
"articlePath": "/",
|
|
308
|
-
"scriptPath": "/mediawiki/",
|
|
309
|
-
"idString": {
|
|
310
|
-
"regex": "([a-z-]{2,12})",
|
|
311
|
-
"scriptPaths": [
|
|
312
|
-
"https://$1.stardewvalleywiki.com/mediawiki/"
|
|
313
|
-
]
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
719
|
{
|
|
317
720
|
"name": "pcgamingwiki.com",
|
|
318
721
|
"regex": "((?:www\\.)?pcgamingwiki.com)",
|
|
319
722
|
"articlePath": "/wiki/",
|
|
320
723
|
"scriptPath": "/w/",
|
|
724
|
+
"fullScriptPath": "https://www.pcgamingwiki.com/w/",
|
|
321
725
|
"extensions": [
|
|
322
726
|
"Cargo"
|
|
323
727
|
]
|
|
324
728
|
},
|
|
325
|
-
{
|
|
326
|
-
"name": "metin2.gameforge.com",
|
|
327
|
-
"regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
|
|
328
|
-
"articlePath": "/index.php/",
|
|
329
|
-
"scriptPath": "/",
|
|
330
|
-
"idString": {
|
|
331
|
-
"regex": "([a-z]{2})",
|
|
332
|
-
"scriptPaths": [
|
|
333
|
-
"https://$1-wiki.metin2.gameforge.com/"
|
|
334
|
-
]
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"name": "psu-clementine.net",
|
|
339
|
-
"regex": "((?:www\\.)?psu-clementine\\.net)",
|
|
340
|
-
"articlePath": "/wiki/index.php/",
|
|
341
|
-
"scriptPath": "/wiki/"
|
|
342
|
-
},
|
|
343
729
|
{
|
|
344
730
|
"name": "ddowiki.com",
|
|
345
731
|
"regex": "((?:www\\.)?ddowiki\\.com)",
|
|
346
732
|
"articlePath": "/page/",
|
|
347
|
-
"scriptPath": "/"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "bakugan.wiki",
|
|
351
|
-
"regex": "((?:www\\.)?bakugan\\.wiki)",
|
|
352
|
-
"articlePath": "/wiki/",
|
|
353
|
-
"scriptPath": "/"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"name": "wiki.melvoridle.com",
|
|
357
|
-
"regex": "(wiki\\.melvoridle\\.com)",
|
|
358
|
-
"articlePath": "/w/",
|
|
359
|
-
"scriptPath": "/"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "moegirl.org.cn",
|
|
363
|
-
"regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
|
|
364
|
-
"articlePath": "/",
|
|
365
733
|
"scriptPath": "/",
|
|
366
|
-
"
|
|
367
|
-
"regex": "([a-z-]{2,12})",
|
|
368
|
-
"scriptPaths": [
|
|
369
|
-
"https://$1.moegirl.org.cn/"
|
|
370
|
-
]
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"name": "wiki-aventurica.de",
|
|
375
|
-
"regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
|
|
376
|
-
"articlePath": "/wiki/",
|
|
377
|
-
"scriptPath": "/$2/",
|
|
378
|
-
"idString": {
|
|
379
|
-
"regex": "([a-z-]{2,12})",
|
|
380
|
-
"scriptPaths": [
|
|
381
|
-
"https://$1.wiki-aventurica.de/$1/"
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
"regexPaths": true
|
|
734
|
+
"fullScriptPath": "https://ddowiki.com/"
|
|
385
735
|
},
|
|
386
736
|
{
|
|
387
737
|
"name": "pnpwiki.de",
|
|
388
738
|
"regex": "((?:www\\.)?pnpwiki\\.de)",
|
|
389
739
|
"articlePath": "/wiki/",
|
|
390
|
-
"scriptPath": "/w/"
|
|
740
|
+
"scriptPath": "/w/",
|
|
741
|
+
"fullScriptPath": "https://pnpwiki.de/w/"
|
|
391
742
|
},
|
|
392
743
|
{
|
|
393
744
|
"name": "blaseball.wiki",
|
|
394
745
|
"regex": "((?:www\\.)?blaseball\\.wiki)",
|
|
395
|
-
"articlePath": "/w/",
|
|
396
|
-
"scriptPath": "/"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "gbf.wiki",
|
|
400
|
-
"regex": "((?:www\\.)?gbf\\.wiki)",
|
|
401
|
-
"articlePath": "/",
|
|
746
|
+
"articlePath": "/w/",
|
|
402
747
|
"scriptPath": "/",
|
|
403
|
-
"
|
|
404
|
-
"Cargo"
|
|
405
|
-
]
|
|
748
|
+
"fullScriptPath": "https://www.blaseball.wiki/"
|
|
406
749
|
},
|
|
407
750
|
{
|
|
408
751
|
"name": "wiki.albiononline.com",
|
|
409
752
|
"regex": "(wiki\\.albiononline\\.com)",
|
|
410
753
|
"articlePath": "/wiki/",
|
|
411
|
-
"scriptPath": "/"
|
|
754
|
+
"scriptPath": "/",
|
|
755
|
+
"fullScriptPath": "https://wiki.albiononline.com/"
|
|
412
756
|
},
|
|
413
757
|
{
|
|
414
758
|
"name": "atitd.wiki",
|
|
415
759
|
"regex": "((?:www\\.)?atitd\\.wiki)",
|
|
416
760
|
"articlePath": "/tale10/",
|
|
417
761
|
"scriptPath": "/tale10/w/",
|
|
762
|
+
"fullScriptPath": "https://atitd.wiki/tale10/w/",
|
|
418
763
|
"extensions": [
|
|
419
764
|
"Cargo"
|
|
420
765
|
]
|
|
421
766
|
},
|
|
422
|
-
{
|
|
423
|
-
"name": "consolegameswiki.com",
|
|
424
|
-
"regex": "(?:ffxiv\\.)?consolegameswiki\\.com)",
|
|
425
|
-
"articlePath": "/wiki/",
|
|
426
|
-
"scriptPath": "/mediawiki/"
|
|
427
|
-
},
|
|
428
767
|
{
|
|
429
768
|
"name": "niwanetwork.org",
|
|
430
769
|
"regex": "((?:www\\.)?niwanetwork\\.org)",
|
|
431
770
|
"articlePath": "/wiki/",
|
|
432
|
-
"scriptPath": "/wiki/"
|
|
771
|
+
"scriptPath": "/wiki/",
|
|
772
|
+
"fullScriptPath": "https://niwanetwork.org/wiki/"
|
|
433
773
|
},
|
|
434
774
|
{
|
|
435
775
|
"name": "armswiki.org",
|
|
436
776
|
"regex": "((?:www\\.)?armswiki\\.org)",
|
|
437
777
|
"articlePath": "/wiki/",
|
|
438
|
-
"scriptPath": "/w/"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "bulbagarden.net",
|
|
442
|
-
"regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
|
|
443
|
-
"articlePath": "/wiki/",
|
|
444
778
|
"scriptPath": "/w/",
|
|
445
|
-
"
|
|
446
|
-
"regex": "(bulbapedia|archives|bulbanews)",
|
|
447
|
-
"scriptPaths": [
|
|
448
|
-
"https://$1.bulbagarden.net/w/"
|
|
449
|
-
]
|
|
450
|
-
}
|
|
779
|
+
"fullScriptPath": "https://armswiki.org/w/"
|
|
451
780
|
},
|
|
452
781
|
{
|
|
453
782
|
"name": "pokewiki.de",
|
|
454
783
|
"regex": "((?:www\\.)?pokewiki\\.de)",
|
|
455
784
|
"articlePath": "/",
|
|
456
|
-
"scriptPath": "/"
|
|
785
|
+
"scriptPath": "/",
|
|
786
|
+
"fullScriptPath": "https://www.pokewiki.de/"
|
|
457
787
|
},
|
|
458
788
|
{
|
|
459
789
|
"name": "wikidex.net",
|
|
460
790
|
"regex": "((?:www\\.)?wikidex\\.net)",
|
|
461
791
|
"articlePath": "/wiki/",
|
|
462
|
-
"scriptPath": "/"
|
|
792
|
+
"scriptPath": "/",
|
|
793
|
+
"fullScriptPath": "https://www.wikidex.net/"
|
|
463
794
|
},
|
|
464
795
|
{
|
|
465
796
|
"name": "pokepedia.fr",
|
|
466
797
|
"regex": "((?:www\\.)?pokepedia\\.fr)",
|
|
467
798
|
"articlePath": "/",
|
|
468
|
-
"scriptPath": "/"
|
|
799
|
+
"scriptPath": "/",
|
|
800
|
+
"fullScriptPath": "https://www.pokepedia.fr/"
|
|
469
801
|
},
|
|
470
802
|
{
|
|
471
803
|
"name": "wiki.pokemoncentral.it",
|
|
472
804
|
"regex": "(wiki\\.pokemoncentral\\.it)",
|
|
473
805
|
"articlePath": "/",
|
|
474
|
-
"scriptPath": "/"
|
|
806
|
+
"scriptPath": "/",
|
|
807
|
+
"fullScriptPath": "https://wiki.pokemoncentral.it/"
|
|
475
808
|
},
|
|
476
809
|
{
|
|
477
810
|
"name": "wiki.xn--rckteqa2e.com",
|
|
478
811
|
"regex": "(wiki\\.xn--rckteqa2e\\.com)",
|
|
479
812
|
"articlePath": "/wiki/",
|
|
480
|
-
"scriptPath": "/w/"
|
|
813
|
+
"scriptPath": "/w/",
|
|
814
|
+
"fullScriptPath": "https://wiki.xn--rckteqa2e.com/w/"
|
|
481
815
|
},
|
|
482
816
|
{
|
|
483
817
|
"name": "wiki.ポケモン.com",
|
|
484
818
|
"regex": "(wiki\\.ポケモン\\.com)",
|
|
485
819
|
"articlePath": "/wiki/",
|
|
486
|
-
"scriptPath": "/w/"
|
|
820
|
+
"scriptPath": "/w/",
|
|
821
|
+
"fullScriptPath": "https://wiki.ポケモン.com/w/"
|
|
487
822
|
},
|
|
488
823
|
{
|
|
489
824
|
"name": "wiki.52poke.com",
|
|
490
825
|
"regex": "(wiki\\.52poke\\.com)",
|
|
491
826
|
"articlePath": "/wiki/",
|
|
492
|
-
"scriptPath": "/"
|
|
827
|
+
"scriptPath": "/",
|
|
828
|
+
"fullScriptPath": "https://wiki.52poke.com/"
|
|
493
829
|
},
|
|
494
830
|
{
|
|
495
831
|
"name": "dragalialost.wiki",
|
|
496
832
|
"regex": "((?:www\\.)?dragalialost\\.wiki)",
|
|
497
833
|
"articlePath": "/w/",
|
|
498
834
|
"scriptPath": "/",
|
|
835
|
+
"fullScriptPath": "https://dragalialost.wiki/",
|
|
499
836
|
"extensions": [
|
|
500
837
|
"Cargo"
|
|
501
838
|
]
|
|
@@ -504,19 +841,22 @@
|
|
|
504
841
|
"name": "dragon-quest.org",
|
|
505
842
|
"regex": "((?:www\\.)?dragon-quest\\.org)",
|
|
506
843
|
"articlePath": "/wiki/",
|
|
507
|
-
"scriptPath": "/w/"
|
|
844
|
+
"scriptPath": "/w/",
|
|
845
|
+
"fullScriptPath": "https://dragon-quest.org/w/"
|
|
508
846
|
},
|
|
509
847
|
{
|
|
510
848
|
"name": "wikidragonquest.fr",
|
|
511
849
|
"regex": "((?:www\\.)?wikidragonquest\\.fr)",
|
|
512
850
|
"articlePath": "/",
|
|
513
|
-
"scriptPath": "/"
|
|
851
|
+
"scriptPath": "/",
|
|
852
|
+
"fullScriptPath": "https://wikidragonquest.fr/"
|
|
514
853
|
},
|
|
515
854
|
{
|
|
516
855
|
"name": "fireemblemwiki.org",
|
|
517
856
|
"regex": "((?:www\\.)?fireemblemwiki\\.org)",
|
|
518
857
|
"articlePath": "/wiki/",
|
|
519
858
|
"scriptPath": "/w/",
|
|
859
|
+
"fullScriptPath": "https://fireemblemwiki.org/w/",
|
|
520
860
|
"extensions": [
|
|
521
861
|
"Cargo"
|
|
522
862
|
]
|
|
@@ -525,19 +865,22 @@
|
|
|
525
865
|
"name": "mutecity.org",
|
|
526
866
|
"regex": "((?:www\\.)?mutecity\\.org)",
|
|
527
867
|
"articlePath": "/wiki/",
|
|
528
|
-
"scriptPath": "/w/"
|
|
868
|
+
"scriptPath": "/w/",
|
|
869
|
+
"fullScriptPath": "https://mutecity.org/w/"
|
|
529
870
|
},
|
|
530
871
|
{
|
|
531
872
|
"name": "goldensunwiki.net",
|
|
532
873
|
"regex": "((?:www\\.)?goldensunwiki\\.net)",
|
|
533
874
|
"articlePath": "/wiki/",
|
|
534
|
-
"scriptPath": "/w/"
|
|
875
|
+
"scriptPath": "/w/",
|
|
876
|
+
"fullScriptPath": "https://goldensunwiki.net/w/"
|
|
535
877
|
},
|
|
536
878
|
{
|
|
537
879
|
"name": "kidicaruswiki.org",
|
|
538
880
|
"regex": "((?:www\\.)?kidicaruswiki\\.org)",
|
|
539
881
|
"articlePath": "/wiki/",
|
|
540
|
-
"scriptPath": "/w/"
|
|
882
|
+
"scriptPath": "/w/",
|
|
883
|
+
"fullScriptPath": "https://www.kidicaruswiki.org/w/"
|
|
541
884
|
},
|
|
542
885
|
{
|
|
543
886
|
"name": "splatoonwiki.org",
|
|
@@ -558,88 +901,71 @@
|
|
|
558
901
|
"name": "starfoxwiki.info",
|
|
559
902
|
"regex": "((?:www\\.)?starfoxwiki\\.info)",
|
|
560
903
|
"articlePath": "/wiki/",
|
|
561
|
-
"scriptPath": "/w/"
|
|
904
|
+
"scriptPath": "/w/",
|
|
905
|
+
"fullScriptPath": "https://starfoxwiki.info/w/"
|
|
562
906
|
},
|
|
563
907
|
{
|
|
564
908
|
"name": "metroidwiki.org",
|
|
565
909
|
"regex": "((?:www\\.)?metroidwiki\\.org)",
|
|
566
910
|
"articlePath": "/wiki/",
|
|
567
|
-
"scriptPath": "/w/"
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "nookipedia.com",
|
|
571
|
-
"regex": "((?:www\\.)?nookipedia\\.com)",
|
|
572
|
-
"articlePath": "/wiki/",
|
|
573
911
|
"scriptPath": "/w/",
|
|
574
|
-
"
|
|
575
|
-
"Cargo"
|
|
576
|
-
]
|
|
912
|
+
"fullScriptPath": "https://www.metroidwiki.org/w/"
|
|
577
913
|
},
|
|
578
914
|
{
|
|
579
915
|
"name": "pikminwiki.com",
|
|
580
916
|
"regex": "((?:www\\.)?pikminwiki\\.com)",
|
|
581
917
|
"articlePath": "/",
|
|
582
|
-
"scriptPath": "/"
|
|
918
|
+
"scriptPath": "/",
|
|
919
|
+
"fullScriptPath": "https://www.pikminwiki.com/"
|
|
583
920
|
},
|
|
584
921
|
{
|
|
585
922
|
"name": "pikminfanon.com",
|
|
586
923
|
"regex": "((?:www\\.)?pikminfanon\\.com)",
|
|
587
924
|
"articlePath": "/wiki/",
|
|
588
|
-
"scriptPath": "/w/"
|
|
589
|
-
|
|
590
|
-
{
|
|
591
|
-
"name": "ssbwiki.com",
|
|
592
|
-
"regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
|
|
593
|
-
"articlePath": "/",
|
|
594
|
-
"scriptPath": "/",
|
|
595
|
-
"idString": {
|
|
596
|
-
"regex": "(es|www)",
|
|
597
|
-
"scriptPaths": [
|
|
598
|
-
"https://$1.ssbwiki.com/"
|
|
599
|
-
]
|
|
600
|
-
}
|
|
925
|
+
"scriptPath": "/w/",
|
|
926
|
+
"fullScriptPath": "https://pikminfanon.com/w/"
|
|
601
927
|
},
|
|
602
928
|
{
|
|
603
929
|
"name": "starfywiki.org",
|
|
604
930
|
"regex": "((?:www\\.)?starfywiki\\.org)",
|
|
605
931
|
"articlePath": "/wiki/",
|
|
606
|
-
"scriptPath": "/"
|
|
932
|
+
"scriptPath": "/",
|
|
933
|
+
"fullScriptPath": "https://www.starfywiki.org/"
|
|
607
934
|
},
|
|
608
935
|
{
|
|
609
936
|
"name": "strategywiki.org",
|
|
610
937
|
"regex": "((?:www\\.)?strategywiki\\.org)",
|
|
611
938
|
"articlePath": "/wiki/",
|
|
612
|
-
"scriptPath": "/w/"
|
|
613
|
-
|
|
614
|
-
{
|
|
615
|
-
"name": "mariowiki.com",
|
|
616
|
-
"regex": "((?:www\\.)?mariowiki\\.com)",
|
|
617
|
-
"articlePath": "/",
|
|
618
|
-
"scriptPath": "/"
|
|
939
|
+
"scriptPath": "/w/",
|
|
940
|
+
"fullScriptPath": "https://strategywiki.org/w/"
|
|
619
941
|
},
|
|
620
942
|
{
|
|
621
943
|
"name": "mariowiki.net",
|
|
622
944
|
"regex": "((?:www\\.)?mariowiki\\.net)",
|
|
623
945
|
"articlePath": "/wiki/",
|
|
624
|
-
"scriptPath": "/w/"
|
|
946
|
+
"scriptPath": "/w/",
|
|
947
|
+
"fullScriptPath": "https://mariowiki.net/w/"
|
|
625
948
|
},
|
|
626
949
|
{
|
|
627
950
|
"name": "mariowiki.it",
|
|
628
951
|
"regex": "((?:www\\.)?mariowiki\\.it)",
|
|
629
952
|
"articlePath": "/",
|
|
630
|
-
"scriptPath": "/"
|
|
953
|
+
"scriptPath": "/",
|
|
954
|
+
"fullScriptPath": "https://www.mariowiki.it/"
|
|
631
955
|
},
|
|
632
956
|
{
|
|
633
957
|
"name": "ukikipedia.net",
|
|
634
958
|
"regex": "((?:www\\.)?ukikipedia\\.net)",
|
|
635
959
|
"articlePath": "/wiki/",
|
|
636
|
-
"scriptPath": "/mediawiki/"
|
|
960
|
+
"scriptPath": "/mediawiki/",
|
|
961
|
+
"fullScriptPath": "https://ukikipedia.net/mediawiki/"
|
|
637
962
|
},
|
|
638
963
|
{
|
|
639
964
|
"name": "warswiki.org",
|
|
640
965
|
"regex": "((?:www\\.)?warswiki\\.org)",
|
|
641
966
|
"articlePath": "/wiki/",
|
|
642
|
-
"scriptPath": "/w/"
|
|
967
|
+
"scriptPath": "/w/",
|
|
968
|
+
"fullScriptPath": "https://warswiki.org/w/"
|
|
643
969
|
},
|
|
644
970
|
{
|
|
645
971
|
"name": "wikibound.info",
|
|
@@ -653,196 +979,148 @@
|
|
|
653
979
|
]
|
|
654
980
|
}
|
|
655
981
|
},
|
|
656
|
-
{
|
|
657
|
-
"name": "wikirby.com",
|
|
658
|
-
"regex": "((?:www\\.)?wikirby\\.com)",
|
|
659
|
-
"articlePath": "/wiki/",
|
|
660
|
-
"scriptPath": "/w/"
|
|
661
|
-
},
|
|
662
982
|
{
|
|
663
983
|
"name": "xenoserieswiki.org",
|
|
664
984
|
"regex": "((?:www\\.)?xenoserieswiki\\.org)",
|
|
665
985
|
"articlePath": "/wiki/",
|
|
666
|
-
"scriptPath": "/w/"
|
|
986
|
+
"scriptPath": "/w/",
|
|
987
|
+
"fullScriptPath": "https://www.xenoserieswiki.org/w/"
|
|
667
988
|
},
|
|
668
989
|
{
|
|
669
990
|
"name": "xenopedia.it",
|
|
670
991
|
"regex": "((?:www\\.)?xenopedia\\.it)",
|
|
671
992
|
"articlePath": "/",
|
|
672
|
-
"scriptPath": "/"
|
|
993
|
+
"scriptPath": "/",
|
|
994
|
+
"fullScriptPath": "https://www.xenopedia.it/"
|
|
673
995
|
},
|
|
674
996
|
{
|
|
675
997
|
"name": "zeldapendium.de",
|
|
676
998
|
"regex": "((?:www\\.)?zeldapendium\\.de)",
|
|
677
999
|
"articlePath": "/wiki/",
|
|
678
|
-
"scriptPath": "/w/"
|
|
679
|
-
|
|
680
|
-
{
|
|
681
|
-
"name": "halopedia.org",
|
|
682
|
-
"regex": "((?:www\\.)?halopedia\\.org)",
|
|
683
|
-
"articlePath": "/",
|
|
684
|
-
"scriptPath": "/"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"name": "jojowiki.com",
|
|
688
|
-
"regex": "((?:www\\.)?jojowiki\\.com)",
|
|
689
|
-
"articlePath": "/",
|
|
690
|
-
"scriptPath": "/"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "wikimon.net",
|
|
694
|
-
"regex": "((?:www\\.)?wikimon\\.net)",
|
|
695
|
-
"articlePath": "/",
|
|
696
|
-
"scriptPath": "/"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "khwiki.com",
|
|
700
|
-
"regex": "((?:www\\.)?khwiki\\.com)",
|
|
701
|
-
"articlePath": "/",
|
|
702
|
-
"scriptPath": "/"
|
|
1000
|
+
"scriptPath": "/w/",
|
|
1001
|
+
"fullScriptPath": "https://www.zeldapendium.de/w/"
|
|
703
1002
|
},
|
|
704
1003
|
{
|
|
705
1004
|
"name": "chronowiki.org",
|
|
706
1005
|
"regex": "((?:www\\.)?chronowiki\\.org)",
|
|
707
1006
|
"articlePath": "/wiki/",
|
|
708
|
-
"scriptPath": "/w/"
|
|
1007
|
+
"scriptPath": "/w/",
|
|
1008
|
+
"fullScriptPath": "https://www.chronowiki.org/w/"
|
|
709
1009
|
},
|
|
710
1010
|
{
|
|
711
1011
|
"name": "finalfantasywiki.com",
|
|
712
1012
|
"regex": "((?:www\\.)?finalfantasywiki\\.com)",
|
|
713
1013
|
"articlePath": "/wiki/",
|
|
714
|
-
"scriptPath": "/w/"
|
|
1014
|
+
"scriptPath": "/w/",
|
|
1015
|
+
"fullScriptPath": "https://finalfantasywiki.com/w/"
|
|
715
1016
|
},
|
|
716
1017
|
{
|
|
717
1018
|
"name": "miiwiki.org",
|
|
718
1019
|
"regex": "((?:www\\.)?miiwiki\\.org)",
|
|
719
1020
|
"articlePath": "/wiki/",
|
|
720
|
-
"scriptPath": "/w/"
|
|
1021
|
+
"scriptPath": "/w/",
|
|
1022
|
+
"fullScriptPath": "https://miiwiki.org/w/"
|
|
721
1023
|
},
|
|
722
1024
|
{
|
|
723
1025
|
"name": "banjokazooiewiki.com",
|
|
724
1026
|
"regex": "((?:www\\.)?banjokazooiewiki\\.com)",
|
|
725
1027
|
"articlePath": "/wiki/",
|
|
726
|
-
"scriptPath": "/w/"
|
|
1028
|
+
"scriptPath": "/w/",
|
|
1029
|
+
"fullScriptPath": "https://banjokazooiewiki.com/w/"
|
|
727
1030
|
},
|
|
728
1031
|
{
|
|
729
1032
|
"name": "conkerwiki.com",
|
|
730
1033
|
"regex": "((?:www\\.)?conkerwiki\\.com)",
|
|
731
1034
|
"articlePath": "/wiki/",
|
|
732
|
-
"scriptPath": "/w/"
|
|
1035
|
+
"scriptPath": "/w/",
|
|
1036
|
+
"fullScriptPath": "https://conkerwiki.com/w/"
|
|
733
1037
|
},
|
|
734
1038
|
{
|
|
735
1039
|
"name": "crashbandicootwiki.com",
|
|
736
1040
|
"regex": "((?:www\\.)?crashbandicootwiki\\.com)",
|
|
737
1041
|
"articlePath": "/wiki/",
|
|
738
|
-
"scriptPath": "/w/"
|
|
1042
|
+
"scriptPath": "/w/",
|
|
1043
|
+
"fullScriptPath": "https://crashbandicootwiki.com/w/"
|
|
739
1044
|
},
|
|
740
1045
|
{
|
|
741
1046
|
"name": "spyrowiki.com",
|
|
742
1047
|
"regex": "((?:www\\.)?spyrowiki\\.com)",
|
|
743
1048
|
"articlePath": "/wiki/",
|
|
744
|
-
"scriptPath": "/w/"
|
|
1049
|
+
"scriptPath": "/w/",
|
|
1050
|
+
"fullScriptPath": "https://spyrowiki.com/w/"
|
|
745
1051
|
},
|
|
746
1052
|
{
|
|
747
1053
|
"name": "triforcewiki.com",
|
|
748
1054
|
"regex": "((?:www\\.)?triforcewiki\\.com)",
|
|
749
1055
|
"articlePath": "/wiki/",
|
|
750
|
-
"scriptPath": "/w/"
|
|
1056
|
+
"scriptPath": "/w/",
|
|
1057
|
+
"fullScriptPath": "https://triforcewiki.com/w/"
|
|
751
1058
|
},
|
|
752
1059
|
{
|
|
753
1060
|
"name": "wikiofmana.com",
|
|
754
1061
|
"regex": "((?:www\\.)?wikiofmana\\.com)",
|
|
755
1062
|
"articlePath": "/wiki/",
|
|
756
|
-
"scriptPath": "/w/"
|
|
1063
|
+
"scriptPath": "/w/",
|
|
1064
|
+
"fullScriptPath": "https://wikiofmana.com/w/"
|
|
757
1065
|
},
|
|
758
1066
|
{
|
|
759
1067
|
"name": "rarewiki.com",
|
|
760
1068
|
"regex": "((?:www\\.)?rarewiki\\.com)",
|
|
761
1069
|
"articlePath": "/wiki/",
|
|
762
|
-
"scriptPath": "/w/"
|
|
1070
|
+
"scriptPath": "/w/",
|
|
1071
|
+
"fullScriptPath": "https://rarewiki.com/w/"
|
|
763
1072
|
},
|
|
764
1073
|
{
|
|
765
1074
|
"name": "arthurwiki.com",
|
|
766
1075
|
"regex": "((?:www\\.)?arthurwiki\\.com)",
|
|
767
1076
|
"articlePath": "/wiki/",
|
|
768
|
-
"scriptPath": "/w/"
|
|
1077
|
+
"scriptPath": "/w/",
|
|
1078
|
+
"fullScriptPath": "https://arthurwiki.com/w/"
|
|
769
1079
|
},
|
|
770
1080
|
{
|
|
771
1081
|
"name": "sanriowiki.com",
|
|
772
1082
|
"regex": "((?:www\\.)?sanriowiki\\.com)",
|
|
773
1083
|
"articlePath": "/wiki/",
|
|
774
|
-
"scriptPath": "/w/"
|
|
1084
|
+
"scriptPath": "/w/",
|
|
1085
|
+
"fullScriptPath": "https://sanriowiki.com/w/"
|
|
775
1086
|
},
|
|
776
1087
|
{
|
|
777
1088
|
"name": "spongebobwiki.org",
|
|
778
1089
|
"regex": "((?:www\\.)?spongebobwiki\\.org)",
|
|
779
1090
|
"articlePath": "/wiki/",
|
|
780
|
-
"scriptPath": "/w/"
|
|
1091
|
+
"scriptPath": "/w/",
|
|
1092
|
+
"fullScriptPath": "https://spongebobwiki.org/w/"
|
|
781
1093
|
},
|
|
782
1094
|
{
|
|
783
1095
|
"name": "wimpykidwiki.com",
|
|
784
1096
|
"regex": "((?:www\\.)?wimpykidwiki\\.com)",
|
|
785
1097
|
"articlePath": "/wiki/",
|
|
786
|
-
"scriptPath": "/w/"
|
|
1098
|
+
"scriptPath": "/w/",
|
|
1099
|
+
"fullScriptPath": "https://wimpykidwiki.com/w/"
|
|
787
1100
|
},
|
|
788
1101
|
{
|
|
789
1102
|
"name": "zeldadungeon.net",
|
|
790
1103
|
"regex": "((?:www\\.)?zeldadungeon\\.net)",
|
|
791
1104
|
"articlePath": "/wiki/",
|
|
792
|
-
"scriptPath": "/wiki/"
|
|
1105
|
+
"scriptPath": "/wiki/",
|
|
1106
|
+
"fullScriptPath": "https://www.zeldadungeon.net/wiki/"
|
|
793
1107
|
},
|
|
794
1108
|
{
|
|
795
|
-
"name": "
|
|
796
|
-
"regex": "(
|
|
1109
|
+
"name": "lakeus.xyz",
|
|
1110
|
+
"regex": "(lakeus\\.xyz)",
|
|
797
1111
|
"articlePath": "/wiki/",
|
|
798
|
-
"scriptPath": "/w/"
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"name": "wikihow.com",
|
|
802
|
-
"regex": "((?:www\\.)?wikihow\\.com)",
|
|
803
|
-
"articlePath": "/",
|
|
804
1112
|
"scriptPath": "/",
|
|
805
|
-
"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "librewiki.net",
|
|
809
|
-
"regex": "(librewiki\\.net)",
|
|
810
|
-
"articlePath": "/wiki/",
|
|
811
|
-
"scriptPath": "/"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "femiwiki.com",
|
|
815
|
-
"regex": "((?:www\\.)?femiwiki\\.com)",
|
|
816
|
-
"articlePath": "/w/",
|
|
817
|
-
"scriptPath": "/"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "revi.wiki",
|
|
821
|
-
"regex": "(revi\\.wiki)",
|
|
822
|
-
"articlePath": "/wiki/",
|
|
823
|
-
"scriptPath": "/w/",
|
|
824
|
-
"wikiFarm": "miraheze",
|
|
1113
|
+
"fullScriptPath": "https://lakeus.xyz/",
|
|
825
1114
|
"extensions": [
|
|
826
|
-
"
|
|
1115
|
+
"OAuth"
|
|
827
1116
|
]
|
|
828
1117
|
},
|
|
829
|
-
{
|
|
830
|
-
"name": "lakeus.xyz",
|
|
831
|
-
"regex": "(lakeus\\.xyz)",
|
|
832
|
-
"articlePath": "/wiki/",
|
|
833
|
-
"scriptPath": "/"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "betawiki.net",
|
|
837
|
-
"regex": "((?:www\\.)?betawiki\\.net)",
|
|
838
|
-
"articlePath": "/wiki/",
|
|
839
|
-
"scriptPath": "/"
|
|
840
|
-
},
|
|
841
1118
|
{
|
|
842
1119
|
"name": "destinypedia.com",
|
|
843
1120
|
"regex": "((?:www\\.)?destinypedia\\.com)",
|
|
844
1121
|
"articlePath": "/",
|
|
845
|
-
"scriptPath": "/"
|
|
1122
|
+
"scriptPath": "/",
|
|
1123
|
+
"fullScriptPath": "https://www.destinypedia.com/"
|
|
846
1124
|
},
|
|
847
1125
|
{
|
|
848
1126
|
"name": "grifkuba.net",
|
|
@@ -860,83 +1138,71 @@
|
|
|
860
1138
|
"name": "wiki.teamfortress.com",
|
|
861
1139
|
"regex": "(wiki\\.teamfortress\\.com)",
|
|
862
1140
|
"articlePath": "/wiki/",
|
|
863
|
-
"scriptPath": "/w/"
|
|
1141
|
+
"scriptPath": "/w/",
|
|
1142
|
+
"fullScriptPath": "https://wiki.teamfortress.com/w/"
|
|
864
1143
|
},
|
|
865
1144
|
{
|
|
866
1145
|
"name": "lain.wiki",
|
|
867
1146
|
"regex": "((?:www\\.)?lain\\.wiki)",
|
|
868
1147
|
"articlePath": "/wiki/",
|
|
869
|
-
"scriptPath": "/"
|
|
1148
|
+
"scriptPath": "/",
|
|
1149
|
+
"fullScriptPath": "https://lain.wiki/"
|
|
870
1150
|
},
|
|
871
1151
|
{
|
|
872
1152
|
"name": "khuxwiki.com",
|
|
873
1153
|
"regex": "((?:www\\.)?khuxwiki\\.com)",
|
|
874
1154
|
"articlePath": "/wiki/",
|
|
875
|
-
"scriptPath": "/w/"
|
|
1155
|
+
"scriptPath": "/w/",
|
|
1156
|
+
"fullScriptPath": "https://www.khuxwiki.com/w/"
|
|
876
1157
|
},
|
|
877
1158
|
{
|
|
878
1159
|
"name": "khdatabase.com",
|
|
879
1160
|
"regex": "((?:www\\.)?khdatabase\\.com)",
|
|
880
1161
|
"articlePath": "/",
|
|
881
|
-
"scriptPath": "/"
|
|
1162
|
+
"scriptPath": "/",
|
|
1163
|
+
"fullScriptPath": "https://www.khdatabase.com/"
|
|
882
1164
|
},
|
|
883
1165
|
{
|
|
884
1166
|
"name": "wiki.halo.fr",
|
|
885
1167
|
"regex": "(wiki\\.halo\\.fr)",
|
|
886
1168
|
"articlePath": "/",
|
|
887
|
-
"scriptPath": "/"
|
|
1169
|
+
"scriptPath": "/",
|
|
1170
|
+
"fullScriptPath": "https://wiki.halo.fr/"
|
|
888
1171
|
},
|
|
889
1172
|
{
|
|
890
1173
|
"name": "glitchtale.com",
|
|
891
1174
|
"regex": "((?:www\\.)?glitchtale\\.com)",
|
|
892
1175
|
"articlePath": "/wiki/index.php/",
|
|
893
|
-
"scriptPath": "/wiki/"
|
|
1176
|
+
"scriptPath": "/wiki/",
|
|
1177
|
+
"fullScriptPath": "https://glitchtale.com/wiki/"
|
|
894
1178
|
},
|
|
895
1179
|
{
|
|
896
1180
|
"name": "wiki.therofl98.co",
|
|
897
1181
|
"regex": "(wiki\\.therofl98\\.co)",
|
|
898
1182
|
"articlePath": "/wiki/",
|
|
899
|
-
"scriptPath": "/w/"
|
|
1183
|
+
"scriptPath": "/w/",
|
|
1184
|
+
"fullScriptPath": "https://wiki.therofl98.co/w/"
|
|
900
1185
|
},
|
|
901
1186
|
{
|
|
902
1187
|
"name": "yugipedia.com",
|
|
903
1188
|
"regex": "((?:www\\.)?yugipedia\\.com)",
|
|
904
1189
|
"articlePath": "/wiki/",
|
|
905
|
-
"scriptPath": "/"
|
|
906
|
-
|
|
907
|
-
{
|
|
908
|
-
"name": "polandballwiki.com",
|
|
909
|
-
"regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
|
|
910
|
-
"articlePath": "/wiki/",
|
|
911
|
-
"scriptPath": "/w/",
|
|
912
|
-
"idString": {
|
|
913
|
-
"regex": "([a-z-]{2,12})",
|
|
914
|
-
"scriptPaths": [
|
|
915
|
-
"https://$1.polandballwiki.com/w/"
|
|
916
|
-
]
|
|
917
|
-
},
|
|
918
|
-
"wikiFarm": "miraheze",
|
|
919
|
-
"extensions": [
|
|
920
|
-
"CentralAuth"
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "lostmediawiki.com",
|
|
925
|
-
"regex": "((?:www\\.)?lostmediawiki\\.com)",
|
|
926
|
-
"articlePath": "/",
|
|
927
|
-
"scriptPath": "/"
|
|
1190
|
+
"scriptPath": "/",
|
|
1191
|
+
"fullScriptPath": "https://yugipedia.com/"
|
|
928
1192
|
},
|
|
929
1193
|
{
|
|
930
1194
|
"name": "amiibopedia.com",
|
|
931
1195
|
"regex": "((?:es\\.)?amiibopedia\\.com)",
|
|
932
1196
|
"articlePath": "/wiki/",
|
|
933
|
-
"scriptPath": "/"
|
|
1197
|
+
"scriptPath": "/",
|
|
1198
|
+
"fullScriptPath": "https://es.amiibopedia.com/"
|
|
934
1199
|
},
|
|
935
1200
|
{
|
|
936
1201
|
"name": "tcrf.net",
|
|
937
1202
|
"regex": "((?:www\\.)?tcrf\\.net)",
|
|
938
1203
|
"articlePath": "/",
|
|
939
|
-
"scriptPath": "/"
|
|
1204
|
+
"scriptPath": "/",
|
|
1205
|
+
"fullScriptPath": "https://tcrf.net/"
|
|
940
1206
|
},
|
|
941
1207
|
{
|
|
942
1208
|
"name": "raymanpc.com",
|
|
@@ -955,25 +1221,29 @@
|
|
|
955
1221
|
"name": "theinfosphere.org",
|
|
956
1222
|
"regex": "((?:www\\.)?theinfosphere\\.org)",
|
|
957
1223
|
"articlePath": "/",
|
|
958
|
-
"scriptPath": "/"
|
|
1224
|
+
"scriptPath": "/",
|
|
1225
|
+
"fullScriptPath": "https://theinfosphere.org/"
|
|
959
1226
|
},
|
|
960
1227
|
{
|
|
961
1228
|
"name": "simpsonspedia.net",
|
|
962
1229
|
"regex": "(simpsonspedia\\.net)",
|
|
963
1230
|
"articlePath": "/index.php?title=",
|
|
964
|
-
"scriptPath": "/"
|
|
1231
|
+
"scriptPath": "/",
|
|
1232
|
+
"fullScriptPath": "https://simpsonspedia.net/"
|
|
965
1233
|
},
|
|
966
1234
|
{
|
|
967
1235
|
"name": "info.sonicretro.org",
|
|
968
1236
|
"regex": "(info\\.sonicretro\\.org)",
|
|
969
1237
|
"articlePath": "/",
|
|
970
|
-
"scriptPath": "/"
|
|
1238
|
+
"scriptPath": "/",
|
|
1239
|
+
"fullScriptPath": "https://info.sonicretro.org/"
|
|
971
1240
|
},
|
|
972
1241
|
{
|
|
973
1242
|
"name": "segaretro.org",
|
|
974
1243
|
"regex": "((?:www\\.)?segaretro\\.org)",
|
|
975
1244
|
"articlePath": "/",
|
|
976
1245
|
"scriptPath": "/",
|
|
1246
|
+
"fullScriptPath": "https://segaretro.org/",
|
|
977
1247
|
"extensions": [
|
|
978
1248
|
"Cargo"
|
|
979
1249
|
]
|
|
@@ -982,13 +1252,15 @@
|
|
|
982
1252
|
"name": "necretro.org",
|
|
983
1253
|
"regex": "(necretro\\.org)",
|
|
984
1254
|
"articlePath": "/",
|
|
985
|
-
"scriptPath": "/"
|
|
1255
|
+
"scriptPath": "/",
|
|
1256
|
+
"fullScriptPath": "https://necretro.org/"
|
|
986
1257
|
},
|
|
987
1258
|
{
|
|
988
1259
|
"name": "retrocdn.net",
|
|
989
1260
|
"regex": "((?:www\\.)?retrocdn\\.net)",
|
|
990
1261
|
"articlePath": "/",
|
|
991
|
-
"scriptPath": "/"
|
|
1262
|
+
"scriptPath": "/",
|
|
1263
|
+
"fullScriptPath": "https://retrocdn.net/"
|
|
992
1264
|
},
|
|
993
1265
|
{
|
|
994
1266
|
"name": "banglapedia.org",
|
|
@@ -1006,31 +1278,41 @@
|
|
|
1006
1278
|
"name": "semantic-mediawiki.org",
|
|
1007
1279
|
"regex": "((?:www\\.)?semantic-mediawiki\\.org)",
|
|
1008
1280
|
"articlePath": "/wiki/",
|
|
1009
|
-
"scriptPath": "/w/"
|
|
1281
|
+
"scriptPath": "/w/",
|
|
1282
|
+
"fullScriptPath": "https://www.semantic-mediawiki.org/w/"
|
|
1010
1283
|
},
|
|
1011
1284
|
{
|
|
1012
1285
|
"name": "wikizilla.org",
|
|
1013
1286
|
"regex": "((?:www\\.)?wikizilla\\.org)",
|
|
1014
1287
|
"articlePath": "/wiki/",
|
|
1015
|
-
"scriptPath": "/w/"
|
|
1288
|
+
"scriptPath": "/w/",
|
|
1289
|
+
"fullScriptPath": "https://wikizilla.org/w/"
|
|
1016
1290
|
},
|
|
1017
1291
|
{
|
|
1018
1292
|
"name": "wiki.gentoo.org",
|
|
1019
1293
|
"regex": "(wiki\\.gentoo\\.org)",
|
|
1020
1294
|
"articlePath": "/wiki/",
|
|
1021
|
-
"scriptPath": "/"
|
|
1295
|
+
"scriptPath": "/",
|
|
1296
|
+
"fullScriptPath": "https://wiki.gentoo.org/"
|
|
1022
1297
|
},
|
|
1023
1298
|
{
|
|
1024
1299
|
"name": "pidgi.net",
|
|
1025
1300
|
"regex": "((?:www\\.)?pidgi\\.net)",
|
|
1026
1301
|
"articlePath": "/wiki/",
|
|
1027
|
-
"scriptPath": "/wiki/"
|
|
1302
|
+
"scriptPath": "/wiki/",
|
|
1303
|
+
"fullScriptPath": "https://www.pidgi.net/wiki/"
|
|
1028
1304
|
},
|
|
1029
1305
|
{
|
|
1030
1306
|
"name": "rct.wiki",
|
|
1031
1307
|
"regex": "(rct\\.wiki)",
|
|
1032
1308
|
"articlePath": "/wiki/",
|
|
1033
|
-
"scriptPath": "/w/"
|
|
1309
|
+
"scriptPath": "/w/",
|
|
1310
|
+
"fullScriptPath": "https://rct.wiki/w/",
|
|
1311
|
+
"wikiFarm": "miraheze",
|
|
1312
|
+
"extensions": [
|
|
1313
|
+
"CentralAuth",
|
|
1314
|
+
"OAuth"
|
|
1315
|
+
]
|
|
1034
1316
|
},
|
|
1035
1317
|
{
|
|
1036
1318
|
"name": "touhouwiki.net",
|
|
@@ -1060,55 +1342,43 @@
|
|
|
1060
1342
|
"name": "ufopaedia.org",
|
|
1061
1343
|
"regex": "((?:www\\.)?ufopaedia\\.org)",
|
|
1062
1344
|
"articlePath": "/index.php/",
|
|
1063
|
-
"scriptPath": "/"
|
|
1345
|
+
"scriptPath": "/",
|
|
1346
|
+
"fullScriptPath": "https://www.ufopaedia.org/"
|
|
1064
1347
|
},
|
|
1065
1348
|
{
|
|
1066
1349
|
"name": "wiibrew.org",
|
|
1067
1350
|
"regex": "((?:www\\.)?wiibrew\\.org)",
|
|
1068
1351
|
"articlePath": "/wiki/",
|
|
1069
|
-
"scriptPath": "/w/"
|
|
1352
|
+
"scriptPath": "/w/",
|
|
1353
|
+
"fullScriptPath": "https://wiibrew.org/w/"
|
|
1070
1354
|
},
|
|
1071
1355
|
{
|
|
1072
1356
|
"name": "wiiubrew.org",
|
|
1073
1357
|
"regex": "((?:www\\.)?wiiubrew\\.org)",
|
|
1074
1358
|
"articlePath": "/wiki/",
|
|
1075
|
-
"scriptPath": "/w/"
|
|
1359
|
+
"scriptPath": "/w/",
|
|
1360
|
+
"fullScriptPath": "https://wiiubrew.org/w/"
|
|
1076
1361
|
},
|
|
1077
1362
|
{
|
|
1078
1363
|
"name": "dsibrew.org",
|
|
1079
1364
|
"regex": "((?:www\\.)?dsibrew\\.org)",
|
|
1080
1365
|
"articlePath": "/wiki/",
|
|
1081
|
-
"scriptPath": "/w/"
|
|
1366
|
+
"scriptPath": "/w/",
|
|
1367
|
+
"fullScriptPath": "https://dsibrew.org/w/"
|
|
1082
1368
|
},
|
|
1083
1369
|
{
|
|
1084
1370
|
"name": "3dbrew.org",
|
|
1085
1371
|
"regex": "((?:www\\.)?3dbrew\\.org)",
|
|
1086
1372
|
"articlePath": "/wiki/",
|
|
1087
|
-
"scriptPath": "/w/"
|
|
1373
|
+
"scriptPath": "/w/",
|
|
1374
|
+
"fullScriptPath": "https://www.3dbrew.org/w/"
|
|
1088
1375
|
},
|
|
1089
1376
|
{
|
|
1090
1377
|
"name": "switchbrew.org",
|
|
1091
1378
|
"regex": "((?:www\\.)?switchbrew\\.org)",
|
|
1092
1379
|
"articlePath": "/wiki/",
|
|
1093
|
-
"scriptPath": "/w/"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "explainxkcd.com",
|
|
1097
|
-
"regex": "((?:www\\.)?explainxkcd\\.com)",
|
|
1098
|
-
"articlePath": "/wiki/index.php/",
|
|
1099
|
-
"scriptPath": "/wiki/"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"name": "rationalwiki.org",
|
|
1103
|
-
"regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
|
|
1104
|
-
"articlePath": "/wiki/",
|
|
1105
1380
|
"scriptPath": "/w/",
|
|
1106
|
-
"
|
|
1107
|
-
"regex": "(ru|www)",
|
|
1108
|
-
"scriptPaths": [
|
|
1109
|
-
"https://$1.rationalwiki.org/w/"
|
|
1110
|
-
]
|
|
1111
|
-
}
|
|
1381
|
+
"fullScriptPath": "https://switchbrew.org/w/"
|
|
1112
1382
|
},
|
|
1113
1383
|
{
|
|
1114
1384
|
"name": "eastwardwiki.com",
|
|
@@ -1126,19 +1396,22 @@
|
|
|
1126
1396
|
"name": "timespinnerwiki.com",
|
|
1127
1397
|
"regex": "((?:www\\.)?timespinnerwiki\\.com)",
|
|
1128
1398
|
"articlePath": "/",
|
|
1129
|
-
"scriptPath": "/mediawiki/"
|
|
1399
|
+
"scriptPath": "/mediawiki/",
|
|
1400
|
+
"fullScriptPath": "https://timespinnerwiki.com/mediawiki/"
|
|
1130
1401
|
},
|
|
1131
1402
|
{
|
|
1132
1403
|
"name": "starmancerwiki.com",
|
|
1133
1404
|
"regex": "((?:www\\.)?starmancerwiki\\.com)",
|
|
1134
1405
|
"articlePath": "/",
|
|
1135
|
-
"scriptPath": "/mediawiki/"
|
|
1406
|
+
"scriptPath": "/mediawiki/",
|
|
1407
|
+
"fullScriptPath": "https://starmancerwiki.com/mediawiki/"
|
|
1136
1408
|
},
|
|
1137
1409
|
{
|
|
1138
1410
|
"name": "lotro-wiki.com",
|
|
1139
1411
|
"regex": "((?:www\\.)?lotro-wiki\\.com)",
|
|
1140
1412
|
"articlePath": "/index.php/",
|
|
1141
|
-
"scriptPath": "/"
|
|
1413
|
+
"scriptPath": "/",
|
|
1414
|
+
"fullScriptPath": "https://lotro-wiki.com/"
|
|
1142
1415
|
},
|
|
1143
1416
|
{
|
|
1144
1417
|
"name": "scoutwiki.org",
|
|
@@ -1156,13 +1429,15 @@
|
|
|
1156
1429
|
"name": "wiki.archlinux.org",
|
|
1157
1430
|
"regex": "(wiki\\.archlinux\\.org)",
|
|
1158
1431
|
"articlePath": "/title/",
|
|
1159
|
-
"scriptPath": "/"
|
|
1432
|
+
"scriptPath": "/",
|
|
1433
|
+
"fullScriptPath": "https://wiki.archlinux.org/"
|
|
1160
1434
|
},
|
|
1161
1435
|
{
|
|
1162
1436
|
"name": "dandwiki.com",
|
|
1163
1437
|
"regex": "((?:www\\.)?dandwiki.com)",
|
|
1164
1438
|
"articlePath": "/wiki/",
|
|
1165
|
-
"scriptPath": "/w/"
|
|
1439
|
+
"scriptPath": "/w/",
|
|
1440
|
+
"fullScriptPath": "https://www.dandwiki.com/w/"
|
|
1166
1441
|
},
|
|
1167
1442
|
{
|
|
1168
1443
|
"name": "vikidia.org",
|
|
@@ -1192,73 +1467,85 @@
|
|
|
1192
1467
|
"name": "wiki.hypixel.net",
|
|
1193
1468
|
"regex": "(wiki\\.hypixel\\.net)",
|
|
1194
1469
|
"articlePath": "/",
|
|
1195
|
-
"scriptPath": "/"
|
|
1470
|
+
"scriptPath": "/",
|
|
1471
|
+
"fullScriptPath": "https://wiki.hypixel.net/"
|
|
1196
1472
|
},
|
|
1197
1473
|
{
|
|
1198
1474
|
"name": "wiki.serenesforest.net",
|
|
1199
1475
|
"regex": "(wiki\\.serenesforest\\.net)",
|
|
1200
1476
|
"articlePath": "/index.php/",
|
|
1201
|
-
"scriptPath": "/"
|
|
1477
|
+
"scriptPath": "/",
|
|
1478
|
+
"fullScriptPath": "https://wiki.serenesforest.net/"
|
|
1202
1479
|
},
|
|
1203
1480
|
{
|
|
1204
1481
|
"name": "wiki.seiwanetwork.org",
|
|
1205
1482
|
"regex": "(wiki\\.seiwanetwork\\.org)",
|
|
1206
1483
|
"articlePath": "/wiki/",
|
|
1207
|
-
"scriptPath": "/w/"
|
|
1484
|
+
"scriptPath": "/w/",
|
|
1485
|
+
"fullScriptPath": "https://wiki.seiwanetwork.org/w/"
|
|
1208
1486
|
},
|
|
1209
1487
|
{
|
|
1210
1488
|
"name": "hiddenpalace.org",
|
|
1211
1489
|
"regex": "((?:www\\.)?hiddenpalace\\.org)",
|
|
1212
1490
|
"articlePath": "/",
|
|
1213
|
-
"scriptPath": "/w/"
|
|
1491
|
+
"scriptPath": "/w/",
|
|
1492
|
+
"fullScriptPath": "https://hiddenpalace.org/w/"
|
|
1214
1493
|
},
|
|
1215
1494
|
{
|
|
1216
1495
|
"name": "developer.valvesoftware.com",
|
|
1217
1496
|
"regex": "(developer\\.valvesoftware\\.com)",
|
|
1218
1497
|
"articlePath": "/wiki/",
|
|
1219
|
-
"scriptPath": "/w/"
|
|
1498
|
+
"scriptPath": "/w/",
|
|
1499
|
+
"fullScriptPath": "https://developer.valvesoftware.com/w/"
|
|
1220
1500
|
},
|
|
1221
1501
|
{
|
|
1222
1502
|
"name": "pixelmonmod.com",
|
|
1223
1503
|
"regex": "((?:www\\.)?pixelmonmod\\.com)",
|
|
1224
1504
|
"articlePath": "/wiki/",
|
|
1225
|
-
"scriptPath": "/w/"
|
|
1505
|
+
"scriptPath": "/w/",
|
|
1506
|
+
"fullScriptPath": "https://pixelmonmod.com/w/"
|
|
1226
1507
|
},
|
|
1227
1508
|
{
|
|
1228
1509
|
"name": "dmowiki.com",
|
|
1229
1510
|
"regex": "((?:www\\.)?dmowiki\\.com)",
|
|
1230
1511
|
"articlePath": "/",
|
|
1231
|
-
"scriptPath": "/"
|
|
1512
|
+
"scriptPath": "/",
|
|
1513
|
+
"fullScriptPath": "https://dmowiki.com/"
|
|
1232
1514
|
},
|
|
1233
1515
|
{
|
|
1234
1516
|
"name": "awoiaf.westeros.org",
|
|
1235
1517
|
"regex": "(awoiaf\\.westeros\\.org)",
|
|
1236
1518
|
"articlePath": "/index.php/",
|
|
1237
|
-
"scriptPath": "/"
|
|
1519
|
+
"scriptPath": "/",
|
|
1520
|
+
"fullScriptPath": "https://awoiaf.westeros.org/"
|
|
1238
1521
|
},
|
|
1239
1522
|
{
|
|
1240
1523
|
"name": "westeros.ir",
|
|
1241
1524
|
"regex": "((?:www\\.)?westeros\\.ir)",
|
|
1242
1525
|
"articlePath": "/wiki/index.php?title=",
|
|
1243
|
-
"scriptPath": "/wiki/"
|
|
1526
|
+
"scriptPath": "/wiki/",
|
|
1527
|
+
"fullScriptPath": "https://westeros.ir/wiki/"
|
|
1244
1528
|
},
|
|
1245
1529
|
{
|
|
1246
1530
|
"name": "lagardedenuit.com",
|
|
1247
1531
|
"regex": "((?:www\\.)?lagardedenuit\\.com)",
|
|
1248
1532
|
"articlePath": "/wiki/index.php?title=",
|
|
1249
|
-
"scriptPath": "/wiki/"
|
|
1533
|
+
"scriptPath": "/wiki/",
|
|
1534
|
+
"fullScriptPath": "https://www.lagardedenuit.com/wiki/"
|
|
1250
1535
|
},
|
|
1251
1536
|
{
|
|
1252
1537
|
"name": "7kingdoms.ru",
|
|
1253
1538
|
"regex": "((?:www\\.)?7kingdoms\\.ru)",
|
|
1254
1539
|
"articlePath": "/wiki/",
|
|
1255
|
-
"scriptPath": "/w/"
|
|
1540
|
+
"scriptPath": "/w/",
|
|
1541
|
+
"fullScriptPath": "https://7kingdoms.ru/w/"
|
|
1256
1542
|
},
|
|
1257
1543
|
{
|
|
1258
1544
|
"name": "wiki.geloefogo.com",
|
|
1259
1545
|
"regex": "(wiki\\.geloefogo\\.com)",
|
|
1260
1546
|
"articlePath": "/index.php/",
|
|
1261
|
-
"scriptPath": "/"
|
|
1547
|
+
"scriptPath": "/",
|
|
1548
|
+
"fullScriptPath": "https://wiki.geloefogo.com/"
|
|
1262
1549
|
},
|
|
1263
1550
|
{
|
|
1264
1551
|
"name": "huijiwiki.com",
|
|
@@ -1277,13 +1564,15 @@
|
|
|
1277
1564
|
"name": "chocolate-doom.org",
|
|
1278
1565
|
"regex": "((?:www\\.)?chocolate-doom\\.org)",
|
|
1279
1566
|
"articlePath": "/wiki/index.php/",
|
|
1280
|
-
"scriptPath": "/wiki/"
|
|
1567
|
+
"scriptPath": "/wiki/",
|
|
1568
|
+
"fullScriptPath": "https://www.chocolate-doom.org/wiki/"
|
|
1281
1569
|
},
|
|
1282
1570
|
{
|
|
1283
1571
|
"name": "glitchcity.wiki",
|
|
1284
1572
|
"regex": "((?:www\\.)?glitchcity\\.wiki)",
|
|
1285
1573
|
"articlePath": "/",
|
|
1286
|
-
"scriptPath": "/"
|
|
1574
|
+
"scriptPath": "/",
|
|
1575
|
+
"fullScriptPath": "https://glitchcity.wiki/"
|
|
1287
1576
|
},
|
|
1288
1577
|
{
|
|
1289
1578
|
"name": "playstationdev.wiki",
|
|
@@ -1313,31 +1602,36 @@
|
|
|
1313
1602
|
"name": "wiki.henkaku.xyz",
|
|
1314
1603
|
"regex": "(wiki\\.henkaku\\.xyz)",
|
|
1315
1604
|
"articlePath": "/vita/",
|
|
1316
|
-
"scriptPath": "/vita/"
|
|
1605
|
+
"scriptPath": "/vita/",
|
|
1606
|
+
"fullScriptPath": "https://wiki.henkaku.xyz/vita/"
|
|
1317
1607
|
},
|
|
1318
1608
|
{
|
|
1319
1609
|
"name": "wiki.raregamingdump.ca",
|
|
1320
1610
|
"regex": "(wiki\\.raregamingdump\\.ca)",
|
|
1321
1611
|
"articlePath": "/index.php/",
|
|
1322
|
-
"scriptPath": "/"
|
|
1612
|
+
"scriptPath": "/",
|
|
1613
|
+
"fullScriptPath": "https://wiki.raregamingdump.ca/"
|
|
1323
1614
|
},
|
|
1324
1615
|
{
|
|
1325
1616
|
"name": "sttwiki.org",
|
|
1326
1617
|
"regex": "((?:www\\.)?sttwiki\\.org)",
|
|
1327
1618
|
"articlePath": "/wiki/",
|
|
1328
|
-
"scriptPath": "/"
|
|
1619
|
+
"scriptPath": "/",
|
|
1620
|
+
"fullScriptPath": "https://sttwiki.org/"
|
|
1329
1621
|
},
|
|
1330
1622
|
{
|
|
1331
1623
|
"name": "wavu.wiki",
|
|
1332
1624
|
"regex": "((?:www\\.)?wavu\\.wiki)",
|
|
1333
1625
|
"articlePath": "/t/",
|
|
1334
|
-
"scriptPath": "/w/"
|
|
1626
|
+
"scriptPath": "/w/",
|
|
1627
|
+
"fullScriptPath": "https://wavu.wiki/w/"
|
|
1335
1628
|
},
|
|
1336
1629
|
{
|
|
1337
1630
|
"name": "blazblue.wiki",
|
|
1338
1631
|
"regex": "((?:www\\.)?blazblue\\.wiki)",
|
|
1339
1632
|
"articlePath": "/wiki/",
|
|
1340
1633
|
"scriptPath": "/",
|
|
1634
|
+
"fullScriptPath": "https://blazblue.wiki/",
|
|
1341
1635
|
"extensions": [
|
|
1342
1636
|
"Cargo"
|
|
1343
1637
|
]
|
|
@@ -1347,15 +1641,64 @@
|
|
|
1347
1641
|
"regex": "((?:www\\.)?archives\\.org\\.au)",
|
|
1348
1642
|
"articlePath": "/",
|
|
1349
1643
|
"scriptPath": "/",
|
|
1644
|
+
"fullScriptPath": "https://archives.org.au/",
|
|
1350
1645
|
"extensions": [
|
|
1351
1646
|
"Cargo"
|
|
1352
1647
|
]
|
|
1353
1648
|
},
|
|
1354
1649
|
{
|
|
1355
|
-
"name": "
|
|
1356
|
-
"regex": "(
|
|
1650
|
+
"name": "wiki.guildwars.com",
|
|
1651
|
+
"regex": "(wiki\\.guildwars\\.com)",
|
|
1652
|
+
"articlePath": "/wiki/",
|
|
1653
|
+
"scriptPath": "/",
|
|
1654
|
+
"fullScriptPath": "https://wiki.guildwars.com/"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "guildwiki.de",
|
|
1658
|
+
"regex": "((?:www\\.)?guildwiki\\.de)",
|
|
1659
|
+
"articlePath": "/wiki/",
|
|
1660
|
+
"scriptPath": "/gwiki/",
|
|
1661
|
+
"fullScriptPath": "https://www.guildwiki.de/gwiki/"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "gwiki.fr",
|
|
1665
|
+
"regex": "((?:www\\.)?gwiki\\.fr)",
|
|
1666
|
+
"articlePath": "/wiki/",
|
|
1667
|
+
"scriptPath": "/w/",
|
|
1668
|
+
"fullScriptPath": "https://www.gwiki.fr/w/"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "guildwars2.com",
|
|
1672
|
+
"regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
|
|
1673
|
+
"articlePath": "/wiki/",
|
|
1674
|
+
"scriptPath": "/",
|
|
1675
|
+
"idString": {
|
|
1676
|
+
"regex": "(en|de|es|fr)",
|
|
1677
|
+
"scriptPaths": [
|
|
1678
|
+
"https://wiki-$1.guildwars2.com/"
|
|
1679
|
+
]
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "ashesofcreation.wiki",
|
|
1684
|
+
"regex": "((?:www\\.)?ashesofcreation\\.wiki)",
|
|
1357
1685
|
"articlePath": "/",
|
|
1358
|
-
"scriptPath": "/"
|
|
1686
|
+
"scriptPath": "/",
|
|
1687
|
+
"fullScriptPath": "https://ashesofcreation.wiki/"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "drawntolife.wiki",
|
|
1691
|
+
"regex": "((?:www\\.)?drawntolife\\.wiki)",
|
|
1692
|
+
"articlePath": "/en/",
|
|
1693
|
+
"scriptPath": "/w/",
|
|
1694
|
+
"fullScriptPath": "https://drawntolife.wiki/w/"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "star-citizen.wiki",
|
|
1698
|
+
"regex": "((?:www\\.)?star-citizen\\.wiki)",
|
|
1699
|
+
"articlePath": "/",
|
|
1700
|
+
"scriptPath": "/",
|
|
1701
|
+
"fullScriptPath": "https://star-citizen.wiki/"
|
|
1359
1702
|
},
|
|
1360
1703
|
{
|
|
1361
1704
|
"name": "liquipedia.net",
|