mediawiki-projects-list 1.0.0 → 1.0.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/.github/workflows/npm.yml +26 -0
- package/README.md +27 -27
- package/index.js +129 -129
- package/package.json +2 -2
- package/projects-schema.json +129 -129
- package/projects.json +1178 -1124
package/projects.json
CHANGED
|
@@ -1,1125 +1,1179 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./projects-schema.json",
|
|
3
|
-
"wikiProjects": [
|
|
4
|
-
{
|
|
5
|
-
"name": "fandom.com",
|
|
6
|
-
"regex": "(([a-z\\d-]{1,50})\\.fandom\\.com(?:/(?!wiki)([a-z-]{2,12}))?)",
|
|
7
|
-
"articlePath": "/wiki/",
|
|
8
|
-
"scriptPath": "/",
|
|
9
|
-
"idString": {
|
|
10
|
-
"regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
|
|
11
|
-
"scriptPaths": [
|
|
12
|
-
"https://$1.fandom.com/",
|
|
13
|
-
"https://$2.fandom.com/$1/"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
"wikiFarm": "fandom"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "wikipedia.org",
|
|
20
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikipedia\\.org)",
|
|
21
|
-
"articlePath": "/wiki/",
|
|
22
|
-
"scriptPath": "/w/",
|
|
23
|
-
"idString": {
|
|
24
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
25
|
-
"scriptPaths": [
|
|
26
|
-
"https://$1.wikipedia.org/w/"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
"wikiFarm": "wikimedia",
|
|
30
|
-
"extensions": [
|
|
31
|
-
"CentralAuth"
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "mediawiki.org",
|
|
36
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?mediawiki\\.org)",
|
|
37
|
-
"articlePath": "/wiki/",
|
|
38
|
-
"scriptPath": "/w/",
|
|
39
|
-
"idString": {
|
|
40
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
41
|
-
"scriptPaths": [
|
|
42
|
-
"https://$1.mediawiki.org/w/"
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
|
-
"wikiFarm": "wikimedia",
|
|
46
|
-
"extensions": [
|
|
47
|
-
"CentralAuth"
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "wikimedia.org",
|
|
52
|
-
"regex": "(([a-z\\d-]{1,50})\\.(?:m\\.)?wikimedia\\.org)",
|
|
53
|
-
"articlePath": "/wiki/",
|
|
54
|
-
"scriptPath": "/w/",
|
|
55
|
-
"idString": {
|
|
56
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
57
|
-
"scriptPaths": [
|
|
58
|
-
"https://$1.wikimedia.org/w/"
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
"wikiFarm": "wikimedia",
|
|
62
|
-
"extensions": [
|
|
63
|
-
"CentralAuth"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "wiktionary.org",
|
|
68
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wiktionary\\.org)",
|
|
69
|
-
"articlePath": "/wiki/",
|
|
70
|
-
"scriptPath": "/w/",
|
|
71
|
-
"idString": {
|
|
72
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
73
|
-
"scriptPaths": [
|
|
74
|
-
"https://$1.wiktionary.org/w/"
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
"wikiFarm": "wikimedia",
|
|
78
|
-
"extensions": [
|
|
79
|
-
"CentralAuth"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "wikibooks.org",
|
|
84
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikibooks\\.org)",
|
|
85
|
-
"articlePath": "/wiki/",
|
|
86
|
-
"scriptPath": "/w/",
|
|
87
|
-
"idString": {
|
|
88
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
89
|
-
"scriptPaths": [
|
|
90
|
-
"https://$1.wikibooks.org/w/"
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
"wikiFarm": "wikimedia",
|
|
94
|
-
"extensions": [
|
|
95
|
-
"CentralAuth"
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "wikisource.org",
|
|
100
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikisource\\.org)",
|
|
101
|
-
"articlePath": "/wiki/",
|
|
102
|
-
"scriptPath": "/w/",
|
|
103
|
-
"idString": {
|
|
104
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
105
|
-
"scriptPaths": [
|
|
106
|
-
"https://$1.wikisource.org/w/"
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
|
-
"wikiFarm": "wikimedia",
|
|
110
|
-
"extensions": [
|
|
111
|
-
"CentralAuth"
|
|
112
|
-
]
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "wikidata.org",
|
|
116
|
-
"regex": "((?:(test|www)\\.)?(?:m\\.)?wikidata\\.org)",
|
|
117
|
-
"articlePath": "/wiki/",
|
|
118
|
-
"scriptPath": "/w/",
|
|
119
|
-
"idString": {
|
|
120
|
-
"regex": "(test|www)",
|
|
121
|
-
"scriptPaths": [
|
|
122
|
-
"https://$1.wikidata.org/w/"
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
|
-
"wikiFarm": "wikimedia",
|
|
126
|
-
"extensions": [
|
|
127
|
-
"CentralAuth"
|
|
128
|
-
]
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "wikiversity.org",
|
|
132
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",
|
|
133
|
-
"articlePath": "/wiki/",
|
|
134
|
-
"scriptPath": "/w/",
|
|
135
|
-
"idString": {
|
|
136
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
137
|
-
"scriptPaths": [
|
|
138
|
-
"https://$1.wikiversity.org/w/"
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
"wikiFarm": "wikimedia",
|
|
142
|
-
"extensions": [
|
|
143
|
-
"CentralAuth"
|
|
144
|
-
]
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "wikiquote.org",
|
|
148
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiquote\\.org)",
|
|
149
|
-
"articlePath": "/wiki/",
|
|
150
|
-
"scriptPath": "/w/",
|
|
151
|
-
"idString": {
|
|
152
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
153
|
-
"scriptPaths": [
|
|
154
|
-
"https://$1.wikiquote.org/w/"
|
|
155
|
-
]
|
|
156
|
-
},
|
|
157
|
-
"wikiFarm": "wikimedia",
|
|
158
|
-
"extensions": [
|
|
159
|
-
"CentralAuth"
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "wikinews.org",
|
|
164
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikinews\\.org)",
|
|
165
|
-
"articlePath": "/wiki/",
|
|
166
|
-
"scriptPath": "/w/",
|
|
167
|
-
"idString": {
|
|
168
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
169
|
-
"scriptPaths": [
|
|
170
|
-
"https://$1.wikinews.org/w/"
|
|
171
|
-
]
|
|
172
|
-
},
|
|
173
|
-
"wikiFarm": "wikimedia",
|
|
174
|
-
"extensions": [
|
|
175
|
-
"CentralAuth"
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "wikivoyage.org",
|
|
180
|
-
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikivoyage\\.org)",
|
|
181
|
-
"articlePath": "/wiki/",
|
|
182
|
-
"scriptPath": "/w/",
|
|
183
|
-
"idString": {
|
|
184
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
185
|
-
"scriptPaths": [
|
|
186
|
-
"https://$1.wikivoyage.org/w/"
|
|
187
|
-
]
|
|
188
|
-
},
|
|
189
|
-
"wikiFarm": "wikimedia",
|
|
190
|
-
"extensions": [
|
|
191
|
-
"CentralAuth"
|
|
192
|
-
]
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"name": "translatewiki.net",
|
|
196
|
-
"regex": "(translatewiki\\.net)",
|
|
197
|
-
"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://$2.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
|
-
"scriptPath": "/w/",
|
|
219
|
-
"idString": {
|
|
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
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "wiki.biligame.com",
|
|
256
|
-
"regex": "(wiki\\.biligame\\.com/([a-z\\d]{1,50}))",
|
|
257
|
-
"articlePath": "/",
|
|
258
|
-
"scriptPath": "/",
|
|
259
|
-
"idString": {
|
|
260
|
-
"regex": "([a-z\\d]{1,50})",
|
|
261
|
-
"scriptPaths": [
|
|
262
|
-
"https://wiki.biligame.com/$1/"
|
|
263
|
-
]
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "metapedia.org",
|
|
268
|
-
"regex": "(([a-z\\d-]{1,50})\\.metapedia\\.org)",
|
|
269
|
-
"articlePath": "/wiki/",
|
|
270
|
-
"scriptPath": "/m/",
|
|
271
|
-
"idString": {
|
|
272
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
273
|
-
"scriptPaths": [
|
|
274
|
-
"https://$1.metapedia.org/m/"
|
|
275
|
-
]
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "brickimedia.org",
|
|
280
|
-
"regex": "(([a-z\\d-]{1,50})\\.brickimedia\\.org)",
|
|
281
|
-
"articlePath": "/wiki/",
|
|
282
|
-
"scriptPath": "/w/",
|
|
283
|
-
"idString": {
|
|
284
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
285
|
-
"scriptPaths": [
|
|
286
|
-
"https://$1.brickimedia.org/w/"
|
|
287
|
-
]
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"name": "wiki.openstreetmap.org",
|
|
292
|
-
"regex": "(wiki\\.openstreetmap\\.org)",
|
|
293
|
-
"articlePath": "/wiki/",
|
|
294
|
-
"scriptPath": "/w/"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "pluralpedia.org",
|
|
298
|
-
"regex": "((?:www\\.)?pluralpedia\\.org)",
|
|
299
|
-
"articlePath": "/w/",
|
|
300
|
-
"scriptPath": "/"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "stardewvalleywiki.com",
|
|
304
|
-
"regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
|
|
305
|
-
"articlePath": "/",
|
|
306
|
-
"scriptPath": "/mediawiki/",
|
|
307
|
-
"idString": {
|
|
308
|
-
"regex": "([a-z-]{2,12})",
|
|
309
|
-
"scriptPaths": [
|
|
310
|
-
"https://$1.stardewvalleywiki.com/mediawiki/"
|
|
311
|
-
]
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "pcgamingwiki.com",
|
|
316
|
-
"regex": "((?:www\\.)?pcgamingwiki.com)",
|
|
317
|
-
"articlePath": "/wiki/",
|
|
318
|
-
"scriptPath": "/w/"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "metin2.gameforge.com",
|
|
322
|
-
"regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
|
|
323
|
-
"articlePath": "/index.php/",
|
|
324
|
-
"scriptPath": "/",
|
|
325
|
-
"idString": {
|
|
326
|
-
"regex": "([a-z]{2})",
|
|
327
|
-
"scriptPaths": [
|
|
328
|
-
"https://$1-wiki.metin2.gameforge.com/"
|
|
329
|
-
]
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"name": "psu-clementine.net",
|
|
334
|
-
"regex": "((?:www\\.)?psu-clementine\\.net)",
|
|
335
|
-
"articlePath": "/wiki/index.php/",
|
|
336
|
-
"scriptPath": "/wiki/"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "ddowiki.com",
|
|
340
|
-
"regex": "((?:www\\.)?ddowiki\\.com)",
|
|
341
|
-
"articlePath": "/page/",
|
|
342
|
-
"scriptPath": "/"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "bakugan.wiki",
|
|
346
|
-
"regex": "((?:www\\.)?bakugan\\.wiki)",
|
|
347
|
-
"articlePath": "/wiki/",
|
|
348
|
-
"scriptPath": "/"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "wiki.melvoridle.com",
|
|
352
|
-
"regex": "(wiki\\.melvoridle\\.com)",
|
|
353
|
-
"articlePath": "/w/",
|
|
354
|
-
"scriptPath": "/"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "moegirl.org.cn",
|
|
358
|
-
"regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
|
|
359
|
-
"articlePath": "/",
|
|
360
|
-
"scriptPath": "/",
|
|
361
|
-
"idString": {
|
|
362
|
-
"regex": "([a-z-]{2,12})",
|
|
363
|
-
"scriptPaths": [
|
|
364
|
-
"https://$1.moegirl.org.cn/"
|
|
365
|
-
]
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "wiki-aventurica.de",
|
|
370
|
-
"regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
|
|
371
|
-
"articlePath": "/wiki/",
|
|
372
|
-
"scriptPath": "/$2/",
|
|
373
|
-
"idString": {
|
|
374
|
-
"regex": "([a-z-]{2,12})",
|
|
375
|
-
"scriptPaths": [
|
|
376
|
-
"https://$1.wiki-aventurica.de/$1/"
|
|
377
|
-
]
|
|
378
|
-
},
|
|
379
|
-
"regexPaths": true
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"name": "pnpwiki.de",
|
|
383
|
-
"regex": "((?:www\\.)?pnpwiki\\.de)",
|
|
384
|
-
"articlePath": "/wiki/",
|
|
385
|
-
"scriptPath": "/w/"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"name": "blaseball.wiki",
|
|
389
|
-
"regex": "((?:www\\.)?blaseball\\.wiki)",
|
|
390
|
-
"articlePath": "/w/",
|
|
391
|
-
"scriptPath": "/"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "gbf.wiki",
|
|
395
|
-
"regex": "((?:www\\.)?gbf\\.wiki)",
|
|
396
|
-
"articlePath": "/",
|
|
397
|
-
"scriptPath": "/"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"name": "wiki.albiononline.com",
|
|
401
|
-
"regex": "(wiki\\.albiononline\\.com)",
|
|
402
|
-
"articlePath": "/wiki/",
|
|
403
|
-
"scriptPath": "/"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"name": "atitd.wiki",
|
|
407
|
-
"regex": "((?:www\\.)?atitd\\.wiki)",
|
|
408
|
-
"articlePath": "/tale10/",
|
|
409
|
-
"scriptPath": "/tale10/w/"
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"name": "atitd.wiki",
|
|
413
|
-
"regex": "((?:www\\.)?atitd\\.wiki)",
|
|
414
|
-
"articlePath": "/tale10/",
|
|
415
|
-
"scriptPath": "/tale10/w/"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "niwanetwork.org",
|
|
419
|
-
"regex": "((?:www\\.)?niwanetwork\\.org)",
|
|
420
|
-
"articlePath": "/wiki/",
|
|
421
|
-
"scriptPath": "/wiki/"
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "armswiki.org",
|
|
425
|
-
"regex": "((?:www\\.)?armswiki\\.org)",
|
|
426
|
-
"articlePath": "/wiki/",
|
|
427
|
-
"scriptPath": "/w/"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"name": "bulbagarden.net",
|
|
431
|
-
"regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
|
|
432
|
-
"articlePath": "/wiki/",
|
|
433
|
-
"scriptPath": "/w/",
|
|
434
|
-
"idString": {
|
|
435
|
-
"regex": "(bulbapedia|archives|bulbanews)",
|
|
436
|
-
"scriptPaths": [
|
|
437
|
-
"https://$1.bulbagarden.net/w/"
|
|
438
|
-
]
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"name": "pokewiki.de",
|
|
443
|
-
"regex": "((?:www\\.)?pokewiki\\.de)",
|
|
444
|
-
"articlePath": "/",
|
|
445
|
-
"scriptPath": "/"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "wikidex.net",
|
|
449
|
-
"regex": "((?:www\\.)?wikidex\\.net)",
|
|
450
|
-
"articlePath": "/wiki/",
|
|
451
|
-
"scriptPath": "/"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "pokepedia.fr",
|
|
455
|
-
"regex": "((?:www\\.)?pokepedia\\.fr)",
|
|
456
|
-
"articlePath": "/",
|
|
457
|
-
"scriptPath": "/"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "wiki.pokemoncentral.it",
|
|
461
|
-
"regex": "(wiki\\.pokemoncentral\\.it)",
|
|
462
|
-
"articlePath": "/",
|
|
463
|
-
"scriptPath": "/"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "wiki.xn--rckteqa2e.com",
|
|
467
|
-
"regex": "(wiki\\.xn--rckteqa2e\\.com)",
|
|
468
|
-
"articlePath": "/wiki/",
|
|
469
|
-
"scriptPath": "/w/"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"name": "wiki.ポケモン.com",
|
|
473
|
-
"regex": "(wiki\\.ポケモン\\.com)",
|
|
474
|
-
"articlePath": "/wiki/",
|
|
475
|
-
"scriptPath": "/w/"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "wiki.52poke.com",
|
|
479
|
-
"regex": "(wiki\\.52poke\\.com)",
|
|
480
|
-
"articlePath": "/wiki/",
|
|
481
|
-
"scriptPath": "/"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"name": "dragalialost.wiki",
|
|
485
|
-
"regex": "((?:www\\.)?dragalialost\\.wiki)",
|
|
486
|
-
"articlePath": "/w/",
|
|
487
|
-
"scriptPath": "/"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"name": "dragon-quest.org",
|
|
491
|
-
"regex": "((?:www\\.)?dragon-quest\\.org)",
|
|
492
|
-
"articlePath": "/wiki/",
|
|
493
|
-
"scriptPath": "/w/"
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"name": "wikidragonquest.fr",
|
|
497
|
-
"regex": "((?:www\\.)?wikidragonquest\\.fr)",
|
|
498
|
-
"articlePath": "/",
|
|
499
|
-
"scriptPath": "/"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"name": "fireemblemwiki.org",
|
|
503
|
-
"regex": "((?:www\\.)?fireemblemwiki\\.org)",
|
|
504
|
-
"articlePath": "/wiki/",
|
|
505
|
-
"scriptPath": "/w/"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"name": "mutecity.org",
|
|
509
|
-
"regex": "((?:www\\.)?mutecity\\.org)",
|
|
510
|
-
"articlePath": "/wiki/",
|
|
511
|
-
"scriptPath": "/w/"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"name": "goldensunwiki.net",
|
|
515
|
-
"regex": "((?:www\\.)?goldensunwiki\\.net)",
|
|
516
|
-
"articlePath": "/wiki/",
|
|
517
|
-
"scriptPath": "/w/"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "kidicaruswiki.org",
|
|
521
|
-
"regex": "((?:www\\.)?kidicaruswiki\\.org)",
|
|
522
|
-
"articlePath": "/wiki/",
|
|
523
|
-
"scriptPath": "/w/"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "splatoonwiki.org",
|
|
527
|
-
"regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
|
|
528
|
-
"articlePath": "/wiki/",
|
|
529
|
-
"scriptPath": "/w/",
|
|
530
|
-
"idString": {
|
|
531
|
-
"regex": "(es|fr|www)",
|
|
532
|
-
"scriptPaths": [
|
|
533
|
-
"https://$1.splatoonwiki.org/w/"
|
|
534
|
-
]
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "starfoxwiki.info",
|
|
539
|
-
"regex": "((?:www\\.)?starfoxwiki\\.info)",
|
|
540
|
-
"articlePath": "/wiki/",
|
|
541
|
-
"scriptPath": "/w/"
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "metroidwiki.org",
|
|
545
|
-
"regex": "((?:www\\.)?metroidwiki\\.org)",
|
|
546
|
-
"articlePath": "/wiki/",
|
|
547
|
-
"scriptPath": "/w/"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "nookipedia.com",
|
|
551
|
-
"regex": "((?:www\\.)?nookipedia\\.com)",
|
|
552
|
-
"articlePath": "/wiki/",
|
|
553
|
-
"scriptPath": "/w/"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "pikminwiki.com",
|
|
557
|
-
"regex": "((?:www\\.)?pikminwiki\\.com)",
|
|
558
|
-
"articlePath": "/",
|
|
559
|
-
"scriptPath": "/"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "pikminfanon.com",
|
|
563
|
-
"regex": "((?:www\\.)?pikminfanon\\.com)",
|
|
564
|
-
"articlePath": "/wiki/",
|
|
565
|
-
"scriptPath": "/w/"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "ssbwiki.com",
|
|
569
|
-
"regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
|
|
570
|
-
"articlePath": "/",
|
|
571
|
-
"scriptPath": "/",
|
|
572
|
-
"idString": {
|
|
573
|
-
"regex": "(es|www)",
|
|
574
|
-
"scriptPaths": [
|
|
575
|
-
"https://$1.ssbwiki.com/"
|
|
576
|
-
]
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"name": "starfywiki.org",
|
|
581
|
-
"regex": "((?:www\\.)?starfywiki\\.org)",
|
|
582
|
-
"articlePath": "/wiki/",
|
|
583
|
-
"scriptPath": "/"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"name": "strategywiki.org",
|
|
587
|
-
"regex": "((?:www\\.)?strategywiki\\.org)",
|
|
588
|
-
"articlePath": "/wiki/",
|
|
589
|
-
"scriptPath": "/w/"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"name": "mariowiki.com",
|
|
593
|
-
"regex": "((?:www\\.)?mariowiki\\.com)",
|
|
594
|
-
"articlePath": "/",
|
|
595
|
-
"scriptPath": "/"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "mariowiki.net",
|
|
599
|
-
"regex": "((?:www\\.)?mariowiki\\.net)",
|
|
600
|
-
"articlePath": "/wiki/",
|
|
601
|
-
"scriptPath": "/w/"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "mariowiki.it",
|
|
605
|
-
"regex": "((?:www\\.)?mariowiki\\.it)",
|
|
606
|
-
"articlePath": "/",
|
|
607
|
-
"scriptPath": "/"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "ukikipedia.net",
|
|
611
|
-
"regex": "((?:www\\.)?ukikipedia\\.net)",
|
|
612
|
-
"articlePath": "/wiki/",
|
|
613
|
-
"scriptPath": "/mediawiki/"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "warswiki.org",
|
|
617
|
-
"regex": "((?:www\\.)?warswiki\\.org)",
|
|
618
|
-
"articlePath": "/wiki/",
|
|
619
|
-
"scriptPath": "/w/"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"name": "wikibound.info",
|
|
623
|
-
"regex": "((?:(it|www)\\.)?wikibound\\.info)",
|
|
624
|
-
"articlePath": "/wiki/",
|
|
625
|
-
"scriptPath": "/w/",
|
|
626
|
-
"idString": {
|
|
627
|
-
"regex": "(it|www)",
|
|
628
|
-
"scriptPaths": [
|
|
629
|
-
"https://$1.wikibound.info/w/"
|
|
630
|
-
]
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "wikirby.com",
|
|
635
|
-
"regex": "((?:www\\.)?wikirby\\.com)",
|
|
636
|
-
"articlePath": "/wiki/",
|
|
637
|
-
"scriptPath": "/w/"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "xenoserieswiki.org",
|
|
641
|
-
"regex": "((?:www\\.)?xenoserieswiki\\.org)",
|
|
642
|
-
"articlePath": "/wiki/",
|
|
643
|
-
"scriptPath": "/w/"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "xenopedia.it",
|
|
647
|
-
"regex": "((?:www\\.)?xenopedia\\.it)",
|
|
648
|
-
"articlePath": "/",
|
|
649
|
-
"scriptPath": "/"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "zeldapendium.de",
|
|
653
|
-
"regex": "((?:www\\.)?zeldapendium\\.de)",
|
|
654
|
-
"articlePath": "/wiki/",
|
|
655
|
-
"scriptPath": "/w/"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "halopedia.org",
|
|
659
|
-
"regex": "((?:www\\.)?halopedia\\.org)",
|
|
660
|
-
"articlePath": "/",
|
|
661
|
-
"scriptPath": "/"
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"name": "jojowiki.com",
|
|
665
|
-
"regex": "((?:www\\.)?jojowiki\\.com)",
|
|
666
|
-
"articlePath": "/",
|
|
667
|
-
"scriptPath": "/"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"name": "wikimon.net",
|
|
671
|
-
"regex": "((?:www\\.)?wikimon\\.net)",
|
|
672
|
-
"articlePath": "/",
|
|
673
|
-
"scriptPath": "/"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"name": "khwiki.com",
|
|
677
|
-
"regex": "((?:www\\.)?khwiki\\.com)",
|
|
678
|
-
"articlePath": "/",
|
|
679
|
-
"scriptPath": "/"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"name": "chronowiki.org",
|
|
683
|
-
"regex": "((?:www\\.)?chronowiki\\.org)",
|
|
684
|
-
"articlePath": "/wiki/",
|
|
685
|
-
"scriptPath": "/w/"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "finalfantasywiki.com",
|
|
689
|
-
"regex": "((?:www\\.)?finalfantasywiki\\.com)",
|
|
690
|
-
"articlePath": "/wiki/",
|
|
691
|
-
"scriptPath": "/w/"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "miiwiki.org",
|
|
695
|
-
"regex": "((?:www\\.)?miiwiki\\.org)",
|
|
696
|
-
"articlePath": "/wiki/",
|
|
697
|
-
"scriptPath": "/w/"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "banjokazooiewiki.com",
|
|
701
|
-
"regex": "((?:www\\.)?banjokazooiewiki\\.com)",
|
|
702
|
-
"articlePath": "/wiki/",
|
|
703
|
-
"scriptPath": "/w/"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "conkerwiki.com",
|
|
707
|
-
"regex": "((?:www\\.)?conkerwiki\\.com)",
|
|
708
|
-
"articlePath": "/wiki/",
|
|
709
|
-
"scriptPath": "/w/"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "crashbandicootwiki.com",
|
|
713
|
-
"regex": "((?:www\\.)?crashbandicootwiki\\.com)",
|
|
714
|
-
"articlePath": "/wiki/",
|
|
715
|
-
"scriptPath": "/w/"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"name": "spyrowiki.com",
|
|
719
|
-
"regex": "((?:www\\.)?spyrowiki\\.com)",
|
|
720
|
-
"articlePath": "/wiki/",
|
|
721
|
-
"scriptPath": "/w/"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "triforcewiki.com",
|
|
725
|
-
"regex": "((?:www\\.)?triforcewiki\\.com)",
|
|
726
|
-
"articlePath": "/wiki/",
|
|
727
|
-
"scriptPath": "/w/"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "wikiofmana.com",
|
|
731
|
-
"regex": "((?:www\\.)?wikiofmana\\.com)",
|
|
732
|
-
"articlePath": "/wiki/",
|
|
733
|
-
"scriptPath": "/w/"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "rarewiki.com",
|
|
737
|
-
"regex": "((?:www\\.)?rarewiki\\.com)",
|
|
738
|
-
"articlePath": "/wiki/",
|
|
739
|
-
"scriptPath": "/w/"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "arthurwiki.com",
|
|
743
|
-
"regex": "((?:www\\.)?arthurwiki\\.com)",
|
|
744
|
-
"articlePath": "/wiki/",
|
|
745
|
-
"scriptPath": "/w/"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "sanriowiki.com",
|
|
749
|
-
"regex": "((?:www\\.)?sanriowiki\\.com)",
|
|
750
|
-
"articlePath": "/wiki/",
|
|
751
|
-
"scriptPath": "/w/"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"name": "spongebobwiki.org",
|
|
755
|
-
"regex": "((?:www\\.)?spongebobwiki\\.org)",
|
|
756
|
-
"articlePath": "/wiki/",
|
|
757
|
-
"scriptPath": "/w/"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"name": "wimpykidwiki.com",
|
|
761
|
-
"regex": "((?:www\\.)?wimpykidwiki\\.com)",
|
|
762
|
-
"articlePath": "/wiki/",
|
|
763
|
-
"scriptPath": "/w/"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "zeldadungeon.net",
|
|
767
|
-
"regex": "((?:www\\.)?zeldadungeon\\.net)",
|
|
768
|
-
"articlePath": "/wiki/",
|
|
769
|
-
"scriptPath": "/wiki/"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"name": "poewiki.net",
|
|
773
|
-
"regex": "((?:www\\.)?poewiki\\.net)",
|
|
774
|
-
"articlePath": "/wiki/",
|
|
775
|
-
"scriptPath": "/w/"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"name": "wikihow.com",
|
|
779
|
-
"regex": "((?:www\\.)?wikihow\\.com)",
|
|
780
|
-
"articlePath": "/",
|
|
781
|
-
"scriptPath": "/",
|
|
782
|
-
"urlSpaceReplacement": "-"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"name": "librewiki.net",
|
|
786
|
-
"regex": "(librewiki\\.net)",
|
|
787
|
-
"articlePath": "/wiki/",
|
|
788
|
-
"scriptPath": "/"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"name": "femiwiki.com",
|
|
792
|
-
"regex": "((?:www\\.)?femiwiki\\.com)",
|
|
793
|
-
"articlePath": "/w/",
|
|
794
|
-
"scriptPath": "/"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "revi.wiki",
|
|
798
|
-
"regex": "(revi\\.wiki)",
|
|
799
|
-
"articlePath": "/wiki/",
|
|
800
|
-
"scriptPath": "/w/",
|
|
801
|
-
"wikiFarm": "miraheze",
|
|
802
|
-
"extensions": [
|
|
803
|
-
"CentralAuth"
|
|
804
|
-
]
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"name": "lakeus.xyz",
|
|
808
|
-
"regex": "(lakeus\\.xyz)",
|
|
809
|
-
"articlePath": "/wiki/",
|
|
810
|
-
"scriptPath": "/"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"name": "betawiki.net",
|
|
814
|
-
"regex": "((?:www\\.)?betawiki\\.net)",
|
|
815
|
-
"articlePath": "/wiki/",
|
|
816
|
-
"scriptPath": "/"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "destinypedia.com",
|
|
820
|
-
"regex": "((?:www\\.)?destinypedia\\.com)",
|
|
821
|
-
"articlePath": "/",
|
|
822
|
-
"scriptPath": "/"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"name": "grifkuba.net",
|
|
826
|
-
"regex": "((?:www\\.)?(?:(wiki)\\.)?grifkuba\\.net)",
|
|
827
|
-
"articlePath": "/wiki/",
|
|
828
|
-
"scriptPath": "/w/",
|
|
829
|
-
"idString": {
|
|
830
|
-
"regex": "(wiki|www)",
|
|
831
|
-
"scriptPaths": [
|
|
832
|
-
"https://$1.grifkuba.net/w/"
|
|
833
|
-
]
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"name": "wiki.teamfortress.com",
|
|
838
|
-
"regex": "(wiki\\.teamfortress\\.com)",
|
|
839
|
-
"articlePath": "/wiki/",
|
|
840
|
-
"scriptPath": "/w/"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"name": "lain.wiki",
|
|
844
|
-
"regex": "((?:www\\.)?lain\\.wiki)",
|
|
845
|
-
"articlePath": "/wiki/",
|
|
846
|
-
"scriptPath": "/"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "khuxwiki.com",
|
|
850
|
-
"regex": "((?:www\\.)?khuxwiki\\.com)",
|
|
851
|
-
"articlePath": "/wiki/",
|
|
852
|
-
"scriptPath": "/w/"
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"name": "khdatabase.com",
|
|
856
|
-
"regex": "((?:www\\.)?khdatabase\\.com)",
|
|
857
|
-
"articlePath": "/",
|
|
858
|
-
"scriptPath": "/"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "wiki.halo.fr",
|
|
862
|
-
"regex": "(wiki\\.halo\\.fr)",
|
|
863
|
-
"articlePath": "/",
|
|
864
|
-
"scriptPath": "/"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"name": "glitchtale.com",
|
|
868
|
-
"regex": "((?:www\\.)?glitchtale\\.com)",
|
|
869
|
-
"articlePath": "/wiki/index.php/",
|
|
870
|
-
"scriptPath": "/wiki/"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "wiki.therofl98.co",
|
|
874
|
-
"regex": "(wiki\\.therofl98\\.co)",
|
|
875
|
-
"articlePath": "/wiki/",
|
|
876
|
-
"scriptPath": "/w/"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"name": "yugipedia.com",
|
|
880
|
-
"regex": "((?:www\\.)?yugipedia\\.com)",
|
|
881
|
-
"articlePath": "/wiki/",
|
|
882
|
-
"scriptPath": "/"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "polandballwiki.com",
|
|
886
|
-
"regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
|
|
887
|
-
"articlePath": "/wiki/",
|
|
888
|
-
"scriptPath": "/w/",
|
|
889
|
-
"idString": {
|
|
890
|
-
"regex": "([a-z-]{2,12})",
|
|
891
|
-
"scriptPaths": [
|
|
892
|
-
"https://$1.polandballwiki.com/w/"
|
|
893
|
-
]
|
|
894
|
-
},
|
|
895
|
-
"wikiFarm": "miraheze",
|
|
896
|
-
"extensions": [
|
|
897
|
-
"CentralAuth"
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "lostmediawiki.com",
|
|
902
|
-
"regex": "((?:www\\.)?lostmediawiki\\.com)",
|
|
903
|
-
"articlePath": "/",
|
|
904
|
-
"scriptPath": "/"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "amiibopedia.com",
|
|
908
|
-
"regex": "((?:es\\.)?amiibopedia\\.com)",
|
|
909
|
-
"articlePath": "/wiki/",
|
|
910
|
-
"scriptPath": "/"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "tcrf.net",
|
|
914
|
-
"regex": "((?:www\\.)?tcrf\\.net)",
|
|
915
|
-
"articlePath": "/",
|
|
916
|
-
"scriptPath": "/"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "raymanpc.com",
|
|
920
|
-
"regex": "((?:www\\.)?raymanpc\\.com)/(?:wiki/)?(?:script\\-)?([a-z-]{2,12})",
|
|
921
|
-
"articlePath": "/wiki/$2/",
|
|
922
|
-
"scriptPath": "/wiki/script-$2/",
|
|
923
|
-
"idString": {
|
|
924
|
-
"regex": "([a-z-]{2,12})",
|
|
925
|
-
"scriptPaths": [
|
|
926
|
-
"https://raymanpc.com/wiki/script-$1/"
|
|
927
|
-
]
|
|
928
|
-
},
|
|
929
|
-
"regexPaths": true
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "theinfosphere.org",
|
|
933
|
-
"regex": "((?:www\\.)?theinfosphere\\.org)",
|
|
934
|
-
"articlePath": "/",
|
|
935
|
-
"scriptPath": "/"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"name": "simpsonspedia.net",
|
|
939
|
-
"regex": "(simpsonspedia\\.net)",
|
|
940
|
-
"articlePath": "/index.php?title=",
|
|
941
|
-
"scriptPath": "/"
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "info.sonicretro.org",
|
|
945
|
-
"regex": "(info\\.sonicretro\\.org)",
|
|
946
|
-
"articlePath": "/",
|
|
947
|
-
"scriptPath": "/"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "segaretro.org",
|
|
951
|
-
"regex": "((?:www\\.)?segaretro\\.org)",
|
|
952
|
-
"articlePath": "/",
|
|
953
|
-
"scriptPath": "/"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "necretro.org",
|
|
957
|
-
"regex": "(necretro\\.org)",
|
|
958
|
-
"articlePath": "/",
|
|
959
|
-
"scriptPath": "/"
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "retrocdn.net",
|
|
963
|
-
"regex": "((?:www\\.)?retrocdn\\.net)",
|
|
964
|
-
"articlePath": "/",
|
|
965
|
-
"scriptPath": "/"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"name": "banglapedia.org",
|
|
969
|
-
"regex": "((en|bn)\\.banglapedia\\.org)",
|
|
970
|
-
"articlePath": "/index.php/",
|
|
971
|
-
"scriptPath": "/",
|
|
972
|
-
"idString": {
|
|
973
|
-
"regex": "(en|bn)",
|
|
974
|
-
"scriptPaths": [
|
|
975
|
-
"https://$1.banglapedia.org/"
|
|
976
|
-
]
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "semantic-mediawiki.org",
|
|
981
|
-
"regex": "((?:www\\.)?semantic-mediawiki\\.org)",
|
|
982
|
-
"articlePath": "/wiki/",
|
|
983
|
-
"scriptPath": "/w/"
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"name": "wikizilla.org",
|
|
987
|
-
"regex": "((?:www\\.)?wikizilla\\.org)",
|
|
988
|
-
"articlePath": "/wiki/",
|
|
989
|
-
"scriptPath": "/w/"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"name": "wiki.gentoo.org",
|
|
993
|
-
"regex": "(wiki\\.gentoo\\.org)",
|
|
994
|
-
"articlePath": "/wiki/",
|
|
995
|
-
"scriptPath": "/"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"name": "pidgi.net",
|
|
999
|
-
"regex": "((?:www\\.)?pidgi\\.net)",
|
|
1000
|
-
"articlePath": "/wiki/",
|
|
1001
|
-
"scriptPath": "/wiki/"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "rct.wiki",
|
|
1005
|
-
"regex": "(rct\\.wiki)",
|
|
1006
|
-
"articlePath": "/wiki/",
|
|
1007
|
-
"scriptPath": "/w/"
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "touhouwiki.net",
|
|
1011
|
-
"regex": "(([a-z\\d-]{1,50})\\.touhouwiki\\.net)",
|
|
1012
|
-
"articlePath": "/wiki/",
|
|
1013
|
-
"scriptPath": "/",
|
|
1014
|
-
"idString": {
|
|
1015
|
-
"regex": "([a-z\\d-]{1,50})",
|
|
1016
|
-
"scriptPaths": [
|
|
1017
|
-
"https://$1.touhouwiki.net/"
|
|
1018
|
-
]
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"name": "tockdom.com",
|
|
1023
|
-
"regex": "((?:(mk8|wiki|www)\\.)?tockdom\\.com)",
|
|
1024
|
-
"articlePath": "/wiki/",
|
|
1025
|
-
"scriptPath": "/w/",
|
|
1026
|
-
"idString": {
|
|
1027
|
-
"regex": "(mk8|wiki|www)",
|
|
1028
|
-
"scriptPaths": [
|
|
1029
|
-
"https://$1.tockdom.com/w/"
|
|
1030
|
-
]
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"name": "ufopaedia.org",
|
|
1035
|
-
"regex": "((?:www\\.)?ufopaedia\\.org)",
|
|
1036
|
-
"articlePath": "/index.php/",
|
|
1037
|
-
"scriptPath": "/"
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "wiibrew.org",
|
|
1041
|
-
"regex": "((?:www\\.)?wiibrew\\.org)",
|
|
1042
|
-
"articlePath": "/wiki/",
|
|
1043
|
-
"scriptPath": "/w/"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "wiiubrew.org",
|
|
1047
|
-
"regex": "((?:www\\.)?wiiubrew\\.org)",
|
|
1048
|
-
"articlePath": "/wiki/",
|
|
1049
|
-
"scriptPath": "/w/"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "dsibrew.org",
|
|
1053
|
-
"regex": "((?:www\\.)?dsibrew\\.org)",
|
|
1054
|
-
"articlePath": "/wiki/",
|
|
1055
|
-
"scriptPath": "/w/"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"name": "3dbrew.org",
|
|
1059
|
-
"regex": "((?:www\\.)?3dbrew\\.org)",
|
|
1060
|
-
"articlePath": "/wiki/",
|
|
1061
|
-
"scriptPath": "/w/"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "switchbrew.org",
|
|
1065
|
-
"regex": "((?:www\\.)?switchbrew\\.org)",
|
|
1066
|
-
"articlePath": "/wiki/",
|
|
1067
|
-
"scriptPath": "/w/"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"name": "explainxkcd.com",
|
|
1071
|
-
"regex": "((?:www\\.)?explainxkcd\\.com)",
|
|
1072
|
-
"articlePath": "/wiki/index.php/",
|
|
1073
|
-
"scriptPath": "/wiki/"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "rationalwiki.org",
|
|
1077
|
-
"regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
|
|
1078
|
-
"articlePath": "/wiki/",
|
|
1079
|
-
"scriptPath": "/w/",
|
|
1080
|
-
"idString": {
|
|
1081
|
-
"regex": "(ru|www)",
|
|
1082
|
-
"scriptPaths": [
|
|
1083
|
-
"https://$1.rationalwiki.org/w/"
|
|
1084
|
-
]
|
|
1085
|
-
}
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"name": "eastwardwiki.com",
|
|
1089
|
-
"regex": "((?:([a-z-]{2,12})\\.)?eastwardwiki\\.com)",
|
|
1090
|
-
"articlePath": "/",
|
|
1091
|
-
"scriptPath": "/mediawiki/",
|
|
1092
|
-
"idString": {
|
|
1093
|
-
"regex": "([a-z-]{2,12})",
|
|
1094
|
-
"scriptPaths": [
|
|
1095
|
-
"https://$1.eastwardwiki.com/mediawiki/"
|
|
1096
|
-
]
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "timespinnerwiki.com",
|
|
1101
|
-
"regex": "((?:www\\.)?timespinnerwiki\\.com)",
|
|
1102
|
-
"articlePath": "/",
|
|
1103
|
-
"scriptPath": "/mediawiki/"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"name": "starmancerwiki.com",
|
|
1107
|
-
"regex": "((?:www\\.)?starmancerwiki\\.com)",
|
|
1108
|
-
"articlePath": "/",
|
|
1109
|
-
"scriptPath": "/mediawiki/"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "
|
|
1113
|
-
"regex": "((?:www\\.)?
|
|
1114
|
-
"articlePath": "/",
|
|
1115
|
-
"scriptPath": "/"
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
"
|
|
1123
|
-
|
|
1124
|
-
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./projects-schema.json",
|
|
3
|
+
"wikiProjects": [
|
|
4
|
+
{
|
|
5
|
+
"name": "fandom.com",
|
|
6
|
+
"regex": "(([a-z\\d-]{1,50})\\.fandom\\.com(?:/(?!wiki)([a-z-]{2,12}))?)",
|
|
7
|
+
"articlePath": "/wiki/",
|
|
8
|
+
"scriptPath": "/",
|
|
9
|
+
"idString": {
|
|
10
|
+
"regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
|
|
11
|
+
"scriptPaths": [
|
|
12
|
+
"https://$1.fandom.com/",
|
|
13
|
+
"https://$2.fandom.com/$1/"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"wikiFarm": "fandom"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "wikipedia.org",
|
|
20
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikipedia\\.org)",
|
|
21
|
+
"articlePath": "/wiki/",
|
|
22
|
+
"scriptPath": "/w/",
|
|
23
|
+
"idString": {
|
|
24
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
25
|
+
"scriptPaths": [
|
|
26
|
+
"https://$1.wikipedia.org/w/"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"wikiFarm": "wikimedia",
|
|
30
|
+
"extensions": [
|
|
31
|
+
"CentralAuth"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "mediawiki.org",
|
|
36
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?mediawiki\\.org)",
|
|
37
|
+
"articlePath": "/wiki/",
|
|
38
|
+
"scriptPath": "/w/",
|
|
39
|
+
"idString": {
|
|
40
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
41
|
+
"scriptPaths": [
|
|
42
|
+
"https://$1.mediawiki.org/w/"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"wikiFarm": "wikimedia",
|
|
46
|
+
"extensions": [
|
|
47
|
+
"CentralAuth"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "wikimedia.org",
|
|
52
|
+
"regex": "(([a-z\\d-]{1,50})\\.(?:m\\.)?wikimedia\\.org)",
|
|
53
|
+
"articlePath": "/wiki/",
|
|
54
|
+
"scriptPath": "/w/",
|
|
55
|
+
"idString": {
|
|
56
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
57
|
+
"scriptPaths": [
|
|
58
|
+
"https://$1.wikimedia.org/w/"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"wikiFarm": "wikimedia",
|
|
62
|
+
"extensions": [
|
|
63
|
+
"CentralAuth"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "wiktionary.org",
|
|
68
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wiktionary\\.org)",
|
|
69
|
+
"articlePath": "/wiki/",
|
|
70
|
+
"scriptPath": "/w/",
|
|
71
|
+
"idString": {
|
|
72
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
73
|
+
"scriptPaths": [
|
|
74
|
+
"https://$1.wiktionary.org/w/"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"wikiFarm": "wikimedia",
|
|
78
|
+
"extensions": [
|
|
79
|
+
"CentralAuth"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "wikibooks.org",
|
|
84
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikibooks\\.org)",
|
|
85
|
+
"articlePath": "/wiki/",
|
|
86
|
+
"scriptPath": "/w/",
|
|
87
|
+
"idString": {
|
|
88
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
89
|
+
"scriptPaths": [
|
|
90
|
+
"https://$1.wikibooks.org/w/"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"wikiFarm": "wikimedia",
|
|
94
|
+
"extensions": [
|
|
95
|
+
"CentralAuth"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "wikisource.org",
|
|
100
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikisource\\.org)",
|
|
101
|
+
"articlePath": "/wiki/",
|
|
102
|
+
"scriptPath": "/w/",
|
|
103
|
+
"idString": {
|
|
104
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
105
|
+
"scriptPaths": [
|
|
106
|
+
"https://$1.wikisource.org/w/"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"wikiFarm": "wikimedia",
|
|
110
|
+
"extensions": [
|
|
111
|
+
"CentralAuth"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "wikidata.org",
|
|
116
|
+
"regex": "((?:(test|www)\\.)?(?:m\\.)?wikidata\\.org)",
|
|
117
|
+
"articlePath": "/wiki/",
|
|
118
|
+
"scriptPath": "/w/",
|
|
119
|
+
"idString": {
|
|
120
|
+
"regex": "(test|www)",
|
|
121
|
+
"scriptPaths": [
|
|
122
|
+
"https://$1.wikidata.org/w/"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"wikiFarm": "wikimedia",
|
|
126
|
+
"extensions": [
|
|
127
|
+
"CentralAuth"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "wikiversity.org",
|
|
132
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",
|
|
133
|
+
"articlePath": "/wiki/",
|
|
134
|
+
"scriptPath": "/w/",
|
|
135
|
+
"idString": {
|
|
136
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
137
|
+
"scriptPaths": [
|
|
138
|
+
"https://$1.wikiversity.org/w/"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
"wikiFarm": "wikimedia",
|
|
142
|
+
"extensions": [
|
|
143
|
+
"CentralAuth"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "wikiquote.org",
|
|
148
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiquote\\.org)",
|
|
149
|
+
"articlePath": "/wiki/",
|
|
150
|
+
"scriptPath": "/w/",
|
|
151
|
+
"idString": {
|
|
152
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
153
|
+
"scriptPaths": [
|
|
154
|
+
"https://$1.wikiquote.org/w/"
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"wikiFarm": "wikimedia",
|
|
158
|
+
"extensions": [
|
|
159
|
+
"CentralAuth"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "wikinews.org",
|
|
164
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikinews\\.org)",
|
|
165
|
+
"articlePath": "/wiki/",
|
|
166
|
+
"scriptPath": "/w/",
|
|
167
|
+
"idString": {
|
|
168
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
169
|
+
"scriptPaths": [
|
|
170
|
+
"https://$1.wikinews.org/w/"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"wikiFarm": "wikimedia",
|
|
174
|
+
"extensions": [
|
|
175
|
+
"CentralAuth"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "wikivoyage.org",
|
|
180
|
+
"regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikivoyage\\.org)",
|
|
181
|
+
"articlePath": "/wiki/",
|
|
182
|
+
"scriptPath": "/w/",
|
|
183
|
+
"idString": {
|
|
184
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
185
|
+
"scriptPaths": [
|
|
186
|
+
"https://$1.wikivoyage.org/w/"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"wikiFarm": "wikimedia",
|
|
190
|
+
"extensions": [
|
|
191
|
+
"CentralAuth"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "translatewiki.net",
|
|
196
|
+
"regex": "(translatewiki\\.net)",
|
|
197
|
+
"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://$2.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
|
+
"scriptPath": "/w/",
|
|
219
|
+
"idString": {
|
|
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
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "wiki.biligame.com",
|
|
256
|
+
"regex": "(wiki\\.biligame\\.com/([a-z\\d]{1,50}))",
|
|
257
|
+
"articlePath": "/",
|
|
258
|
+
"scriptPath": "/",
|
|
259
|
+
"idString": {
|
|
260
|
+
"regex": "([a-z\\d]{1,50})",
|
|
261
|
+
"scriptPaths": [
|
|
262
|
+
"https://wiki.biligame.com/$1/"
|
|
263
|
+
]
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "metapedia.org",
|
|
268
|
+
"regex": "(([a-z\\d-]{1,50})\\.metapedia\\.org)",
|
|
269
|
+
"articlePath": "/wiki/",
|
|
270
|
+
"scriptPath": "/m/",
|
|
271
|
+
"idString": {
|
|
272
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
273
|
+
"scriptPaths": [
|
|
274
|
+
"https://$1.metapedia.org/m/"
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "brickimedia.org",
|
|
280
|
+
"regex": "(([a-z\\d-]{1,50})\\.brickimedia\\.org)",
|
|
281
|
+
"articlePath": "/wiki/",
|
|
282
|
+
"scriptPath": "/w/",
|
|
283
|
+
"idString": {
|
|
284
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
285
|
+
"scriptPaths": [
|
|
286
|
+
"https://$1.brickimedia.org/w/"
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "wiki.openstreetmap.org",
|
|
292
|
+
"regex": "(wiki\\.openstreetmap\\.org)",
|
|
293
|
+
"articlePath": "/wiki/",
|
|
294
|
+
"scriptPath": "/w/"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "pluralpedia.org",
|
|
298
|
+
"regex": "((?:www\\.)?pluralpedia\\.org)",
|
|
299
|
+
"articlePath": "/w/",
|
|
300
|
+
"scriptPath": "/"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "stardewvalleywiki.com",
|
|
304
|
+
"regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
|
|
305
|
+
"articlePath": "/",
|
|
306
|
+
"scriptPath": "/mediawiki/",
|
|
307
|
+
"idString": {
|
|
308
|
+
"regex": "([a-z-]{2,12})",
|
|
309
|
+
"scriptPaths": [
|
|
310
|
+
"https://$1.stardewvalleywiki.com/mediawiki/"
|
|
311
|
+
]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "pcgamingwiki.com",
|
|
316
|
+
"regex": "((?:www\\.)?pcgamingwiki.com)",
|
|
317
|
+
"articlePath": "/wiki/",
|
|
318
|
+
"scriptPath": "/w/"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "metin2.gameforge.com",
|
|
322
|
+
"regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
|
|
323
|
+
"articlePath": "/index.php/",
|
|
324
|
+
"scriptPath": "/",
|
|
325
|
+
"idString": {
|
|
326
|
+
"regex": "([a-z]{2})",
|
|
327
|
+
"scriptPaths": [
|
|
328
|
+
"https://$1-wiki.metin2.gameforge.com/"
|
|
329
|
+
]
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "psu-clementine.net",
|
|
334
|
+
"regex": "((?:www\\.)?psu-clementine\\.net)",
|
|
335
|
+
"articlePath": "/wiki/index.php/",
|
|
336
|
+
"scriptPath": "/wiki/"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "ddowiki.com",
|
|
340
|
+
"regex": "((?:www\\.)?ddowiki\\.com)",
|
|
341
|
+
"articlePath": "/page/",
|
|
342
|
+
"scriptPath": "/"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "bakugan.wiki",
|
|
346
|
+
"regex": "((?:www\\.)?bakugan\\.wiki)",
|
|
347
|
+
"articlePath": "/wiki/",
|
|
348
|
+
"scriptPath": "/"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "wiki.melvoridle.com",
|
|
352
|
+
"regex": "(wiki\\.melvoridle\\.com)",
|
|
353
|
+
"articlePath": "/w/",
|
|
354
|
+
"scriptPath": "/"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "moegirl.org.cn",
|
|
358
|
+
"regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
|
|
359
|
+
"articlePath": "/",
|
|
360
|
+
"scriptPath": "/",
|
|
361
|
+
"idString": {
|
|
362
|
+
"regex": "([a-z-]{2,12})",
|
|
363
|
+
"scriptPaths": [
|
|
364
|
+
"https://$1.moegirl.org.cn/"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "wiki-aventurica.de",
|
|
370
|
+
"regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
|
|
371
|
+
"articlePath": "/wiki/",
|
|
372
|
+
"scriptPath": "/$2/",
|
|
373
|
+
"idString": {
|
|
374
|
+
"regex": "([a-z-]{2,12})",
|
|
375
|
+
"scriptPaths": [
|
|
376
|
+
"https://$1.wiki-aventurica.de/$1/"
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
"regexPaths": true
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "pnpwiki.de",
|
|
383
|
+
"regex": "((?:www\\.)?pnpwiki\\.de)",
|
|
384
|
+
"articlePath": "/wiki/",
|
|
385
|
+
"scriptPath": "/w/"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "blaseball.wiki",
|
|
389
|
+
"regex": "((?:www\\.)?blaseball\\.wiki)",
|
|
390
|
+
"articlePath": "/w/",
|
|
391
|
+
"scriptPath": "/"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "gbf.wiki",
|
|
395
|
+
"regex": "((?:www\\.)?gbf\\.wiki)",
|
|
396
|
+
"articlePath": "/",
|
|
397
|
+
"scriptPath": "/"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "wiki.albiononline.com",
|
|
401
|
+
"regex": "(wiki\\.albiononline\\.com)",
|
|
402
|
+
"articlePath": "/wiki/",
|
|
403
|
+
"scriptPath": "/"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "atitd.wiki",
|
|
407
|
+
"regex": "((?:www\\.)?atitd\\.wiki)",
|
|
408
|
+
"articlePath": "/tale10/",
|
|
409
|
+
"scriptPath": "/tale10/w/"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "atitd.wiki",
|
|
413
|
+
"regex": "((?:www\\.)?atitd\\.wiki)",
|
|
414
|
+
"articlePath": "/tale10/",
|
|
415
|
+
"scriptPath": "/tale10/w/"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "niwanetwork.org",
|
|
419
|
+
"regex": "((?:www\\.)?niwanetwork\\.org)",
|
|
420
|
+
"articlePath": "/wiki/",
|
|
421
|
+
"scriptPath": "/wiki/"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "armswiki.org",
|
|
425
|
+
"regex": "((?:www\\.)?armswiki\\.org)",
|
|
426
|
+
"articlePath": "/wiki/",
|
|
427
|
+
"scriptPath": "/w/"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "bulbagarden.net",
|
|
431
|
+
"regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
|
|
432
|
+
"articlePath": "/wiki/",
|
|
433
|
+
"scriptPath": "/w/",
|
|
434
|
+
"idString": {
|
|
435
|
+
"regex": "(bulbapedia|archives|bulbanews)",
|
|
436
|
+
"scriptPaths": [
|
|
437
|
+
"https://$1.bulbagarden.net/w/"
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "pokewiki.de",
|
|
443
|
+
"regex": "((?:www\\.)?pokewiki\\.de)",
|
|
444
|
+
"articlePath": "/",
|
|
445
|
+
"scriptPath": "/"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "wikidex.net",
|
|
449
|
+
"regex": "((?:www\\.)?wikidex\\.net)",
|
|
450
|
+
"articlePath": "/wiki/",
|
|
451
|
+
"scriptPath": "/"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "pokepedia.fr",
|
|
455
|
+
"regex": "((?:www\\.)?pokepedia\\.fr)",
|
|
456
|
+
"articlePath": "/",
|
|
457
|
+
"scriptPath": "/"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "wiki.pokemoncentral.it",
|
|
461
|
+
"regex": "(wiki\\.pokemoncentral\\.it)",
|
|
462
|
+
"articlePath": "/",
|
|
463
|
+
"scriptPath": "/"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "wiki.xn--rckteqa2e.com",
|
|
467
|
+
"regex": "(wiki\\.xn--rckteqa2e\\.com)",
|
|
468
|
+
"articlePath": "/wiki/",
|
|
469
|
+
"scriptPath": "/w/"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "wiki.ポケモン.com",
|
|
473
|
+
"regex": "(wiki\\.ポケモン\\.com)",
|
|
474
|
+
"articlePath": "/wiki/",
|
|
475
|
+
"scriptPath": "/w/"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "wiki.52poke.com",
|
|
479
|
+
"regex": "(wiki\\.52poke\\.com)",
|
|
480
|
+
"articlePath": "/wiki/",
|
|
481
|
+
"scriptPath": "/"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "dragalialost.wiki",
|
|
485
|
+
"regex": "((?:www\\.)?dragalialost\\.wiki)",
|
|
486
|
+
"articlePath": "/w/",
|
|
487
|
+
"scriptPath": "/"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "dragon-quest.org",
|
|
491
|
+
"regex": "((?:www\\.)?dragon-quest\\.org)",
|
|
492
|
+
"articlePath": "/wiki/",
|
|
493
|
+
"scriptPath": "/w/"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "wikidragonquest.fr",
|
|
497
|
+
"regex": "((?:www\\.)?wikidragonquest\\.fr)",
|
|
498
|
+
"articlePath": "/",
|
|
499
|
+
"scriptPath": "/"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "fireemblemwiki.org",
|
|
503
|
+
"regex": "((?:www\\.)?fireemblemwiki\\.org)",
|
|
504
|
+
"articlePath": "/wiki/",
|
|
505
|
+
"scriptPath": "/w/"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"name": "mutecity.org",
|
|
509
|
+
"regex": "((?:www\\.)?mutecity\\.org)",
|
|
510
|
+
"articlePath": "/wiki/",
|
|
511
|
+
"scriptPath": "/w/"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "goldensunwiki.net",
|
|
515
|
+
"regex": "((?:www\\.)?goldensunwiki\\.net)",
|
|
516
|
+
"articlePath": "/wiki/",
|
|
517
|
+
"scriptPath": "/w/"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "kidicaruswiki.org",
|
|
521
|
+
"regex": "((?:www\\.)?kidicaruswiki\\.org)",
|
|
522
|
+
"articlePath": "/wiki/",
|
|
523
|
+
"scriptPath": "/w/"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "splatoonwiki.org",
|
|
527
|
+
"regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
|
|
528
|
+
"articlePath": "/wiki/",
|
|
529
|
+
"scriptPath": "/w/",
|
|
530
|
+
"idString": {
|
|
531
|
+
"regex": "(es|fr|www)",
|
|
532
|
+
"scriptPaths": [
|
|
533
|
+
"https://$1.splatoonwiki.org/w/"
|
|
534
|
+
]
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "starfoxwiki.info",
|
|
539
|
+
"regex": "((?:www\\.)?starfoxwiki\\.info)",
|
|
540
|
+
"articlePath": "/wiki/",
|
|
541
|
+
"scriptPath": "/w/"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "metroidwiki.org",
|
|
545
|
+
"regex": "((?:www\\.)?metroidwiki\\.org)",
|
|
546
|
+
"articlePath": "/wiki/",
|
|
547
|
+
"scriptPath": "/w/"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "nookipedia.com",
|
|
551
|
+
"regex": "((?:www\\.)?nookipedia\\.com)",
|
|
552
|
+
"articlePath": "/wiki/",
|
|
553
|
+
"scriptPath": "/w/"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "pikminwiki.com",
|
|
557
|
+
"regex": "((?:www\\.)?pikminwiki\\.com)",
|
|
558
|
+
"articlePath": "/",
|
|
559
|
+
"scriptPath": "/"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "pikminfanon.com",
|
|
563
|
+
"regex": "((?:www\\.)?pikminfanon\\.com)",
|
|
564
|
+
"articlePath": "/wiki/",
|
|
565
|
+
"scriptPath": "/w/"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "ssbwiki.com",
|
|
569
|
+
"regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
|
|
570
|
+
"articlePath": "/",
|
|
571
|
+
"scriptPath": "/",
|
|
572
|
+
"idString": {
|
|
573
|
+
"regex": "(es|www)",
|
|
574
|
+
"scriptPaths": [
|
|
575
|
+
"https://$1.ssbwiki.com/"
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "starfywiki.org",
|
|
581
|
+
"regex": "((?:www\\.)?starfywiki\\.org)",
|
|
582
|
+
"articlePath": "/wiki/",
|
|
583
|
+
"scriptPath": "/"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "strategywiki.org",
|
|
587
|
+
"regex": "((?:www\\.)?strategywiki\\.org)",
|
|
588
|
+
"articlePath": "/wiki/",
|
|
589
|
+
"scriptPath": "/w/"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "mariowiki.com",
|
|
593
|
+
"regex": "((?:www\\.)?mariowiki\\.com)",
|
|
594
|
+
"articlePath": "/",
|
|
595
|
+
"scriptPath": "/"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "mariowiki.net",
|
|
599
|
+
"regex": "((?:www\\.)?mariowiki\\.net)",
|
|
600
|
+
"articlePath": "/wiki/",
|
|
601
|
+
"scriptPath": "/w/"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "mariowiki.it",
|
|
605
|
+
"regex": "((?:www\\.)?mariowiki\\.it)",
|
|
606
|
+
"articlePath": "/",
|
|
607
|
+
"scriptPath": "/"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "ukikipedia.net",
|
|
611
|
+
"regex": "((?:www\\.)?ukikipedia\\.net)",
|
|
612
|
+
"articlePath": "/wiki/",
|
|
613
|
+
"scriptPath": "/mediawiki/"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "warswiki.org",
|
|
617
|
+
"regex": "((?:www\\.)?warswiki\\.org)",
|
|
618
|
+
"articlePath": "/wiki/",
|
|
619
|
+
"scriptPath": "/w/"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "wikibound.info",
|
|
623
|
+
"regex": "((?:(it|www)\\.)?wikibound\\.info)",
|
|
624
|
+
"articlePath": "/wiki/",
|
|
625
|
+
"scriptPath": "/w/",
|
|
626
|
+
"idString": {
|
|
627
|
+
"regex": "(it|www)",
|
|
628
|
+
"scriptPaths": [
|
|
629
|
+
"https://$1.wikibound.info/w/"
|
|
630
|
+
]
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "wikirby.com",
|
|
635
|
+
"regex": "((?:www\\.)?wikirby\\.com)",
|
|
636
|
+
"articlePath": "/wiki/",
|
|
637
|
+
"scriptPath": "/w/"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "xenoserieswiki.org",
|
|
641
|
+
"regex": "((?:www\\.)?xenoserieswiki\\.org)",
|
|
642
|
+
"articlePath": "/wiki/",
|
|
643
|
+
"scriptPath": "/w/"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "xenopedia.it",
|
|
647
|
+
"regex": "((?:www\\.)?xenopedia\\.it)",
|
|
648
|
+
"articlePath": "/",
|
|
649
|
+
"scriptPath": "/"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"name": "zeldapendium.de",
|
|
653
|
+
"regex": "((?:www\\.)?zeldapendium\\.de)",
|
|
654
|
+
"articlePath": "/wiki/",
|
|
655
|
+
"scriptPath": "/w/"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "halopedia.org",
|
|
659
|
+
"regex": "((?:www\\.)?halopedia\\.org)",
|
|
660
|
+
"articlePath": "/",
|
|
661
|
+
"scriptPath": "/"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "jojowiki.com",
|
|
665
|
+
"regex": "((?:www\\.)?jojowiki\\.com)",
|
|
666
|
+
"articlePath": "/",
|
|
667
|
+
"scriptPath": "/"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "wikimon.net",
|
|
671
|
+
"regex": "((?:www\\.)?wikimon\\.net)",
|
|
672
|
+
"articlePath": "/",
|
|
673
|
+
"scriptPath": "/"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "khwiki.com",
|
|
677
|
+
"regex": "((?:www\\.)?khwiki\\.com)",
|
|
678
|
+
"articlePath": "/",
|
|
679
|
+
"scriptPath": "/"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "chronowiki.org",
|
|
683
|
+
"regex": "((?:www\\.)?chronowiki\\.org)",
|
|
684
|
+
"articlePath": "/wiki/",
|
|
685
|
+
"scriptPath": "/w/"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "finalfantasywiki.com",
|
|
689
|
+
"regex": "((?:www\\.)?finalfantasywiki\\.com)",
|
|
690
|
+
"articlePath": "/wiki/",
|
|
691
|
+
"scriptPath": "/w/"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "miiwiki.org",
|
|
695
|
+
"regex": "((?:www\\.)?miiwiki\\.org)",
|
|
696
|
+
"articlePath": "/wiki/",
|
|
697
|
+
"scriptPath": "/w/"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "banjokazooiewiki.com",
|
|
701
|
+
"regex": "((?:www\\.)?banjokazooiewiki\\.com)",
|
|
702
|
+
"articlePath": "/wiki/",
|
|
703
|
+
"scriptPath": "/w/"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "conkerwiki.com",
|
|
707
|
+
"regex": "((?:www\\.)?conkerwiki\\.com)",
|
|
708
|
+
"articlePath": "/wiki/",
|
|
709
|
+
"scriptPath": "/w/"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "crashbandicootwiki.com",
|
|
713
|
+
"regex": "((?:www\\.)?crashbandicootwiki\\.com)",
|
|
714
|
+
"articlePath": "/wiki/",
|
|
715
|
+
"scriptPath": "/w/"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "spyrowiki.com",
|
|
719
|
+
"regex": "((?:www\\.)?spyrowiki\\.com)",
|
|
720
|
+
"articlePath": "/wiki/",
|
|
721
|
+
"scriptPath": "/w/"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "triforcewiki.com",
|
|
725
|
+
"regex": "((?:www\\.)?triforcewiki\\.com)",
|
|
726
|
+
"articlePath": "/wiki/",
|
|
727
|
+
"scriptPath": "/w/"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "wikiofmana.com",
|
|
731
|
+
"regex": "((?:www\\.)?wikiofmana\\.com)",
|
|
732
|
+
"articlePath": "/wiki/",
|
|
733
|
+
"scriptPath": "/w/"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "rarewiki.com",
|
|
737
|
+
"regex": "((?:www\\.)?rarewiki\\.com)",
|
|
738
|
+
"articlePath": "/wiki/",
|
|
739
|
+
"scriptPath": "/w/"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "arthurwiki.com",
|
|
743
|
+
"regex": "((?:www\\.)?arthurwiki\\.com)",
|
|
744
|
+
"articlePath": "/wiki/",
|
|
745
|
+
"scriptPath": "/w/"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "sanriowiki.com",
|
|
749
|
+
"regex": "((?:www\\.)?sanriowiki\\.com)",
|
|
750
|
+
"articlePath": "/wiki/",
|
|
751
|
+
"scriptPath": "/w/"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "spongebobwiki.org",
|
|
755
|
+
"regex": "((?:www\\.)?spongebobwiki\\.org)",
|
|
756
|
+
"articlePath": "/wiki/",
|
|
757
|
+
"scriptPath": "/w/"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "wimpykidwiki.com",
|
|
761
|
+
"regex": "((?:www\\.)?wimpykidwiki\\.com)",
|
|
762
|
+
"articlePath": "/wiki/",
|
|
763
|
+
"scriptPath": "/w/"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "zeldadungeon.net",
|
|
767
|
+
"regex": "((?:www\\.)?zeldadungeon\\.net)",
|
|
768
|
+
"articlePath": "/wiki/",
|
|
769
|
+
"scriptPath": "/wiki/"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "poewiki.net",
|
|
773
|
+
"regex": "((?:www\\.)?poewiki\\.net)",
|
|
774
|
+
"articlePath": "/wiki/",
|
|
775
|
+
"scriptPath": "/w/"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"name": "wikihow.com",
|
|
779
|
+
"regex": "((?:www\\.)?wikihow\\.com)",
|
|
780
|
+
"articlePath": "/",
|
|
781
|
+
"scriptPath": "/",
|
|
782
|
+
"urlSpaceReplacement": "-"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "librewiki.net",
|
|
786
|
+
"regex": "(librewiki\\.net)",
|
|
787
|
+
"articlePath": "/wiki/",
|
|
788
|
+
"scriptPath": "/"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "femiwiki.com",
|
|
792
|
+
"regex": "((?:www\\.)?femiwiki\\.com)",
|
|
793
|
+
"articlePath": "/w/",
|
|
794
|
+
"scriptPath": "/"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "revi.wiki",
|
|
798
|
+
"regex": "(revi\\.wiki)",
|
|
799
|
+
"articlePath": "/wiki/",
|
|
800
|
+
"scriptPath": "/w/",
|
|
801
|
+
"wikiFarm": "miraheze",
|
|
802
|
+
"extensions": [
|
|
803
|
+
"CentralAuth"
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "lakeus.xyz",
|
|
808
|
+
"regex": "(lakeus\\.xyz)",
|
|
809
|
+
"articlePath": "/wiki/",
|
|
810
|
+
"scriptPath": "/"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "betawiki.net",
|
|
814
|
+
"regex": "((?:www\\.)?betawiki\\.net)",
|
|
815
|
+
"articlePath": "/wiki/",
|
|
816
|
+
"scriptPath": "/"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "destinypedia.com",
|
|
820
|
+
"regex": "((?:www\\.)?destinypedia\\.com)",
|
|
821
|
+
"articlePath": "/",
|
|
822
|
+
"scriptPath": "/"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "grifkuba.net",
|
|
826
|
+
"regex": "((?:www\\.)?(?:(wiki)\\.)?grifkuba\\.net)",
|
|
827
|
+
"articlePath": "/wiki/",
|
|
828
|
+
"scriptPath": "/w/",
|
|
829
|
+
"idString": {
|
|
830
|
+
"regex": "(wiki|www)",
|
|
831
|
+
"scriptPaths": [
|
|
832
|
+
"https://$1.grifkuba.net/w/"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "wiki.teamfortress.com",
|
|
838
|
+
"regex": "(wiki\\.teamfortress\\.com)",
|
|
839
|
+
"articlePath": "/wiki/",
|
|
840
|
+
"scriptPath": "/w/"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "lain.wiki",
|
|
844
|
+
"regex": "((?:www\\.)?lain\\.wiki)",
|
|
845
|
+
"articlePath": "/wiki/",
|
|
846
|
+
"scriptPath": "/"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "khuxwiki.com",
|
|
850
|
+
"regex": "((?:www\\.)?khuxwiki\\.com)",
|
|
851
|
+
"articlePath": "/wiki/",
|
|
852
|
+
"scriptPath": "/w/"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "khdatabase.com",
|
|
856
|
+
"regex": "((?:www\\.)?khdatabase\\.com)",
|
|
857
|
+
"articlePath": "/",
|
|
858
|
+
"scriptPath": "/"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "wiki.halo.fr",
|
|
862
|
+
"regex": "(wiki\\.halo\\.fr)",
|
|
863
|
+
"articlePath": "/",
|
|
864
|
+
"scriptPath": "/"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "glitchtale.com",
|
|
868
|
+
"regex": "((?:www\\.)?glitchtale\\.com)",
|
|
869
|
+
"articlePath": "/wiki/index.php/",
|
|
870
|
+
"scriptPath": "/wiki/"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "wiki.therofl98.co",
|
|
874
|
+
"regex": "(wiki\\.therofl98\\.co)",
|
|
875
|
+
"articlePath": "/wiki/",
|
|
876
|
+
"scriptPath": "/w/"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "yugipedia.com",
|
|
880
|
+
"regex": "((?:www\\.)?yugipedia\\.com)",
|
|
881
|
+
"articlePath": "/wiki/",
|
|
882
|
+
"scriptPath": "/"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "polandballwiki.com",
|
|
886
|
+
"regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
|
|
887
|
+
"articlePath": "/wiki/",
|
|
888
|
+
"scriptPath": "/w/",
|
|
889
|
+
"idString": {
|
|
890
|
+
"regex": "([a-z-]{2,12})",
|
|
891
|
+
"scriptPaths": [
|
|
892
|
+
"https://$1.polandballwiki.com/w/"
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
"wikiFarm": "miraheze",
|
|
896
|
+
"extensions": [
|
|
897
|
+
"CentralAuth"
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "lostmediawiki.com",
|
|
902
|
+
"regex": "((?:www\\.)?lostmediawiki\\.com)",
|
|
903
|
+
"articlePath": "/",
|
|
904
|
+
"scriptPath": "/"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "amiibopedia.com",
|
|
908
|
+
"regex": "((?:es\\.)?amiibopedia\\.com)",
|
|
909
|
+
"articlePath": "/wiki/",
|
|
910
|
+
"scriptPath": "/"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "tcrf.net",
|
|
914
|
+
"regex": "((?:www\\.)?tcrf\\.net)",
|
|
915
|
+
"articlePath": "/",
|
|
916
|
+
"scriptPath": "/"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "raymanpc.com",
|
|
920
|
+
"regex": "((?:www\\.)?raymanpc\\.com)/(?:wiki/)?(?:script\\-)?([a-z-]{2,12})",
|
|
921
|
+
"articlePath": "/wiki/$2/",
|
|
922
|
+
"scriptPath": "/wiki/script-$2/",
|
|
923
|
+
"idString": {
|
|
924
|
+
"regex": "([a-z-]{2,12})",
|
|
925
|
+
"scriptPaths": [
|
|
926
|
+
"https://raymanpc.com/wiki/script-$1/"
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
"regexPaths": true
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "theinfosphere.org",
|
|
933
|
+
"regex": "((?:www\\.)?theinfosphere\\.org)",
|
|
934
|
+
"articlePath": "/",
|
|
935
|
+
"scriptPath": "/"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "simpsonspedia.net",
|
|
939
|
+
"regex": "(simpsonspedia\\.net)",
|
|
940
|
+
"articlePath": "/index.php?title=",
|
|
941
|
+
"scriptPath": "/"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "info.sonicretro.org",
|
|
945
|
+
"regex": "(info\\.sonicretro\\.org)",
|
|
946
|
+
"articlePath": "/",
|
|
947
|
+
"scriptPath": "/"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "segaretro.org",
|
|
951
|
+
"regex": "((?:www\\.)?segaretro\\.org)",
|
|
952
|
+
"articlePath": "/",
|
|
953
|
+
"scriptPath": "/"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "necretro.org",
|
|
957
|
+
"regex": "(necretro\\.org)",
|
|
958
|
+
"articlePath": "/",
|
|
959
|
+
"scriptPath": "/"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "retrocdn.net",
|
|
963
|
+
"regex": "((?:www\\.)?retrocdn\\.net)",
|
|
964
|
+
"articlePath": "/",
|
|
965
|
+
"scriptPath": "/"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "banglapedia.org",
|
|
969
|
+
"regex": "((en|bn)\\.banglapedia\\.org)",
|
|
970
|
+
"articlePath": "/index.php/",
|
|
971
|
+
"scriptPath": "/",
|
|
972
|
+
"idString": {
|
|
973
|
+
"regex": "(en|bn)",
|
|
974
|
+
"scriptPaths": [
|
|
975
|
+
"https://$1.banglapedia.org/"
|
|
976
|
+
]
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "semantic-mediawiki.org",
|
|
981
|
+
"regex": "((?:www\\.)?semantic-mediawiki\\.org)",
|
|
982
|
+
"articlePath": "/wiki/",
|
|
983
|
+
"scriptPath": "/w/"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "wikizilla.org",
|
|
987
|
+
"regex": "((?:www\\.)?wikizilla\\.org)",
|
|
988
|
+
"articlePath": "/wiki/",
|
|
989
|
+
"scriptPath": "/w/"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "wiki.gentoo.org",
|
|
993
|
+
"regex": "(wiki\\.gentoo\\.org)",
|
|
994
|
+
"articlePath": "/wiki/",
|
|
995
|
+
"scriptPath": "/"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"name": "pidgi.net",
|
|
999
|
+
"regex": "((?:www\\.)?pidgi\\.net)",
|
|
1000
|
+
"articlePath": "/wiki/",
|
|
1001
|
+
"scriptPath": "/wiki/"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "rct.wiki",
|
|
1005
|
+
"regex": "(rct\\.wiki)",
|
|
1006
|
+
"articlePath": "/wiki/",
|
|
1007
|
+
"scriptPath": "/w/"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "touhouwiki.net",
|
|
1011
|
+
"regex": "(([a-z\\d-]{1,50})\\.touhouwiki\\.net)",
|
|
1012
|
+
"articlePath": "/wiki/",
|
|
1013
|
+
"scriptPath": "/",
|
|
1014
|
+
"idString": {
|
|
1015
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
1016
|
+
"scriptPaths": [
|
|
1017
|
+
"https://$1.touhouwiki.net/"
|
|
1018
|
+
]
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "tockdom.com",
|
|
1023
|
+
"regex": "((?:(mk8|wiki|www)\\.)?tockdom\\.com)",
|
|
1024
|
+
"articlePath": "/wiki/",
|
|
1025
|
+
"scriptPath": "/w/",
|
|
1026
|
+
"idString": {
|
|
1027
|
+
"regex": "(mk8|wiki|www)",
|
|
1028
|
+
"scriptPaths": [
|
|
1029
|
+
"https://$1.tockdom.com/w/"
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "ufopaedia.org",
|
|
1035
|
+
"regex": "((?:www\\.)?ufopaedia\\.org)",
|
|
1036
|
+
"articlePath": "/index.php/",
|
|
1037
|
+
"scriptPath": "/"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "wiibrew.org",
|
|
1041
|
+
"regex": "((?:www\\.)?wiibrew\\.org)",
|
|
1042
|
+
"articlePath": "/wiki/",
|
|
1043
|
+
"scriptPath": "/w/"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "wiiubrew.org",
|
|
1047
|
+
"regex": "((?:www\\.)?wiiubrew\\.org)",
|
|
1048
|
+
"articlePath": "/wiki/",
|
|
1049
|
+
"scriptPath": "/w/"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "dsibrew.org",
|
|
1053
|
+
"regex": "((?:www\\.)?dsibrew\\.org)",
|
|
1054
|
+
"articlePath": "/wiki/",
|
|
1055
|
+
"scriptPath": "/w/"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "3dbrew.org",
|
|
1059
|
+
"regex": "((?:www\\.)?3dbrew\\.org)",
|
|
1060
|
+
"articlePath": "/wiki/",
|
|
1061
|
+
"scriptPath": "/w/"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "switchbrew.org",
|
|
1065
|
+
"regex": "((?:www\\.)?switchbrew\\.org)",
|
|
1066
|
+
"articlePath": "/wiki/",
|
|
1067
|
+
"scriptPath": "/w/"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "explainxkcd.com",
|
|
1071
|
+
"regex": "((?:www\\.)?explainxkcd\\.com)",
|
|
1072
|
+
"articlePath": "/wiki/index.php/",
|
|
1073
|
+
"scriptPath": "/wiki/"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "rationalwiki.org",
|
|
1077
|
+
"regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
|
|
1078
|
+
"articlePath": "/wiki/",
|
|
1079
|
+
"scriptPath": "/w/",
|
|
1080
|
+
"idString": {
|
|
1081
|
+
"regex": "(ru|www)",
|
|
1082
|
+
"scriptPaths": [
|
|
1083
|
+
"https://$1.rationalwiki.org/w/"
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "eastwardwiki.com",
|
|
1089
|
+
"regex": "((?:([a-z-]{2,12})\\.)?eastwardwiki\\.com)",
|
|
1090
|
+
"articlePath": "/",
|
|
1091
|
+
"scriptPath": "/mediawiki/",
|
|
1092
|
+
"idString": {
|
|
1093
|
+
"regex": "([a-z-]{2,12})",
|
|
1094
|
+
"scriptPaths": [
|
|
1095
|
+
"https://$1.eastwardwiki.com/mediawiki/"
|
|
1096
|
+
]
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"name": "timespinnerwiki.com",
|
|
1101
|
+
"regex": "((?:www\\.)?timespinnerwiki\\.com)",
|
|
1102
|
+
"articlePath": "/",
|
|
1103
|
+
"scriptPath": "/mediawiki/"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "starmancerwiki.com",
|
|
1107
|
+
"regex": "((?:www\\.)?starmancerwiki\\.com)",
|
|
1108
|
+
"articlePath": "/",
|
|
1109
|
+
"scriptPath": "/mediawiki/"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "lotro-wiki.com",
|
|
1113
|
+
"regex": "((?:www\\.)?lotro-wiki\\.com)",
|
|
1114
|
+
"articlePath": "/index.php/",
|
|
1115
|
+
"scriptPath": "/"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "scoutwiki.org",
|
|
1119
|
+
"regex": "((?:([a-z-]{2,12})\\.)scoutwiki\\.org)",
|
|
1120
|
+
"articlePath": "/",
|
|
1121
|
+
"scriptPath": "/",
|
|
1122
|
+
"idString": {
|
|
1123
|
+
"regex": "([a-z-]{2,12})",
|
|
1124
|
+
"scriptPaths": [
|
|
1125
|
+
"https://$1.scoutwiki.org/"
|
|
1126
|
+
]
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "wiki.archlinux.org",
|
|
1131
|
+
"regex": "(wiki\\.archlinux\\.org)",
|
|
1132
|
+
"articlePath": "/title/",
|
|
1133
|
+
"scriptPath": "/"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "dandwiki.com",
|
|
1137
|
+
"regex": "((?:www\\.)?dandwiki.com)",
|
|
1138
|
+
"articlePath": "/wiki/",
|
|
1139
|
+
"scriptPath": "/w/"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"name": "vikidia.org",
|
|
1143
|
+
"regex": "((?:([a-z-]{2,12})\\.)vikidia\\.org)",
|
|
1144
|
+
"articlePath": "/wiki/",
|
|
1145
|
+
"scriptPath": "/w/",
|
|
1146
|
+
"idString": {
|
|
1147
|
+
"regex": "([a-z-]{2,12})",
|
|
1148
|
+
"scriptPaths": [
|
|
1149
|
+
"https://$1.vikidia.org/w/"
|
|
1150
|
+
]
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "scratch-wiki.info",
|
|
1155
|
+
"regex": "((?:([a-z-]{2,12})\\.)scratch-wiki\\.info)",
|
|
1156
|
+
"articlePath": "/wiki/",
|
|
1157
|
+
"scriptPath": "/w/",
|
|
1158
|
+
"idString": {
|
|
1159
|
+
"regex": "([a-z-]{2,12})",
|
|
1160
|
+
"scriptPaths": [
|
|
1161
|
+
"https://$1.scratch-wiki.info/w/"
|
|
1162
|
+
]
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "liquipedia.net",
|
|
1167
|
+
"regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",
|
|
1168
|
+
"articlePath": "/",
|
|
1169
|
+
"scriptPath": "/",
|
|
1170
|
+
"idString": {
|
|
1171
|
+
"regex": "([a-z\\d]{1,50})",
|
|
1172
|
+
"scriptPaths": [
|
|
1173
|
+
"https://liquipedia.net/$1/"
|
|
1174
|
+
]
|
|
1175
|
+
},
|
|
1176
|
+
"note": "https://liquipedia.net/api-terms-of-use"
|
|
1177
|
+
}
|
|
1178
|
+
]
|
|
1125
1179
|
}
|