mediawiki-projects-list 3.0.0 → 4.0.0

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.
Files changed (4) hide show
  1. package/index.d.ts +10 -4
  2. package/index.js +56 -19
  3. package/package.json +1 -1
  4. package/projects.json +1272 -1148
package/projects.json CHANGED
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "$schema": "./projects-schema.json",
3
3
  "frontendProxies": [
4
+ {
5
+ "name": "breezewiki.com",
6
+ "regex": "(breezewiki\\.com/([a-z\\d-]{1,50}))(?:/wiki/|/?$)",
7
+ "namePath": "https://breezewiki.com/$2/",
8
+ "articlePath": "https://breezewiki.com/$2/wiki/",
9
+ "scriptPath": "https://$2.fandom.com/",
10
+ "note": "Missing language support."
11
+ },
12
+ {
13
+ "name": "breezewiki.pussthecat.org",
14
+ "regex": "(breezewiki\\.pussthecat\\.org/([a-z\\d-]{1,50}))(?:/wiki/|/?$)",
15
+ "namePath": "https://breezewiki.pussthecat.org/$2/",
16
+ "articlePath": "https://breezewiki.pussthecat.org/$2/wiki/",
17
+ "scriptPath": "https://$2.fandom.com/",
18
+ "note": "Missing language support."
19
+ },
4
20
  {
5
21
  "name": "wikiless.org",
6
22
  "regex": "(wikiless\\.org/.*?\\?(?:.*?&)?lang=([a-z\\d-]{1,50}))(?:&|/?$)",
@@ -27,224 +43,242 @@
27
43
  "https://www.wikiwand.com/$1/"
28
44
  ]
29
45
  }
30
- },
31
- {
32
- "name": "breezewiki.com",
33
- "regex": "(breezewiki\\.com/([a-z\\d-]{1,50}))(?:/wiki/|/?$)",
34
- "namePath": "https://breezewiki.com/$2/",
35
- "articlePath": "https://breezewiki.com/$2/wiki/",
36
- "scriptPath": "https://$2.fandom.com/",
37
- "note": "Missing language support."
38
- },
39
- {
40
- "name": "breezewiki.pussthecat.org",
41
- "regex": "(breezewiki\\.pussthecat\\.org/([a-z\\d-]{1,50}))(?:/wiki/|/?$)",
42
- "namePath": "https://breezewiki.pussthecat.org/$2/",
43
- "articlePath": "https://breezewiki.pussthecat.org/$2/wiki/",
44
- "scriptPath": "https://$2.fandom.com/",
45
- "note": "Missing language support."
46
46
  }
47
47
  ],
48
48
  "wikiProjects": [
49
49
  {
50
- "name": "fandom.com",
51
- "regex": "(([a-z\\d-]{1,50})\\.fandom\\.com(?:/(?!wiki)([a-z-]{2,12}))?)",
50
+ "name": "3dbrew.org",
51
+ "regex": "((?:www\\.)?3dbrew\\.org)",
52
52
  "articlePath": "/wiki/",
53
- "scriptPath": "/",
54
- "idString": {
55
- "regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
56
- "scriptPaths": [
57
- "https://$1.fandom.com/",
58
- "https://$2.fandom.com/$1/"
59
- ]
60
- },
61
- "wikiFarm": "fandom"
53
+ "scriptPath": "/w/",
54
+ "fullScriptPath": "https://www.3dbrew.org/w/"
62
55
  },
63
56
  {
64
- "name": "wiki.gg",
65
- "regex": "(([a-z\\d-]{1,50})\\.wiki\\.gg(?:/(?!wiki)([a-z-]{2,12}))?)",
57
+ "name": "7kingdoms.ru",
58
+ "regex": "((?:www\\.)?7kingdoms\\.ru)",
66
59
  "articlePath": "/wiki/",
67
- "scriptPath": "/",
68
- "idString": {
69
- "regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
70
- "scriptPaths": [
71
- "https://$1.wiki.gg/",
72
- "https://$2.wiki.gg/$1/"
73
- ]
74
- },
75
- "wikiFarm": "wiki.gg"
60
+ "scriptPath": "/w/",
61
+ "fullScriptPath": "https://7kingdoms.ru/w/"
76
62
  },
77
63
  {
78
- "name": "wikipedia.org",
79
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikipedia\\.org)",
64
+ "name": "amiibopedia.com",
65
+ "regex": "((?:es\\.)?amiibopedia\\.com)",
80
66
  "articlePath": "/wiki/",
81
- "scriptPath": "/w/",
82
- "idString": {
83
- "regex": "([a-z\\d-]{1,50})",
84
- "scriptPaths": [
85
- "https://$1.wikipedia.org/w/"
86
- ]
87
- },
88
- "wikiFarm": "wikimedia",
89
- "extensions": [
90
- "CentralAuth",
91
- "OAuth"
92
- ]
67
+ "scriptPath": "/",
68
+ "fullScriptPath": "https://es.amiibopedia.com/"
93
69
  },
94
70
  {
95
- "name": "pluralpedia.org",
96
- "regex": "((?:www\\.)?pluralpedia\\.org)",
71
+ "name": "anothereden.wiki",
72
+ "regex": "((?:www\\.)?anothereden\\.wiki)",
97
73
  "articlePath": "/w/",
98
74
  "scriptPath": "/",
99
- "fullScriptPath": "https://pluralpedia.org/"
75
+ "fullScriptPath": "https://anothereden.wiki/"
100
76
  },
101
77
  {
102
- "name": "lgbtqia.wiki",
103
- "regex": "((?:www\\.)?lgbtqia\\.wiki)",
104
- "articlePath": "/wiki/",
78
+ "name": "aocf.koumakan.jp",
79
+ "regex": "(aocf\\.koumakan\\.jp)",
80
+ "articlePath": "/",
105
81
  "scriptPath": "/w/",
106
- "fullScriptPath": "https://www.lgbtqia.wiki/w/",
107
- "wikiFarm": "miraheze",
82
+ "fullScriptPath": "https://aocf.koumakan.jp/w/"
83
+ },
84
+ {
85
+ "name": "archives.org.au",
86
+ "regex": "((?:www\\.)?archives\\.org\\.au)",
87
+ "articlePath": "/",
88
+ "scriptPath": "/",
89
+ "fullScriptPath": "https://archives.org.au/",
108
90
  "extensions": [
109
- "CentralAuth",
110
- "OAuth"
91
+ "Cargo"
111
92
  ]
112
93
  },
113
94
  {
114
- "name": "dragon-mania-legends.wiki",
115
- "regex": "((?:www\\.)?dragon-mania-legends\\.wiki)",
95
+ "name": "ardapedia.org",
96
+ "regex": "((?:www\\.)?ardapedia\\.org)",
116
97
  "articlePath": "/wiki/",
117
98
  "scriptPath": "/w/",
118
- "fullScriptPath": "https://www.dragon-mania-legends.wiki/w/"
99
+ "fullScriptPath": "https://www.ardapedia.org/w/"
119
100
  },
120
101
  {
121
- "name": "toweroffantasy.wiki",
122
- "regex": "((?:www\\.)?toweroffantasy\\.wiki)",
123
- "articlePath": "/w/",
102
+ "name": "armswiki.org",
103
+ "regex": "((?:www\\.)?armswiki\\.org)",
104
+ "articlePath": "/wiki/",
105
+ "scriptPath": "/w/",
106
+ "fullScriptPath": "https://armswiki.org/w/"
107
+ },
108
+ {
109
+ "name": "arthurwiki.com",
110
+ "regex": "((?:www\\.)?arthurwiki\\.com)",
111
+ "articlePath": "/wiki/",
112
+ "scriptPath": "/w/",
113
+ "fullScriptPath": "https://arthurwiki.com/w/"
114
+ },
115
+ {
116
+ "name": "ashesofcreation.wiki",
117
+ "regex": "((?:www\\.)?ashesofcreation\\.wiki)",
118
+ "articlePath": "/",
124
119
  "scriptPath": "/",
125
- "fullScriptPath": "https://toweroffantasy.wiki/"
120
+ "fullScriptPath": "https://ashesofcreation.wiki/"
126
121
  },
127
122
  {
128
- "name": "dwarffortresswiki.org",
129
- "regex": "((?:www\\.)?dwarffortresswiki\\.org)",
123
+ "name": "atitd.wiki",
124
+ "regex": "((?:www\\.)?atitd\\.wiki)",
125
+ "articlePath": "/tale10/",
126
+ "scriptPath": "/tale10/w/",
127
+ "fullScriptPath": "https://atitd.wiki/tale10/w/",
128
+ "extensions": [
129
+ "Cargo"
130
+ ]
131
+ },
132
+ {
133
+ "name": "awoiaf.westeros.org",
134
+ "regex": "(awoiaf\\.westeros\\.org)",
130
135
  "articlePath": "/index.php/",
131
136
  "scriptPath": "/",
132
- "fullScriptPath": "https://dwarffortresswiki.org/"
137
+ "fullScriptPath": "https://awoiaf.westeros.org/"
133
138
  },
134
139
  {
135
- "name": "micronations.wiki",
136
- "regex": "((?:([a-z-]{2,12})\\.)?micronations\\.wiki)",
140
+ "name": "bakugan.wiki",
141
+ "regex": "((?:www\\.)?bakugan\\.wiki)",
137
142
  "articlePath": "/wiki/",
138
143
  "scriptPath": "/",
144
+ "fullScriptPath": "https://bakugan.wiki/"
145
+ },
146
+ {
147
+ "name": "banglapedia.org",
148
+ "regex": "((en|bn)\\.banglapedia\\.org)",
149
+ "articlePath": "/index.php/",
150
+ "scriptPath": "/",
139
151
  "idString": {
140
- "regex": "([a-z-]{2,12})",
152
+ "regex": "(en|bn)",
141
153
  "scriptPaths": [
142
- "https://$1.micronations.wiki/"
154
+ "https://$1.banglapedia.org/"
143
155
  ]
144
156
  }
145
157
  },
146
158
  {
147
- "name": "psu-clementine.net",
148
- "regex": "((?:www\\.)?psu-clementine\\.net)",
149
- "articlePath": "/wiki/index.php/",
150
- "scriptPath": "/wiki/",
151
- "fullScriptPath": "https://psu-clementine.net/wiki/"
159
+ "name": "banjokazooiewiki.com",
160
+ "regex": "((?:www\\.)?banjokazooiewiki\\.com)",
161
+ "articlePath": "/wiki/",
162
+ "scriptPath": "/w/",
163
+ "fullScriptPath": "https://banjokazooiewiki.com/w/"
152
164
  },
153
165
  {
154
- "name": "miragerealms.co.uk",
155
- "regex": "((?:www\\.)?miragerealms\\.co\\.uk)",
156
- "articlePath": "/wiki/index.php/",
157
- "scriptPath": "/wiki/",
158
- "fullScriptPath": "https://www.miragerealms.co.uk/wiki/"
166
+ "name": "barotraumagame.com",
167
+ "regex": "((?:www\\.)?barotraumagame\\.com)",
168
+ "articlePath": "/wiki/",
169
+ "scriptPath": "/baro-wiki/",
170
+ "fullScriptPath": "https://barotraumagame.com/baro-wiki/",
171
+ "note": "Requires cookies to be accessed."
159
172
  },
160
173
  {
161
- "name": "lostmediawiki.com",
162
- "regex": "((?:www\\.)?lostmediawiki\\.com)",
163
- "articlePath": "/",
174
+ "name": "betawiki.net",
175
+ "regex": "((?:www\\.)?betawiki\\.net)",
176
+ "articlePath": "/wiki/",
164
177
  "scriptPath": "/",
165
- "fullScriptPath": "https://lostmediawiki.com/"
178
+ "fullScriptPath": "https://betawiki.net/"
166
179
  },
167
180
  {
168
- "name": "starcitizen.tools",
169
- "regex": "((?:www\\.)?starcitizen\\.tools)",
170
- "articlePath": "/",
181
+ "name": "bg-wiki.com",
182
+ "regex": "((?:www\\.)?bg-wiki\\.com)",
183
+ "articlePath": "/ffxi/",
171
184
  "scriptPath": "/",
172
- "fullScriptPath": "https://starcitizen.tools/"
185
+ "fullScriptPath": "https://www.bg-wiki.com/"
173
186
  },
174
187
  {
175
- "name": "thecyclefrontier.wiki",
176
- "regex": "((?:www\\.)?thecyclefrontier\\.wiki)",
188
+ "name": "biosector01.com",
189
+ "regex": "((?:(hf|www)\\.)?biosector01\\.com)",
177
190
  "articlePath": "/wiki/",
178
191
  "scriptPath": "/w/",
179
- "fullScriptPath": "https://thecyclefrontier.wiki/w/"
180
- },
181
- {
182
- "name": "paradoxwikis.com",
183
- "regex": "(([a-z\\d-]{1,50})\\.paradoxwikis\\.com)",
184
- "articlePath": "/",
185
- "scriptPath": "/",
186
192
  "idString": {
187
- "regex": "([a-z\\d-]{1,50})",
193
+ "regex": "(hf|www)",
188
194
  "scriptPaths": [
189
- "https://$1.paradoxwikis.com/"
195
+ "https://$1.biosector01.com/w/"
190
196
  ]
191
197
  }
192
198
  },
193
199
  {
194
- "name": "psp2i.wiki",
195
- "regex": "((?:www\\.)?psp2i\\.wiki)",
200
+ "name": "blaseball.wiki",
201
+ "regex": "((?:www\\.)?blaseball\\.wiki)",
196
202
  "articlePath": "/w/",
197
203
  "scriptPath": "/",
198
- "fullScriptPath": "https://psp2i.wiki/"
204
+ "fullScriptPath": "https://www.blaseball.wiki/"
199
205
  },
200
206
  {
201
- "name": "miraheze.org",
202
- "regex": "(([a-z\\d-]{1,50})\\.miraheze\\.org)",
207
+ "name": "blazblue.wiki",
208
+ "regex": "((?:www\\.)?blazblue\\.wiki)",
203
209
  "articlePath": "/wiki/",
204
- "scriptPath": "/w/",
205
- "idString": {
206
- "regex": "([a-z\\d-]{1,50})",
207
- "scriptPaths": [
208
- "https://$1.miraheze.org/w/"
209
- ]
210
- },
211
- "wikiFarm": "miraheze",
210
+ "scriptPath": "/",
211
+ "fullScriptPath": "https://blazblue.wiki/",
212
212
  "extensions": [
213
- "CentralAuth",
214
- "OAuth"
213
+ "Cargo"
215
214
  ]
216
215
  },
217
216
  {
218
- "name": "wiki.openstreetmap.org",
219
- "regex": "(wiki\\.openstreetmap\\.org)",
217
+ "name": "bluearchive.wiki",
218
+ "regex": "(bluearchive\\.wiki)",
220
219
  "articlePath": "/wiki/",
221
220
  "scriptPath": "/w/",
222
- "fullScriptPath": "https://wiki.openstreetmap.org/w/"
221
+ "fullScriptPath": "https://bluearchive.wiki/w/"
223
222
  },
224
223
  {
225
- "name": "polandballwiki.com",
226
- "regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
224
+ "name": "brickimedia.org",
225
+ "regex": "(([a-z\\d-]{1,50})\\.brickimedia\\.org)",
227
226
  "articlePath": "/wiki/",
228
227
  "scriptPath": "/w/",
229
228
  "idString": {
230
- "regex": "([a-z-]{2,12})",
229
+ "regex": "([a-z\\d-]{1,50})",
231
230
  "scriptPaths": [
232
- "https://$1.polandballwiki.com/w/"
231
+ "https://$1.brickimedia.org/w/"
233
232
  ]
234
233
  },
235
- "wikiFarm": "miraheze",
236
- "extensions": [
237
- "CentralAuth",
238
- "OAuth"
239
- ]
234
+ "wikiFarm": "shoutwiki"
240
235
  },
241
236
  {
242
- "name": "barotraumagame.com",
243
- "regex": "((?:www\\.)?barotraumagame\\.com)",
237
+ "name": "bulbagarden.net",
238
+ "regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
244
239
  "articlePath": "/wiki/",
245
- "scriptPath": "/baro-wiki/",
246
- "fullScriptPath": "https://barotraumagame.com/baro-wiki/",
247
- "note": "Requires cookies to be accessed."
240
+ "scriptPath": "/w/",
241
+ "idString": {
242
+ "regex": "(bulbapedia|archives|bulbanews)",
243
+ "scriptPaths": [
244
+ "https://$1.bulbagarden.net/w/"
245
+ ]
246
+ }
247
+ },
248
+ {
249
+ "name": "chocolate-doom.org",
250
+ "regex": "((?:www\\.)?chocolate-doom\\.org)",
251
+ "articlePath": "/wiki/index.php/",
252
+ "scriptPath": "/wiki/",
253
+ "fullScriptPath": "https://www.chocolate-doom.org/wiki/"
254
+ },
255
+ {
256
+ "name": "chronistwiki.de",
257
+ "regex": "((?:www\\.)?chronistwiki\\.de)",
258
+ "articlePath": "/wiki/",
259
+ "scriptPath": "/w/",
260
+ "fullScriptPath": "https://chronistwiki.de/w/"
261
+ },
262
+ {
263
+ "name": "chronowiki.org",
264
+ "regex": "((?:www\\.)?chronowiki\\.org)",
265
+ "articlePath": "/wiki/",
266
+ "scriptPath": "/w/",
267
+ "fullScriptPath": "https://www.chronowiki.org/w/"
268
+ },
269
+ {
270
+ "name": "conanpedia.com",
271
+ "regex": "((?:www\\.)?conanpedia\\.com)",
272
+ "articlePath": "/",
273
+ "scriptPath": "/",
274
+ "fullScriptPath": "https://www.conanpedia.com/"
275
+ },
276
+ {
277
+ "name": "conanwiki.org",
278
+ "regex": "((?:www\\.)?conanwiki\\.org)",
279
+ "articlePath": "/wiki/",
280
+ "scriptPath": "/",
281
+ "fullScriptPath": "https://conanwiki.org/"
248
282
  },
249
283
  {
250
284
  "name": "confrontation.wiki",
@@ -254,58 +288,96 @@
254
288
  "fullScriptPath": "https://confrontation.wiki/"
255
289
  },
256
290
  {
257
- "name": "wiki.pioneer2.net",
258
- "regex": "(wiki\\.pioneer2\\.net)",
259
- "articlePath": "/w/",
260
- "scriptPath": "/",
261
- "fullScriptPath": "https://wiki.pioneer2.net/"
291
+ "name": "conkerwiki.com",
292
+ "regex": "((?:www\\.)?conkerwiki\\.com)",
293
+ "articlePath": "/wiki/",
294
+ "scriptPath": "/w/",
295
+ "fullScriptPath": "https://conkerwiki.com/w/"
262
296
  },
263
297
  {
264
- "name": "bakugan.wiki",
265
- "regex": "((?:www\\.)?bakugan\\.wiki)",
298
+ "name": "consolegameswiki.com",
299
+ "regex": "((?:ffxiv\\.)?consolegameswiki\\.com)",
266
300
  "articlePath": "/wiki/",
267
- "scriptPath": "/",
268
- "fullScriptPath": "https://bakugan.wiki/"
301
+ "scriptPath": "/mediawiki/",
302
+ "fullScriptPath": "https://ffxiv.consolegameswiki.com/mediawiki/"
269
303
  },
270
304
  {
271
- "name": "flyff-universe-wiki.com",
272
- "regex": "(flyff-universe-wiki\\.com)",
305
+ "name": "crashbandicootwiki.com",
306
+ "regex": "((?:www\\.)?crashbandicootwiki\\.com)",
307
+ "articlePath": "/wiki/",
308
+ "scriptPath": "/w/",
309
+ "fullScriptPath": "https://crashbandicootwiki.com/w/"
310
+ },
311
+ {
312
+ "name": "dandwiki.com",
313
+ "regex": "((?:www\\.)?dandwiki.com)",
314
+ "articlePath": "/wiki/",
315
+ "scriptPath": "/w/",
316
+ "fullScriptPath": "https://www.dandwiki.com/w/"
317
+ },
318
+ {
319
+ "name": "dcmultiversewiki.com",
320
+ "regex": "((?:www\\.)?dcmultiversewiki\\.com)",
273
321
  "articlePath": "/wiki/",
322
+ "scriptPath": "/w/",
323
+ "fullScriptPath": "https://dcmultiversewiki.com/w/",
324
+ "wikiFarm": "miraheze",
325
+ "extensions": [
326
+ "CentralAuth",
327
+ "OAuth"
328
+ ]
329
+ },
330
+ {
331
+ "name": "ddowiki.com",
332
+ "regex": "((?:www\\.)?ddowiki\\.com)",
333
+ "articlePath": "/page/",
274
334
  "scriptPath": "/",
275
- "fullScriptPath": "https://flyff-universe-wiki.com/"
335
+ "fullScriptPath": "https://ddowiki.com/"
276
336
  },
277
337
  {
278
- "name": "halopedia.org",
279
- "regex": "((?:www\\.)?halopedia\\.org)",
338
+ "name": "destinypedia.com",
339
+ "regex": "((?:www\\.)?destinypedia\\.com)",
280
340
  "articlePath": "/",
281
341
  "scriptPath": "/",
282
- "fullScriptPath": "https://www.halopedia.org/"
342
+ "fullScriptPath": "https://www.destinypedia.com/"
283
343
  },
284
344
  {
285
- "name": "stardewvalleywiki.com",
286
- "regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
345
+ "name": "detectiveconanworld.com",
346
+ "regex": "((?:www\\.)?detectiveconanworld\\.com)",
347
+ "articlePath": "/wiki/",
348
+ "scriptPath": "/wiki/",
349
+ "fullScriptPath": "https://www.detectiveconanworld.com/wiki/"
350
+ },
351
+ {
352
+ "name": "developer.valvesoftware.com",
353
+ "regex": "(developer\\.valvesoftware\\.com)",
354
+ "articlePath": "/wiki/",
355
+ "scriptPath": "/w/",
356
+ "fullScriptPath": "https://developer.valvesoftware.com/w/"
357
+ },
358
+ {
359
+ "name": "dmowiki.com",
360
+ "regex": "((?:www\\.)?dmowiki\\.com)",
287
361
  "articlePath": "/",
288
- "scriptPath": "/mediawiki/",
289
- "idString": {
290
- "regex": "([a-z-]{2,12})",
291
- "scriptPaths": [
292
- "https://$1.stardewvalleywiki.com/mediawiki/"
293
- ]
294
- }
362
+ "scriptPath": "/",
363
+ "fullScriptPath": "https://dmowiki.com/"
295
364
  },
296
365
  {
297
- "name": "poewiki.net",
298
- "regex": "((?:www\\.)?poewiki\\.net)",
366
+ "name": "dnd-wiki.org",
367
+ "regex": "(dnd-wiki\\.org)",
299
368
  "articlePath": "/wiki/",
300
369
  "scriptPath": "/w/",
301
- "fullScriptPath": "https://www.poewiki.net/w/"
370
+ "fullScriptPath": "https://dnd-wiki.org/w/"
302
371
  },
303
372
  {
304
- "name": "wiki.melvoridle.com",
305
- "regex": "(wiki\\.melvoridle\\.com)",
373
+ "name": "dragalialost.wiki",
374
+ "regex": "((?:www\\.)?dragalialost\\.wiki)",
306
375
  "articlePath": "/w/",
307
376
  "scriptPath": "/",
308
- "fullScriptPath": "https://wiki.melvoridle.com/"
377
+ "fullScriptPath": "https://dragalialost.wiki/",
378
+ "extensions": [
379
+ "Cargo"
380
+ ]
309
381
  },
310
382
  {
311
383
  "name": "dragdown.wiki",
@@ -320,86 +392,92 @@
320
392
  ]
321
393
  },
322
394
  {
323
- "name": "wikimon.net",
324
- "regex": "((?:www\\.)?wikimon\\.net)",
325
- "articlePath": "/",
326
- "scriptPath": "/",
327
- "fullScriptPath": "https://wikimon.net/"
395
+ "name": "dragon-mania-legends.wiki",
396
+ "regex": "((?:www\\.)?dragon-mania-legends\\.wiki)",
397
+ "articlePath": "/wiki/",
398
+ "scriptPath": "/w/",
399
+ "fullScriptPath": "https://www.dragon-mania-legends.wiki/w/"
328
400
  },
329
401
  {
330
- "name": "dubbingpedia.pl",
331
- "regex": "(dubbingpedia\\.pl)",
402
+ "name": "dragon-quest.org",
403
+ "regex": "((?:www\\.)?dragon-quest\\.org)",
332
404
  "articlePath": "/wiki/",
333
405
  "scriptPath": "/w/",
334
- "fullScriptPath": "https://dubbingpedia.pl/w/"
406
+ "fullScriptPath": "https://dragon-quest.org/w/"
335
407
  },
336
408
  {
337
- "name": "mediawiki.org",
338
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?mediawiki\\.org)",
339
- "articlePath": "/wiki/",
409
+ "name": "drawntolife.wiki",
410
+ "regex": "((?:www\\.)?drawntolife\\.wiki)",
411
+ "articlePath": "/en/",
340
412
  "scriptPath": "/w/",
341
- "idString": {
342
- "regex": "([a-z\\d-]{1,50})",
343
- "scriptPaths": [
344
- "https://$1.mediawiki.org/w/"
345
- ]
346
- },
347
- "wikiFarm": "wikimedia",
348
- "extensions": [
349
- "CentralAuth",
350
- "OAuth"
351
- ]
413
+ "fullScriptPath": "https://drawntolife.wiki/w/"
352
414
  },
353
415
  {
354
- "name": "zeldawiki.wiki",
355
- "regex": "(zeldawiki\\.wiki)",
416
+ "name": "dreamcancel.com",
417
+ "regex": "((?:www\\.)?dreamcancel\\.com)",
356
418
  "articlePath": "/wiki/",
357
419
  "scriptPath": "/w/",
358
- "fullScriptPath": "https://zeldawiki.wiki/w/",
420
+ "fullScriptPath": "https://dreamcancel.com/w/",
359
421
  "extensions": [
360
422
  "Cargo"
361
423
  ]
362
424
  },
363
425
  {
364
- "name": "bulbagarden.net",
365
- "regex": "((bulbapedia|archives|bulbanews)\\.bulbagarden\\.net)",
426
+ "name": "dsibrew.org",
427
+ "regex": "((?:www\\.)?dsibrew\\.org)",
366
428
  "articlePath": "/wiki/",
367
429
  "scriptPath": "/w/",
368
- "idString": {
369
- "regex": "(bulbapedia|archives|bulbanews)",
370
- "scriptPaths": [
371
- "https://$1.bulbagarden.net/w/"
372
- ]
373
- }
430
+ "fullScriptPath": "https://dsibrew.org/w/"
374
431
  },
375
432
  {
376
- "name": "nookipedia.com",
377
- "regex": "((?:www\\.)?nookipedia\\.com)",
433
+ "name": "dubbingpedia.pl",
434
+ "regex": "(dubbingpedia\\.pl)",
378
435
  "articlePath": "/wiki/",
379
436
  "scriptPath": "/w/",
380
- "fullScriptPath": "https://nookipedia.com/w/",
437
+ "fullScriptPath": "https://dubbingpedia.pl/w/"
438
+ },
439
+ {
440
+ "name": "dustloop.com",
441
+ "regex": "((?:www\\.)?dustloop\\.com)",
442
+ "articlePath": "/w/",
443
+ "scriptPath": "/wiki/",
444
+ "fullScriptPath": "https://www.dustloop.com/wiki/",
381
445
  "extensions": [
382
446
  "Cargo"
383
447
  ]
384
448
  },
385
449
  {
386
- "name": "runescape.wiki",
387
- "regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
388
- "articlePath": "/w/",
450
+ "name": "dwarffortresswiki.org",
451
+ "regex": "((?:www\\.)?dwarffortresswiki\\.org)",
452
+ "articlePath": "/index.php/",
389
453
  "scriptPath": "/",
454
+ "fullScriptPath": "https://dwarffortresswiki.org/"
455
+ },
456
+ {
457
+ "name": "eastwardwiki.com",
458
+ "regex": "((?:([a-z-]{2,12})\\.)?eastwardwiki\\.com)",
459
+ "articlePath": "/",
460
+ "scriptPath": "/mediawiki/",
390
461
  "idString": {
391
- "regex": "(classic|oldschool|pt|www)",
462
+ "regex": "([a-z-]{2,12})",
392
463
  "scriptPaths": [
393
- "https://$1.runescape.wiki/"
464
+ "https://$1.eastwardwiki.com/mediawiki/"
394
465
  ]
395
466
  }
396
467
  },
397
468
  {
398
- "name": "fallout.wiki",
399
- "regex": "(fallout\\.wiki)",
469
+ "name": "enpedia.rxy.jp",
470
+ "regex": "(enpedia\\.rxy\\.jp)",
400
471
  "articlePath": "/wiki/",
401
- "scriptPath": "/",
402
- "fullScriptPath": "https://fallout.wiki/"
472
+ "scriptPath": "/w/",
473
+ "fullScriptPath": "https://enpedia.rxy.jp/w/"
474
+ },
475
+ {
476
+ "name": "explainxkcd.com",
477
+ "regex": "((?:www\\.)?explainxkcd\\.com)",
478
+ "articlePath": "/wiki/index.php/",
479
+ "scriptPath": "/wiki/",
480
+ "fullScriptPath": "https://www.explainxkcd.com/wiki/"
403
481
  },
404
482
  {
405
483
  "name": "fallout-wiki.com",
@@ -409,48 +487,64 @@
409
487
  "fullScriptPath": "https://fallout-wiki.com/"
410
488
  },
411
489
  {
412
- "name": "ssbwiki.com",
413
- "regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
414
- "articlePath": "/",
490
+ "name": "fallout.wiki",
491
+ "regex": "(fallout\\.wiki)",
492
+ "articlePath": "/wiki/",
415
493
  "scriptPath": "/",
416
- "idString": {
417
- "regex": "(es|www)",
418
- "scriptPaths": [
419
- "https://$1.ssbwiki.com/"
420
- ]
421
- }
494
+ "fullScriptPath": "https://fallout.wiki/"
422
495
  },
423
496
  {
424
- "name": "betawiki.net",
425
- "regex": "((?:www\\.)?betawiki\\.net)",
426
- "articlePath": "/wiki/",
497
+ "name": "fandom.com",
498
+ "regex": "(([a-z\\d-]{1,50})\\.fandom\\.com(?:/(?!wiki)([a-z-]{2,12}))?)",
499
+ "articlePath": "/wiki/",
427
500
  "scriptPath": "/",
428
- "fullScriptPath": "https://betawiki.net/"
501
+ "idString": {
502
+ "regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
503
+ "scriptPaths": [
504
+ "https://$1.fandom.com/",
505
+ "https://$2.fandom.com/$1/"
506
+ ]
507
+ },
508
+ "wikiFarm": "fandom"
429
509
  },
430
510
  {
431
- "name": "wiki.arcaea.cn",
432
- "regex": "(wiki\\.arcaea\\.cn)",
433
- "articlePath": "/",
511
+ "name": "fatt.wiki",
512
+ "regex": "((?:www\\.)?fatt\\.wiki)",
513
+ "articlePath": "/view/",
514
+ "scriptPath": "/wiki/",
515
+ "fullScriptPath": "https://fatt.wiki/wiki/"
516
+ },
517
+ {
518
+ "name": "femiwiki.com",
519
+ "regex": "((?:www\\.)?femiwiki\\.com)",
520
+ "articlePath": "/w/",
434
521
  "scriptPath": "/",
435
- "fullScriptPath": "https://wiki.arcaea.cn/"
522
+ "fullScriptPath": "https://femiwiki.com/"
436
523
  },
437
524
  {
438
- "name": "wiktionary.org",
439
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wiktionary\\.org)",
525
+ "name": "finalfantasywiki.com",
526
+ "regex": "((?:www\\.)?finalfantasywiki\\.com)",
440
527
  "articlePath": "/wiki/",
441
528
  "scriptPath": "/w/",
442
- "idString": {
443
- "regex": "([a-z\\d-]{1,50})",
444
- "scriptPaths": [
445
- "https://$1.wiktionary.org/w/"
446
- ]
447
- },
448
- "wikiFarm": "wikimedia",
529
+ "fullScriptPath": "https://finalfantasywiki.com/w/"
530
+ },
531
+ {
532
+ "name": "fireemblemwiki.org",
533
+ "regex": "((?:www\\.)?fireemblemwiki\\.org)",
534
+ "articlePath": "/wiki/",
535
+ "scriptPath": "/w/",
536
+ "fullScriptPath": "https://fireemblemwiki.org/w/",
449
537
  "extensions": [
450
- "CentralAuth",
451
- "OAuth"
538
+ "Cargo"
452
539
  ]
453
540
  },
541
+ {
542
+ "name": "flyff-universe-wiki.com",
543
+ "regex": "(flyff-universe-wiki\\.com)",
544
+ "articlePath": "/wiki/",
545
+ "scriptPath": "/",
546
+ "fullScriptPath": "https://flyff-universe-wiki.com/"
547
+ },
454
548
  {
455
549
  "name": "gbf.wiki",
456
550
  "regex": "((?:www\\.)?gbf\\.wiki)",
@@ -462,165 +556,118 @@
462
556
  ]
463
557
  },
464
558
  {
465
- "name": "mariowiki.com",
466
- "regex": "((?:www\\.)?mariowiki\\.com)",
467
- "articlePath": "/",
468
- "scriptPath": "/",
469
- "fullScriptPath": "https://www.mariowiki.com/"
470
- },
471
- {
472
- "name": "jojowiki.com",
473
- "regex": "((?:www\\.)?jojowiki\\.com)",
559
+ "name": "glitchcity.wiki",
560
+ "regex": "((?:www\\.)?glitchcity\\.wiki)",
474
561
  "articlePath": "/",
475
562
  "scriptPath": "/",
476
- "fullScriptPath": "https://jojowiki.com/"
563
+ "fullScriptPath": "https://glitchcity.wiki/"
477
564
  },
478
565
  {
479
- "name": "femiwiki.com",
480
- "regex": "((?:www\\.)?femiwiki\\.com)",
481
- "articlePath": "/w/",
482
- "scriptPath": "/",
483
- "fullScriptPath": "https://femiwiki.com/"
566
+ "name": "goldensunwiki.net",
567
+ "regex": "((?:www\\.)?goldensunwiki\\.net)",
568
+ "articlePath": "/wiki/",
569
+ "scriptPath": "/w/",
570
+ "fullScriptPath": "https://goldensunwiki.net/w/"
484
571
  },
485
572
  {
486
- "name": "moegirl.org.cn",
487
- "regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
488
- "articlePath": "/",
489
- "scriptPath": "/",
573
+ "name": "grifkuba.net",
574
+ "regex": "((?:www\\.)?(?:(wiki)\\.)?grifkuba\\.net)",
575
+ "articlePath": "/wiki/",
576
+ "scriptPath": "/w/",
490
577
  "idString": {
491
- "regex": "([a-z-]{2,12})",
578
+ "regex": "(wiki|www)",
492
579
  "scriptPaths": [
493
- "https://$1.moegirl.org.cn/"
580
+ "https://$1.grifkuba.net/w/"
494
581
  ]
495
582
  }
496
583
  },
497
584
  {
498
- "name": "bg-wiki.com",
499
- "regex": "((?:www\\.)?bg-wiki\\.com)",
500
- "articlePath": "/ffxi/",
501
- "scriptPath": "/",
502
- "fullScriptPath": "https://www.bg-wiki.com/"
503
- },
504
- {
505
- "name": "wiki-aventurica.de",
506
- "regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
585
+ "name": "guildwars2.com",
586
+ "regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
507
587
  "articlePath": "/wiki/",
508
- "scriptPath": "/$2/",
588
+ "scriptPath": "/",
509
589
  "idString": {
510
- "regex": "([a-z-]{2,12})",
590
+ "regex": "(en|de|es|fr)",
511
591
  "scriptPaths": [
512
- "https://$1.wiki-aventurica.de/$1/"
592
+ "https://wiki-$1.guildwars2.com/"
513
593
  ]
514
- },
515
- "regexPaths": true
594
+ }
516
595
  },
517
596
  {
518
- "name": "wikimedia.org",
519
- "regex": "(([a-z\\d-]{1,50})\\.(?:m\\.)?wikimedia\\.org)",
597
+ "name": "guildwiki.de",
598
+ "regex": "((?:www\\.)?guildwiki\\.de)",
520
599
  "articlePath": "/wiki/",
521
- "scriptPath": "/w/",
522
- "idString": {
523
- "regex": "([a-z\\d-]{1,50})",
524
- "scriptPaths": [
525
- "https://$1.wikimedia.org/w/"
526
- ]
527
- },
528
- "wikiFarm": "wikimedia",
529
- "extensions": [
530
- "CentralAuth",
531
- "OAuth"
532
- ]
600
+ "scriptPath": "/gwiki/",
601
+ "fullScriptPath": "https://www.guildwiki.de/gwiki/"
533
602
  },
534
603
  {
535
- "name": "pzwiki.net",
536
- "regex": "((?:www\\.)?pzwiki\\.net)",
604
+ "name": "gwiki.fr",
605
+ "regex": "((?:www\\.)?gwiki\\.fr)",
537
606
  "articlePath": "/wiki/",
538
607
  "scriptPath": "/w/",
539
- "fullScriptPath": "https://pzwiki.net/w/"
608
+ "fullScriptPath": "https://www.gwiki.fr/w/"
540
609
  },
541
610
  {
542
- "name": "metin2.gameforge.com",
543
- "regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
544
- "articlePath": "/index.php/",
611
+ "name": "halopedia.org",
612
+ "regex": "((?:www\\.)?halopedia\\.org)",
613
+ "articlePath": "/",
545
614
  "scriptPath": "/",
546
- "idString": {
547
- "regex": "([a-z]{2})",
548
- "scriptPaths": [
549
- "https://$1-wiki.metin2.gameforge.com/"
550
- ]
551
- }
615
+ "fullScriptPath": "https://www.halopedia.org/"
552
616
  },
553
617
  {
554
- "name": "librewiki.net",
555
- "regex": "(librewiki\\.net)",
556
- "articlePath": "/wiki/",
618
+ "name": "happytreefriendswiki.com",
619
+ "regex": "((?:www\\.)?happytreefriendswiki\\.com)",
620
+ "articlePath": "/index.php/",
557
621
  "scriptPath": "/",
558
- "fullScriptPath": "https://librewiki.net/"
622
+ "fullScriptPath": "https://www.happytreefriendswiki.com/"
559
623
  },
560
624
  {
561
- "name": "wikirby.com",
562
- "regex": "((?:www\\.)?wikirby\\.com)",
563
- "articlePath": "/wiki/",
625
+ "name": "hiddenpalace.org",
626
+ "regex": "((?:www\\.)?hiddenpalace\\.org)",
627
+ "articlePath": "/",
564
628
  "scriptPath": "/w/",
565
- "fullScriptPath": "https://wikirby.com/w/"
566
- },
567
- {
568
- "name": "consolegameswiki.com",
569
- "regex": "((?:ffxiv\\.)?consolegameswiki\\.com)",
570
- "articlePath": "/wiki/",
571
- "scriptPath": "/mediawiki/",
572
- "fullScriptPath": "https://ffxiv.consolegameswiki.com/mediawiki/"
629
+ "fullScriptPath": "https://hiddenpalace.org/w/"
573
630
  },
574
631
  {
575
- "name": "dcmultiversewiki.com",
576
- "regex": "((?:www\\.)?dcmultiversewiki\\.com)",
632
+ "name": "huijiwiki.com",
633
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?huijiwiki\\.com)",
577
634
  "articlePath": "/wiki/",
578
- "scriptPath": "/w/",
579
- "fullScriptPath": "https://dcmultiversewiki.com/w/",
580
- "wikiFarm": "miraheze",
581
- "extensions": [
582
- "CentralAuth",
583
- "OAuth"
584
- ]
585
- },
586
- {
587
- "name": "wiki.forgeofempires.com",
588
- "regex": "((?:([a-z-]{2,12})\\.)?wiki\\.forgeofempires\\.com)",
589
- "articlePath": "/index.php?title=",
590
635
  "scriptPath": "/",
591
636
  "idString": {
592
- "regex": "([a-z-]{2,12})",
637
+ "regex": "([a-z\\d-]{1,50})",
593
638
  "scriptPaths": [
594
- "https://$1.wiki.forgeofempires.com/"
639
+ "https://$1.huijiwiki.com/"
595
640
  ]
596
- }
641
+ },
642
+ "wikiFarm": "huijiwiki"
597
643
  },
598
644
  {
599
- "name": "wikihow.com",
600
- "regex": "((?:www\\.)?wikihow\\.com)",
601
- "articlePath": "/",
645
+ "name": "incels.wiki",
646
+ "regex": "((?:www\\.)?incels\\.wiki)",
647
+ "articlePath": "/w/",
602
648
  "scriptPath": "/",
603
- "fullScriptPath": "https://www.wikihow.com/",
604
- "urlSpaceReplacement": "-"
649
+ "fullScriptPath": "https://incels.wiki/"
605
650
  },
606
651
  {
607
- "name": "rationalwiki.org",
608
- "regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
609
- "articlePath": "/wiki/",
610
- "scriptPath": "/w/",
611
- "idString": {
612
- "regex": "(ru|www)",
613
- "scriptPaths": [
614
- "https://$1.rationalwiki.org/w/"
615
- ]
616
- }
652
+ "name": "jojowiki.com",
653
+ "regex": "((?:www\\.)?jojowiki\\.com)",
654
+ "articlePath": "/",
655
+ "scriptPath": "/",
656
+ "fullScriptPath": "https://jojowiki.com/"
617
657
  },
618
658
  {
619
- "name": "wiki.factorio.com",
620
- "regex": "(wiki\\.factorio\\.com)",
659
+ "name": "khdatabase.com",
660
+ "regex": "((?:www\\.)?khdatabase\\.com)",
621
661
  "articlePath": "/",
622
662
  "scriptPath": "/",
623
- "fullScriptPath": "https://wiki.factorio.com/"
663
+ "fullScriptPath": "https://www.khdatabase.com/"
664
+ },
665
+ {
666
+ "name": "khuxwiki.com",
667
+ "regex": "((?:www\\.)?khuxwiki\\.com)",
668
+ "articlePath": "/wiki/",
669
+ "scriptPath": "/w/",
670
+ "fullScriptPath": "https://www.khuxwiki.com/w/"
624
671
  },
625
672
  {
626
673
  "name": "khwiki.com",
@@ -630,135 +677,152 @@
630
677
  "fullScriptPath": "https://www.khwiki.com/"
631
678
  },
632
679
  {
633
- "name": "revi.wiki",
634
- "regex": "(revi\\.wiki)",
680
+ "name": "kidicaruswiki.org",
681
+ "regex": "((?:www\\.)?kidicaruswiki\\.org)",
635
682
  "articlePath": "/wiki/",
636
683
  "scriptPath": "/w/",
637
- "fullScriptPath": "https://revi.wiki/w/",
638
- "wikiFarm": "miraheze",
639
- "extensions": [
640
- "CentralAuth",
641
- "OAuth"
642
- ]
684
+ "fullScriptPath": "https://www.kidicaruswiki.org/w/"
643
685
  },
644
686
  {
645
- "name": "explainxkcd.com",
646
- "regex": "((?:www\\.)?explainxkcd\\.com)",
647
- "articlePath": "/wiki/index.php/",
648
- "scriptPath": "/wiki/",
649
- "fullScriptPath": "https://www.explainxkcd.com/wiki/"
687
+ "name": "kontu.wiki",
688
+ "regex": "((?:www\\.)?kontu\\.wiki)",
689
+ "articlePath": "/",
690
+ "scriptPath": "/w/",
691
+ "fullScriptPath": "https://kontu.wiki/w/"
650
692
  },
651
693
  {
652
- "name": "wikibooks.org",
653
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikibooks\\.org)",
694
+ "name": "kovopedia.com",
695
+ "regex": "((?:www\\.)?kovopedia\\.com)",
654
696
  "articlePath": "/wiki/",
655
- "scriptPath": "/w/",
656
- "idString": {
657
- "regex": "([a-z\\d-]{1,50})",
658
- "scriptPaths": [
659
- "https://$1.wikibooks.org/w/"
660
- ]
661
- },
662
- "wikiFarm": "wikimedia",
697
+ "scriptPath": "/",
698
+ "fullScriptPath": "https://kovopedia.com/"
699
+ },
700
+ {
701
+ "name": "lagardedenuit.com",
702
+ "regex": "((?:www\\.)?lagardedenuit\\.com)",
703
+ "articlePath": "/wiki/index.php?title=",
704
+ "scriptPath": "/wiki/",
705
+ "fullScriptPath": "https://www.lagardedenuit.com/wiki/"
706
+ },
707
+ {
708
+ "name": "lain.wiki",
709
+ "regex": "((?:www\\.)?lain\\.wiki)",
710
+ "articlePath": "/wiki/",
711
+ "scriptPath": "/",
712
+ "fullScriptPath": "https://lain.wiki/"
713
+ },
714
+ {
715
+ "name": "lakeus.xyz",
716
+ "regex": "(lakeus\\.xyz)",
717
+ "articlePath": "/wiki/",
718
+ "scriptPath": "/",
719
+ "fullScriptPath": "https://lakeus.xyz/",
663
720
  "extensions": [
664
- "CentralAuth",
665
721
  "OAuth"
666
722
  ]
667
723
  },
668
724
  {
669
- "name": "wikisource.org",
670
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikisource\\.org)",
725
+ "name": "lexicanum.com",
726
+ "regex": "(([a-z\\d-]{1,50})\\.lexicanum\\.com)",
671
727
  "articlePath": "/wiki/",
672
- "scriptPath": "/w/",
728
+ "scriptPath": "/mediawiki/",
673
729
  "idString": {
674
730
  "regex": "([a-z\\d-]{1,50})",
675
731
  "scriptPaths": [
676
- "https://$1.wikisource.org/w/"
732
+ "https://$1.lexicanum.com/mediawiki/"
677
733
  ]
678
- },
679
- "wikiFarm": "wikimedia",
680
- "extensions": [
681
- "CentralAuth",
682
- "OAuth"
683
- ]
734
+ }
684
735
  },
685
736
  {
686
- "name": "wikidata.org",
687
- "regex": "((?:(test|www)\\.)?(?:m\\.)?wikidata\\.org)",
737
+ "name": "lgbtqia.wiki",
738
+ "regex": "((?:www\\.)?lgbtqia\\.wiki)",
688
739
  "articlePath": "/wiki/",
689
740
  "scriptPath": "/w/",
690
- "idString": {
691
- "regex": "(test|www)",
692
- "scriptPaths": [
693
- "https://$1.wikidata.org/w/"
694
- ]
695
- },
696
- "wikiFarm": "wikimedia",
741
+ "fullScriptPath": "https://www.lgbtqia.wiki/w/",
742
+ "wikiFarm": "miraheze",
697
743
  "extensions": [
698
744
  "CentralAuth",
699
745
  "OAuth"
700
746
  ]
701
747
  },
702
748
  {
703
- "name": "wikiversity.org",
704
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",
749
+ "name": "librewiki.net",
750
+ "regex": "(librewiki\\.net)",
705
751
  "articlePath": "/wiki/",
706
- "scriptPath": "/w/",
752
+ "scriptPath": "/",
753
+ "fullScriptPath": "https://librewiki.net/"
754
+ },
755
+ {
756
+ "name": "liquipedia.net",
757
+ "regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",
758
+ "articlePath": "/",
759
+ "scriptPath": "/",
707
760
  "idString": {
708
- "regex": "([a-z\\d-]{1,50})",
761
+ "regex": "([a-z\\d]{1,50})",
709
762
  "scriptPaths": [
710
- "https://$1.wikiversity.org/w/"
763
+ "https://liquipedia.net/$1/"
711
764
  ]
712
765
  },
713
- "wikiFarm": "wikimedia",
714
- "extensions": [
715
- "CentralAuth",
716
- "OAuth"
717
- ]
766
+ "note": "https://liquipedia.net/api-terms-of-use"
718
767
  },
719
768
  {
720
- "name": "wikiquote.org",
721
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiquote\\.org)",
769
+ "name": "lostmediawiki.com",
770
+ "regex": "((?:www\\.)?lostmediawiki\\.com)",
771
+ "articlePath": "/",
772
+ "scriptPath": "/",
773
+ "fullScriptPath": "https://lostmediawiki.com/"
774
+ },
775
+ {
776
+ "name": "lotro-wiki.com",
777
+ "regex": "((?:www\\.)?lotro-wiki\\.com)",
778
+ "articlePath": "/index.php/",
779
+ "scriptPath": "/",
780
+ "fullScriptPath": "https://lotro-wiki.com/"
781
+ },
782
+ {
783
+ "name": "love2d.org",
784
+ "regex": "((?:www\\.)?love2d\\.org)",
722
785
  "articlePath": "/wiki/",
723
786
  "scriptPath": "/w/",
724
- "idString": {
725
- "regex": "([a-z\\d-]{1,50})",
726
- "scriptPaths": [
727
- "https://$1.wikiquote.org/w/"
728
- ]
729
- },
730
- "wikiFarm": "wikimedia",
731
- "extensions": [
732
- "CentralAuth",
733
- "OAuth"
734
- ]
787
+ "fullScriptPath": "https://love2d.org/w/"
735
788
  },
736
789
  {
737
- "name": "wikinews.org",
738
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikinews\\.org)",
790
+ "name": "marcaargentea.net",
791
+ "regex": "((?:www\\.)?marcaargentea\\.net)",
792
+ "articlePath": "/wiki/index.php/",
793
+ "scriptPath": "/wiki/",
794
+ "fullScriptPath": "https://www.marcaargentea.net/wiki/"
795
+ },
796
+ {
797
+ "name": "mariowiki.com",
798
+ "regex": "((?:www\\.)?mariowiki\\.com)",
799
+ "articlePath": "/",
800
+ "scriptPath": "/",
801
+ "fullScriptPath": "https://www.mariowiki.com/"
802
+ },
803
+ {
804
+ "name": "mariowiki.it",
805
+ "regex": "((?:www\\.)?mariowiki\\.it)",
806
+ "articlePath": "/",
807
+ "scriptPath": "/",
808
+ "fullScriptPath": "https://www.mariowiki.it/"
809
+ },
810
+ {
811
+ "name": "mariowiki.net",
812
+ "regex": "((?:www\\.)?mariowiki\\.net)",
739
813
  "articlePath": "/wiki/",
740
814
  "scriptPath": "/w/",
741
- "idString": {
742
- "regex": "([a-z\\d-]{1,50})",
743
- "scriptPaths": [
744
- "https://$1.wikinews.org/w/"
745
- ]
746
- },
747
- "wikiFarm": "wikimedia",
748
- "extensions": [
749
- "CentralAuth",
750
- "OAuth"
751
- ]
815
+ "fullScriptPath": "https://mariowiki.net/w/"
752
816
  },
753
817
  {
754
- "name": "wikivoyage.org",
755
- "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikivoyage\\.org)",
818
+ "name": "mediawiki.org",
819
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?mediawiki\\.org)",
756
820
  "articlePath": "/wiki/",
757
821
  "scriptPath": "/w/",
758
822
  "idString": {
759
823
  "regex": "([a-z\\d-]{1,50})",
760
824
  "scriptPaths": [
761
- "https://$1.wikivoyage.org/w/"
825
+ "https://$1.mediawiki.org/w/"
762
826
  ]
763
827
  },
764
828
  "wikiFarm": "wikimedia",
@@ -767,26 +831,6 @@
767
831
  "OAuth"
768
832
  ]
769
833
  },
770
- {
771
- "name": "translatewiki.net",
772
- "regex": "(translatewiki\\.net)",
773
- "articlePath": "/wiki/",
774
- "scriptPath": "/w/",
775
- "fullScriptPath": "https://translatewiki.net/w/"
776
- },
777
- {
778
- "name": "wiki.biligame.com",
779
- "regex": "(wiki\\.biligame\\.com/([a-z\\d]{1,50}))",
780
- "articlePath": "/",
781
- "scriptPath": "/",
782
- "idString": {
783
- "regex": "([a-z\\d]{1,50})",
784
- "scriptPaths": [
785
- "https://wiki.biligame.com/$1/"
786
- ]
787
- },
788
- "wikiFarm": "biligame"
789
- },
790
834
  {
791
835
  "name": "metapedia.org",
792
836
  "regex": "(([a-z\\d-]{1,50})\\.metapedia\\.org)",
@@ -800,212 +844,192 @@
800
844
  }
801
845
  },
802
846
  {
803
- "name": "brickimedia.org",
804
- "regex": "(([a-z\\d-]{1,50})\\.brickimedia\\.org)",
805
- "articlePath": "/wiki/",
806
- "scriptPath": "/w/",
847
+ "name": "metin2.gameforge.com",
848
+ "regex": "(([a-z]{2})-wiki\\.metin2\\.gameforge\\.com)",
849
+ "articlePath": "/index.php/",
850
+ "scriptPath": "/",
807
851
  "idString": {
808
- "regex": "([a-z\\d-]{1,50})",
852
+ "regex": "([a-z]{2})",
809
853
  "scriptPaths": [
810
- "https://$1.brickimedia.org/w/"
854
+ "https://$1-wiki.metin2.gameforge.com/"
811
855
  ]
812
- },
813
- "wikiFarm": "shoutwiki"
856
+ }
814
857
  },
815
858
  {
816
- "name": "pcgamingwiki.com",
817
- "regex": "((?:www\\.)?pcgamingwiki.com)",
859
+ "name": "metroidwiki.org",
860
+ "regex": "((?:www\\.)?metroidwiki\\.org)",
818
861
  "articlePath": "/wiki/",
819
862
  "scriptPath": "/w/",
820
- "fullScriptPath": "https://www.pcgamingwiki.com/w/",
821
- "extensions": [
822
- "Cargo"
823
- ]
863
+ "fullScriptPath": "https://www.metroidwiki.org/w/"
824
864
  },
825
865
  {
826
- "name": "ddowiki.com",
827
- "regex": "((?:www\\.)?ddowiki\\.com)",
828
- "articlePath": "/page/",
866
+ "name": "micronations.wiki",
867
+ "regex": "((?:([a-z-]{2,12})\\.)?micronations\\.wiki)",
868
+ "articlePath": "/wiki/",
829
869
  "scriptPath": "/",
830
- "fullScriptPath": "https://ddowiki.com/"
870
+ "idString": {
871
+ "regex": "([a-z-]{2,12})",
872
+ "scriptPaths": [
873
+ "https://$1.micronations.wiki/"
874
+ ]
875
+ }
831
876
  },
832
877
  {
833
- "name": "pnpwiki.de",
834
- "regex": "((?:www\\.)?pnpwiki\\.de)",
878
+ "name": "miiwiki.org",
879
+ "regex": "((?:www\\.)?miiwiki\\.org)",
835
880
  "articlePath": "/wiki/",
836
881
  "scriptPath": "/w/",
837
- "fullScriptPath": "https://pnpwiki.de/w/"
838
- },
839
- {
840
- "name": "blaseball.wiki",
841
- "regex": "((?:www\\.)?blaseball\\.wiki)",
842
- "articlePath": "/w/",
843
- "scriptPath": "/",
844
- "fullScriptPath": "https://www.blaseball.wiki/"
882
+ "fullScriptPath": "https://miiwiki.org/w/"
845
883
  },
846
884
  {
847
- "name": "wiki.albiononline.com",
848
- "regex": "(wiki\\.albiononline\\.com)",
885
+ "name": "miki.community",
886
+ "regex": "((?:en\\.)?miki\\.community)",
849
887
  "articlePath": "/wiki/",
850
- "scriptPath": "/",
851
- "fullScriptPath": "https://wiki.albiononline.com/"
888
+ "scriptPath": "/w/",
889
+ "fullScriptPath": "https://en.miki.community/w/"
852
890
  },
853
891
  {
854
- "name": "atitd.wiki",
855
- "regex": "((?:www\\.)?atitd\\.wiki)",
856
- "articlePath": "/tale10/",
857
- "scriptPath": "/tale10/w/",
858
- "fullScriptPath": "https://atitd.wiki/tale10/w/",
859
- "extensions": [
860
- "Cargo"
861
- ]
892
+ "name": "minecove.net",
893
+ "regex": "((?:www\\.)?minecove\\.net)",
894
+ "articlePath": "/wiki/",
895
+ "scriptPath": "/w/",
896
+ "fullScriptPath": "https://minecove.net/w/"
862
897
  },
863
898
  {
864
- "name": "niwanetwork.org",
865
- "regex": "((?:www\\.)?niwanetwork\\.org)",
866
- "articlePath": "/wiki/",
899
+ "name": "miragerealms.co.uk",
900
+ "regex": "((?:www\\.)?miragerealms\\.co\\.uk)",
901
+ "articlePath": "/wiki/index.php/",
867
902
  "scriptPath": "/wiki/",
868
- "fullScriptPath": "https://niwanetwork.org/wiki/"
903
+ "fullScriptPath": "https://www.miragerealms.co.uk/wiki/"
869
904
  },
870
905
  {
871
- "name": "armswiki.org",
872
- "regex": "((?:www\\.)?armswiki\\.org)",
906
+ "name": "miraheze.org",
907
+ "regex": "(([a-z\\d-]{1,50})\\.miraheze\\.org)",
873
908
  "articlePath": "/wiki/",
874
909
  "scriptPath": "/w/",
875
- "fullScriptPath": "https://armswiki.org/w/"
910
+ "idString": {
911
+ "regex": "([a-z\\d-]{1,50})",
912
+ "scriptPaths": [
913
+ "https://$1.miraheze.org/w/"
914
+ ]
915
+ },
916
+ "wikiFarm": "miraheze",
917
+ "extensions": [
918
+ "CentralAuth",
919
+ "OAuth"
920
+ ]
876
921
  },
877
922
  {
878
- "name": "pokewiki.de",
879
- "regex": "((?:www\\.)?pokewiki\\.de)",
880
- "articlePath": "/",
881
- "scriptPath": "/",
882
- "fullScriptPath": "https://www.pokewiki.de/"
883
- },
884
- {
885
- "name": "wikidex.net",
886
- "regex": "((?:www\\.)?wikidex\\.net)",
887
- "articlePath": "/wiki/",
888
- "scriptPath": "/",
889
- "fullScriptPath": "https://www.wikidex.net/"
890
- },
891
- {
892
- "name": "pokepedia.fr",
893
- "regex": "((?:www\\.)?pokepedia\\.fr)",
894
- "articlePath": "/",
895
- "scriptPath": "/",
896
- "fullScriptPath": "https://www.pokepedia.fr/"
897
- },
898
- {
899
- "name": "wiki.pokemoncentral.it",
900
- "regex": "(wiki\\.pokemoncentral\\.it)",
923
+ "name": "moegirl.org.cn",
924
+ "regex": "(([a-z-]{2,12})\\.moegirl\\.org\\.cn)",
901
925
  "articlePath": "/",
902
926
  "scriptPath": "/",
903
- "fullScriptPath": "https://wiki.pokemoncentral.it/"
927
+ "idString": {
928
+ "regex": "([a-z-]{2,12})",
929
+ "scriptPaths": [
930
+ "https://$1.moegirl.org.cn/"
931
+ ]
932
+ }
904
933
  },
905
934
  {
906
- "name": "wiki.xn--rckteqa2e.com",
907
- "regex": "(wiki\\.xn--rckteqa2e\\.com)",
935
+ "name": "mrlove.wiki",
936
+ "regex": "(mrlove\\.wiki)",
908
937
  "articlePath": "/wiki/",
909
938
  "scriptPath": "/w/",
910
- "fullScriptPath": "https://wiki.xn--rckteqa2e.com/w/"
939
+ "fullScriptPath": "https://mrlove.wiki/w/",
940
+ "wikiFarm": "miraheze",
941
+ "extensions": [
942
+ "CentralAuth",
943
+ "OAuth"
944
+ ]
911
945
  },
912
946
  {
913
- "name": "wiki.ポケモン.com",
914
- "regex": "(wiki\\.ポケモン\\.com)",
947
+ "name": "mutecity.org",
948
+ "regex": "((?:www\\.)?mutecity\\.org)",
915
949
  "articlePath": "/wiki/",
916
950
  "scriptPath": "/w/",
917
- "fullScriptPath": "https://wiki.ポケモン.com/w/"
918
- },
919
- {
920
- "name": "wiki.52poke.com",
921
- "regex": "(wiki\\.52poke\\.com)",
922
- "articlePath": "/wiki/",
923
- "scriptPath": "/",
924
- "fullScriptPath": "https://wiki.52poke.com/"
925
- },
926
- {
927
- "name": "dragalialost.wiki",
928
- "regex": "((?:www\\.)?dragalialost\\.wiki)",
929
- "articlePath": "/w/",
930
- "scriptPath": "/",
931
- "fullScriptPath": "https://dragalialost.wiki/",
932
- "extensions": [
933
- "Cargo"
934
- ]
951
+ "fullScriptPath": "https://mutecity.org/w/"
935
952
  },
936
953
  {
937
- "name": "dragon-quest.org",
938
- "regex": "((?:www\\.)?dragon-quest\\.org)",
939
- "articlePath": "/wiki/",
954
+ "name": "newchallenger.net",
955
+ "regex": "((?:www\\.)?newchallenger\\.net)",
956
+ "articlePath": "/w/index.php?title=",
940
957
  "scriptPath": "/w/",
941
- "fullScriptPath": "https://dragon-quest.org/w/"
958
+ "fullScriptPath": "https://newchallenger.net/w/"
942
959
  },
943
960
  {
944
- "name": "wikidragonquest.fr",
945
- "regex": "((?:www\\.)?wikidragonquest\\.fr)",
946
- "articlePath": "/",
947
- "scriptPath": "/",
948
- "fullScriptPath": "https://wikidragonquest.fr/"
961
+ "name": "niwanetwork.org",
962
+ "regex": "((?:www\\.)?niwanetwork\\.org)",
963
+ "articlePath": "/wiki/",
964
+ "scriptPath": "/wiki/",
965
+ "fullScriptPath": "https://niwanetwork.org/wiki/"
949
966
  },
950
967
  {
951
- "name": "fireemblemwiki.org",
952
- "regex": "((?:www\\.)?fireemblemwiki\\.org)",
968
+ "name": "nookipedia.com",
969
+ "regex": "((?:www\\.)?nookipedia\\.com)",
953
970
  "articlePath": "/wiki/",
954
971
  "scriptPath": "/w/",
955
- "fullScriptPath": "https://fireemblemwiki.org/w/",
972
+ "fullScriptPath": "https://nookipedia.com/w/",
956
973
  "extensions": [
957
974
  "Cargo"
958
975
  ]
959
976
  },
960
977
  {
961
- "name": "mutecity.org",
962
- "regex": "((?:www\\.)?mutecity\\.org)",
963
- "articlePath": "/wiki/",
964
- "scriptPath": "/w/",
965
- "fullScriptPath": "https://mutecity.org/w/"
978
+ "name": "nuvapedia.fr",
979
+ "regex": "((?:www\\.)?nuvapedia\\.fr)",
980
+ "articlePath": "/index.php/",
981
+ "scriptPath": "/",
982
+ "fullScriptPath": "https://www.nuvapedia.fr/"
966
983
  },
967
984
  {
968
- "name": "goldensunwiki.net",
969
- "regex": "((?:www\\.)?goldensunwiki\\.net)",
985
+ "name": "old-games.ru",
986
+ "regex": "((?:www\\.)?old-games\\.ru)",
970
987
  "articlePath": "/wiki/",
971
- "scriptPath": "/w/",
972
- "fullScriptPath": "https://goldensunwiki.net/w/"
988
+ "scriptPath": "/wiki/",
989
+ "fullScriptPath": "https://www.old-games.ru/wiki/"
973
990
  },
974
991
  {
975
- "name": "kidicaruswiki.org",
976
- "regex": "((?:www\\.)?kidicaruswiki\\.org)",
977
- "articlePath": "/wiki/",
992
+ "name": "otherkin.wiki",
993
+ "regex": "((?:www\\.)?otherkin\\.wiki)",
994
+ "articlePath": "/o/",
978
995
  "scriptPath": "/w/",
979
- "fullScriptPath": "https://www.kidicaruswiki.org/w/"
996
+ "fullScriptPath": "https://otherkin.wiki/w/"
980
997
  },
981
998
  {
982
- "name": "splatoonwiki.org",
983
- "regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
984
- "articlePath": "/wiki/",
985
- "scriptPath": "/w/",
999
+ "name": "paradoxwikis.com",
1000
+ "regex": "(([a-z\\d-]{1,50})\\.paradoxwikis\\.com)",
1001
+ "articlePath": "/",
1002
+ "scriptPath": "/",
986
1003
  "idString": {
987
- "regex": "(es|fr|www)",
1004
+ "regex": "([a-z\\d-]{1,50})",
988
1005
  "scriptPaths": [
989
- "https://$1.splatoonwiki.org/w/"
1006
+ "https://$1.paradoxwikis.com/"
990
1007
  ]
991
- },
1008
+ }
1009
+ },
1010
+ {
1011
+ "name": "pcgamingwiki.com",
1012
+ "regex": "((?:www\\.)?pcgamingwiki.com)",
1013
+ "articlePath": "/wiki/",
1014
+ "scriptPath": "/w/",
1015
+ "fullScriptPath": "https://www.pcgamingwiki.com/w/",
992
1016
  "extensions": [
993
1017
  "Cargo"
994
1018
  ]
995
1019
  },
996
1020
  {
997
- "name": "starfoxwiki.info",
998
- "regex": "((?:www\\.)?starfoxwiki\\.info)",
1021
+ "name": "pidgi.net",
1022
+ "regex": "((?:www\\.)?pidgi\\.net)",
999
1023
  "articlePath": "/wiki/",
1000
- "scriptPath": "/w/",
1001
- "fullScriptPath": "https://starfoxwiki.info/w/"
1024
+ "scriptPath": "/wiki/",
1025
+ "fullScriptPath": "https://www.pidgi.net/wiki/"
1002
1026
  },
1003
1027
  {
1004
- "name": "metroidwiki.org",
1005
- "regex": "((?:www\\.)?metroidwiki\\.org)",
1028
+ "name": "pikminfanon.com",
1029
+ "regex": "((?:www\\.)?pikminfanon\\.com)",
1006
1030
  "articlePath": "/wiki/",
1007
1031
  "scriptPath": "/w/",
1008
- "fullScriptPath": "https://www.metroidwiki.org/w/"
1032
+ "fullScriptPath": "https://pikminfanon.com/w/"
1009
1033
  },
1010
1034
  {
1011
1035
  "name": "pikminwiki.com",
@@ -1015,170 +1039,257 @@
1015
1039
  "fullScriptPath": "https://www.pikminwiki.com/"
1016
1040
  },
1017
1041
  {
1018
- "name": "pikminfanon.com",
1019
- "regex": "((?:www\\.)?pikminfanon\\.com)",
1042
+ "name": "pixelmonmod.com",
1043
+ "regex": "((?:www\\.)?pixelmonmod\\.com)",
1020
1044
  "articlePath": "/wiki/",
1021
1045
  "scriptPath": "/w/",
1022
- "fullScriptPath": "https://pikminfanon.com/w/"
1046
+ "fullScriptPath": "https://pixelmonmod.com/w/"
1023
1047
  },
1024
1048
  {
1025
- "name": "starfywiki.org",
1026
- "regex": "((?:www\\.)?starfywiki\\.org)",
1049
+ "name": "place-wiki.stefanocoding.me",
1050
+ "regex": "(place-wiki\\.stefanocoding\\.me)",
1027
1051
  "articlePath": "/wiki/",
1028
1052
  "scriptPath": "/",
1029
- "fullScriptPath": "https://www.starfywiki.org/"
1053
+ "fullScriptPath": "https://place-wiki.stefanocoding.me/"
1030
1054
  },
1031
1055
  {
1032
- "name": "strategywiki.org",
1033
- "regex": "((?:www\\.)?strategywiki\\.org)",
1056
+ "name": "playstationdev.wiki",
1057
+ "regex": "((?:www\\.)?playstationdev\\.wiki/([a-z0-9]{1,50}))",
1058
+ "articlePath": "/index.php/",
1059
+ "scriptPath": "/",
1060
+ "idString": {
1061
+ "regex": "([a-z0-9]{1,50})",
1062
+ "scriptPaths": [
1063
+ "https://playstationdev.wiki/$1/"
1064
+ ]
1065
+ }
1066
+ },
1067
+ {
1068
+ "name": "pluralpedia.org",
1069
+ "regex": "((?:www\\.)?pluralpedia\\.org)",
1070
+ "articlePath": "/w/",
1071
+ "scriptPath": "/",
1072
+ "fullScriptPath": "https://pluralpedia.org/"
1073
+ },
1074
+ {
1075
+ "name": "pnpwiki.de",
1076
+ "regex": "((?:www\\.)?pnpwiki\\.de)",
1034
1077
  "articlePath": "/wiki/",
1035
1078
  "scriptPath": "/w/",
1036
- "fullScriptPath": "https://strategywiki.org/w/"
1079
+ "fullScriptPath": "https://pnpwiki.de/w/"
1037
1080
  },
1038
1081
  {
1039
- "name": "mariowiki.net",
1040
- "regex": "((?:www\\.)?mariowiki\\.net)",
1082
+ "name": "poewiki.net",
1083
+ "regex": "((?:www\\.)?poewiki\\.net)",
1041
1084
  "articlePath": "/wiki/",
1042
1085
  "scriptPath": "/w/",
1043
- "fullScriptPath": "https://mariowiki.net/w/"
1086
+ "fullScriptPath": "https://www.poewiki.net/w/"
1044
1087
  },
1045
1088
  {
1046
- "name": "mariowiki.it",
1047
- "regex": "((?:www\\.)?mariowiki\\.it)",
1089
+ "name": "pokepedia.fr",
1090
+ "regex": "((?:www\\.)?pokepedia\\.fr)",
1048
1091
  "articlePath": "/",
1049
1092
  "scriptPath": "/",
1050
- "fullScriptPath": "https://www.mariowiki.it/"
1093
+ "fullScriptPath": "https://www.pokepedia.fr/"
1051
1094
  },
1052
1095
  {
1053
- "name": "ukikipedia.net",
1054
- "regex": "((?:www\\.)?ukikipedia\\.net)",
1055
- "articlePath": "/wiki/",
1056
- "scriptPath": "/mediawiki/",
1057
- "fullScriptPath": "https://ukikipedia.net/mediawiki/"
1096
+ "name": "pokewiki.de",
1097
+ "regex": "((?:www\\.)?pokewiki\\.de)",
1098
+ "articlePath": "/",
1099
+ "scriptPath": "/",
1100
+ "fullScriptPath": "https://www.pokewiki.de/"
1058
1101
  },
1059
1102
  {
1060
- "name": "warswiki.org",
1061
- "regex": "((?:www\\.)?warswiki\\.org)",
1103
+ "name": "polandballwiki.com",
1104
+ "regex": "((?:([a-z-]{2,12})\\.)?polandballwiki\\.com)",
1062
1105
  "articlePath": "/wiki/",
1063
1106
  "scriptPath": "/w/",
1064
- "fullScriptPath": "https://warswiki.org/w/"
1107
+ "idString": {
1108
+ "regex": "([a-z-]{2,12})",
1109
+ "scriptPaths": [
1110
+ "https://$1.polandballwiki.com/w/"
1111
+ ]
1112
+ },
1113
+ "wikiFarm": "miraheze",
1114
+ "extensions": [
1115
+ "CentralAuth",
1116
+ "OAuth"
1117
+ ]
1065
1118
  },
1066
1119
  {
1067
- "name": "wikibound.info",
1068
- "regex": "((?:(it|www)\\.)?wikibound\\.info)",
1069
- "articlePath": "/wiki/",
1070
- "scriptPath": "/w/",
1120
+ "name": "psdevwiki.com",
1121
+ "regex": "((?:www\\.)?psdevwiki\\.com/([a-z0-9]{1,50}))",
1122
+ "articlePath": "/",
1123
+ "scriptPath": "/",
1071
1124
  "idString": {
1072
- "regex": "(it|www)",
1125
+ "regex": "([a-z0-9]{1,50})",
1073
1126
  "scriptPaths": [
1074
- "https://$1.wikibound.info/w/"
1127
+ "https://www.psdevwiki.com/$1/"
1075
1128
  ]
1076
1129
  }
1077
1130
  },
1078
1131
  {
1079
- "name": "xenoserieswiki.org",
1080
- "regex": "((?:www\\.)?xenoserieswiki\\.org)",
1081
- "articlePath": "/wiki/",
1082
- "scriptPath": "/w/",
1083
- "fullScriptPath": "https://www.xenoserieswiki.org/w/"
1132
+ "name": "psp2i.wiki",
1133
+ "regex": "((?:www\\.)?psp2i\\.wiki)",
1134
+ "articlePath": "/w/",
1135
+ "scriptPath": "/",
1136
+ "fullScriptPath": "https://psp2i.wiki/"
1084
1137
  },
1085
1138
  {
1086
- "name": "xenopedia.it",
1087
- "regex": "((?:www\\.)?xenopedia\\.it)",
1088
- "articlePath": "/",
1089
- "scriptPath": "/",
1090
- "fullScriptPath": "https://www.xenopedia.it/"
1139
+ "name": "psu-clementine.net",
1140
+ "regex": "((?:www\\.)?psu-clementine\\.net)",
1141
+ "articlePath": "/wiki/index.php/",
1142
+ "scriptPath": "/wiki/",
1143
+ "fullScriptPath": "https://psu-clementine.net/wiki/"
1091
1144
  },
1092
1145
  {
1093
- "name": "zeldapendium.de",
1094
- "regex": "((?:www\\.)?zeldapendium\\.de)",
1146
+ "name": "pzwiki.net",
1147
+ "regex": "((?:www\\.)?pzwiki\\.net)",
1095
1148
  "articlePath": "/wiki/",
1096
1149
  "scriptPath": "/w/",
1097
- "fullScriptPath": "https://www.zeldapendium.de/w/"
1150
+ "fullScriptPath": "https://pzwiki.net/w/"
1098
1151
  },
1099
1152
  {
1100
- "name": "chronowiki.org",
1101
- "regex": "((?:www\\.)?chronowiki\\.org)",
1153
+ "name": "quelmarwiki.com",
1154
+ "regex": "(quelmarwiki\\.com)",
1102
1155
  "articlePath": "/wiki/",
1103
- "scriptPath": "/w/",
1104
- "fullScriptPath": "https://www.chronowiki.org/w/"
1156
+ "scriptPath": "/",
1157
+ "fullScriptPath": "https://quelmarwiki.com/"
1105
1158
  },
1106
1159
  {
1107
- "name": "finalfantasywiki.com",
1108
- "regex": "((?:www\\.)?finalfantasywiki\\.com)",
1160
+ "name": "rarewiki.com",
1161
+ "regex": "((?:www\\.)?rarewiki\\.com)",
1109
1162
  "articlePath": "/wiki/",
1110
1163
  "scriptPath": "/w/",
1111
- "fullScriptPath": "https://finalfantasywiki.com/w/"
1164
+ "fullScriptPath": "https://rarewiki.com/w/"
1112
1165
  },
1113
1166
  {
1114
- "name": "miiwiki.org",
1115
- "regex": "((?:www\\.)?miiwiki\\.org)",
1167
+ "name": "rationalwiki.org",
1168
+ "regex": "((?:www\\.)?(?:(ru)\\.)?rationalwiki\\.org)",
1116
1169
  "articlePath": "/wiki/",
1117
1170
  "scriptPath": "/w/",
1118
- "fullScriptPath": "https://miiwiki.org/w/"
1171
+ "idString": {
1172
+ "regex": "(ru|www)",
1173
+ "scriptPaths": [
1174
+ "https://$1.rationalwiki.org/w/"
1175
+ ]
1176
+ }
1119
1177
  },
1120
1178
  {
1121
- "name": "banjokazooiewiki.com",
1122
- "regex": "((?:www\\.)?banjokazooiewiki\\.com)",
1123
- "articlePath": "/wiki/",
1124
- "scriptPath": "/w/",
1125
- "fullScriptPath": "https://banjokazooiewiki.com/w/"
1179
+ "name": "raymanpc.com",
1180
+ "regex": "((?:www\\.)?raymanpc\\.com)/(?:wiki/)?(?:script\\-)?([a-z-]{2,12})",
1181
+ "articlePath": "/wiki/$2/",
1182
+ "scriptPath": "/wiki/script-$2/",
1183
+ "idString": {
1184
+ "regex": "([a-z-]{2,12})",
1185
+ "scriptPaths": [
1186
+ "https://raymanpc.com/wiki/script-$1/"
1187
+ ]
1188
+ },
1189
+ "regexPaths": true
1126
1190
  },
1127
1191
  {
1128
- "name": "conkerwiki.com",
1129
- "regex": "((?:www\\.)?conkerwiki\\.com)",
1192
+ "name": "rct.wiki",
1193
+ "regex": "(rct\\.wiki)",
1130
1194
  "articlePath": "/wiki/",
1131
1195
  "scriptPath": "/w/",
1132
- "fullScriptPath": "https://conkerwiki.com/w/"
1196
+ "fullScriptPath": "https://rct.wiki/w/",
1197
+ "wikiFarm": "miraheze",
1198
+ "extensions": [
1199
+ "CentralAuth",
1200
+ "OAuth"
1201
+ ]
1133
1202
  },
1134
1203
  {
1135
- "name": "crashbandicootwiki.com",
1136
- "regex": "((?:www\\.)?crashbandicootwiki\\.com)",
1204
+ "name": "revi.wiki",
1205
+ "regex": "(revi\\.wiki)",
1137
1206
  "articlePath": "/wiki/",
1138
1207
  "scriptPath": "/w/",
1139
- "fullScriptPath": "https://crashbandicootwiki.com/w/"
1208
+ "fullScriptPath": "https://revi.wiki/w/",
1209
+ "wikiFarm": "miraheze",
1210
+ "extensions": [
1211
+ "CentralAuth",
1212
+ "OAuth"
1213
+ ]
1140
1214
  },
1141
1215
  {
1142
- "name": "spyrowiki.com",
1143
- "regex": "((?:www\\.)?spyrowiki\\.com)",
1144
- "articlePath": "/wiki/",
1145
- "scriptPath": "/w/",
1146
- "fullScriptPath": "https://spyrowiki.com/w/"
1216
+ "name": "runescape.wiki",
1217
+ "regex": "((?:(classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
1218
+ "articlePath": "/w/",
1219
+ "scriptPath": "/",
1220
+ "idString": {
1221
+ "regex": "(classic|oldschool|pt|www)",
1222
+ "scriptPaths": [
1223
+ "https://$1.runescape.wiki/"
1224
+ ]
1225
+ }
1147
1226
  },
1148
1227
  {
1149
- "name": "triforcewiki.com",
1150
- "regex": "((?:www\\.)?triforcewiki\\.com)",
1228
+ "name": "sanriowiki.com",
1229
+ "regex": "((?:www\\.)?sanriowiki\\.com)",
1151
1230
  "articlePath": "/wiki/",
1152
1231
  "scriptPath": "/w/",
1153
- "fullScriptPath": "https://triforcewiki.com/w/"
1232
+ "fullScriptPath": "https://sanriowiki.com/w/"
1154
1233
  },
1155
1234
  {
1156
- "name": "wikiofmana.com",
1157
- "regex": "((?:www\\.)?wikiofmana\\.com)",
1235
+ "name": "scoutwiki.org",
1236
+ "regex": "((?:([a-z-]{2,12})\\.)scoutwiki\\.org)",
1237
+ "articlePath": "/",
1238
+ "scriptPath": "/",
1239
+ "idString": {
1240
+ "regex": "([a-z-]{2,12})",
1241
+ "scriptPaths": [
1242
+ "https://$1.scoutwiki.org/"
1243
+ ]
1244
+ }
1245
+ },
1246
+ {
1247
+ "name": "scratch-wiki.info",
1248
+ "regex": "((?:([a-z-]{2,12})\\.)scratch-wiki\\.info)",
1158
1249
  "articlePath": "/wiki/",
1159
1250
  "scriptPath": "/w/",
1160
- "fullScriptPath": "https://wikiofmana.com/w/"
1251
+ "idString": {
1252
+ "regex": "([a-z-]{2,12})",
1253
+ "scriptPaths": [
1254
+ "https://$1.scratch-wiki.info/w/"
1255
+ ]
1256
+ }
1161
1257
  },
1162
1258
  {
1163
- "name": "rarewiki.com",
1164
- "regex": "((?:www\\.)?rarewiki\\.com)",
1259
+ "name": "semantic-mediawiki.org",
1260
+ "regex": "((?:www\\.)?semantic-mediawiki\\.org)",
1165
1261
  "articlePath": "/wiki/",
1166
1262
  "scriptPath": "/w/",
1167
- "fullScriptPath": "https://rarewiki.com/w/"
1263
+ "fullScriptPath": "https://www.semantic-mediawiki.org/w/"
1168
1264
  },
1169
1265
  {
1170
- "name": "arthurwiki.com",
1171
- "regex": "((?:www\\.)?arthurwiki\\.com)",
1266
+ "name": "simpsonspedia.net",
1267
+ "regex": "(simpsonspedia\\.net)",
1268
+ "articlePath": "/index.php?title=",
1269
+ "scriptPath": "/",
1270
+ "fullScriptPath": "https://simpsonspedia.net/"
1271
+ },
1272
+ {
1273
+ "name": "sindenwiki.org",
1274
+ "regex": "((?:www\\.)?sindenwiki\\.org)",
1172
1275
  "articlePath": "/wiki/",
1173
- "scriptPath": "/w/",
1174
- "fullScriptPath": "https://arthurwiki.com/w/"
1276
+ "scriptPath": "/",
1277
+ "fullScriptPath": "https://www.sindenwiki.org/"
1175
1278
  },
1176
1279
  {
1177
- "name": "sanriowiki.com",
1178
- "regex": "((?:www\\.)?sanriowiki\\.com)",
1280
+ "name": "splatoonwiki.org",
1281
+ "regex": "((?:(es|fr|www)\\.)?splatoonwiki\\.org)",
1179
1282
  "articlePath": "/wiki/",
1180
1283
  "scriptPath": "/w/",
1181
- "fullScriptPath": "https://sanriowiki.com/w/"
1284
+ "idString": {
1285
+ "regex": "(es|fr|www)",
1286
+ "scriptPaths": [
1287
+ "https://$1.splatoonwiki.org/w/"
1288
+ ]
1289
+ },
1290
+ "extensions": [
1291
+ "Cargo"
1292
+ ]
1182
1293
  },
1183
1294
  {
1184
1295
  "name": "spongebobwiki.org",
@@ -1188,103 +1299,98 @@
1188
1299
  "fullScriptPath": "https://spongebobwiki.org/w/"
1189
1300
  },
1190
1301
  {
1191
- "name": "wimpykidwiki.com",
1192
- "regex": "((?:www\\.)?wimpykidwiki\\.com)",
1302
+ "name": "spyrowiki.com",
1303
+ "regex": "((?:www\\.)?spyrowiki\\.com)",
1193
1304
  "articlePath": "/wiki/",
1194
1305
  "scriptPath": "/w/",
1195
- "fullScriptPath": "https://wimpykidwiki.com/w/"
1306
+ "fullScriptPath": "https://spyrowiki.com/w/"
1196
1307
  },
1197
1308
  {
1198
- "name": "zeldadungeon.net",
1199
- "regex": "((?:www\\.)?zeldadungeon\\.net)",
1200
- "articlePath": "/wiki/",
1201
- "scriptPath": "/wiki/",
1202
- "fullScriptPath": "https://www.zeldadungeon.net/wiki/"
1309
+ "name": "ssbwiki.com",
1310
+ "regex": "((?:(es|www)\\.)?ssbwiki\\.com)",
1311
+ "articlePath": "/",
1312
+ "scriptPath": "/",
1313
+ "idString": {
1314
+ "regex": "(es|www)",
1315
+ "scriptPaths": [
1316
+ "https://$1.ssbwiki.com/"
1317
+ ]
1318
+ }
1203
1319
  },
1204
1320
  {
1205
- "name": "lakeus.xyz",
1206
- "regex": "(lakeus\\.xyz)",
1207
- "articlePath": "/wiki/",
1321
+ "name": "star-citizen.wiki",
1322
+ "regex": "((?:www\\.)?star-citizen\\.wiki)",
1323
+ "articlePath": "/",
1208
1324
  "scriptPath": "/",
1209
- "fullScriptPath": "https://lakeus.xyz/",
1210
- "extensions": [
1211
- "OAuth"
1212
- ]
1325
+ "fullScriptPath": "https://star-citizen.wiki/"
1213
1326
  },
1214
1327
  {
1215
- "name": "destinypedia.com",
1216
- "regex": "((?:www\\.)?destinypedia\\.com)",
1328
+ "name": "starcitizen.tools",
1329
+ "regex": "((?:www\\.)?starcitizen\\.tools)",
1217
1330
  "articlePath": "/",
1218
1331
  "scriptPath": "/",
1219
- "fullScriptPath": "https://www.destinypedia.com/"
1332
+ "fullScriptPath": "https://starcitizen.tools/"
1220
1333
  },
1221
1334
  {
1222
- "name": "grifkuba.net",
1223
- "regex": "((?:www\\.)?(?:(wiki)\\.)?grifkuba\\.net)",
1224
- "articlePath": "/wiki/",
1225
- "scriptPath": "/w/",
1335
+ "name": "stardewvalleywiki.com",
1336
+ "regex": "((?:([a-z-]{2,12})\\.)?stardewvalleywiki\\.com)",
1337
+ "articlePath": "/",
1338
+ "scriptPath": "/mediawiki/",
1226
1339
  "idString": {
1227
- "regex": "(wiki|www)",
1340
+ "regex": "([a-z-]{2,12})",
1228
1341
  "scriptPaths": [
1229
- "https://$1.grifkuba.net/w/"
1342
+ "https://$1.stardewvalleywiki.com/mediawiki/"
1230
1343
  ]
1231
1344
  }
1232
1345
  },
1233
1346
  {
1234
- "name": "wiki.teamfortress.com",
1235
- "regex": "(wiki\\.teamfortress\\.com)",
1347
+ "name": "starfoxwiki.info",
1348
+ "regex": "((?:www\\.)?starfoxwiki\\.info)",
1236
1349
  "articlePath": "/wiki/",
1237
1350
  "scriptPath": "/w/",
1238
- "fullScriptPath": "https://wiki.teamfortress.com/w/"
1351
+ "fullScriptPath": "https://starfoxwiki.info/w/"
1239
1352
  },
1240
1353
  {
1241
- "name": "lain.wiki",
1242
- "regex": "((?:www\\.)?lain\\.wiki)",
1354
+ "name": "starfywiki.org",
1355
+ "regex": "((?:www\\.)?starfywiki\\.org)",
1243
1356
  "articlePath": "/wiki/",
1244
1357
  "scriptPath": "/",
1245
- "fullScriptPath": "https://lain.wiki/"
1246
- },
1247
- {
1248
- "name": "khuxwiki.com",
1249
- "regex": "((?:www\\.)?khuxwiki\\.com)",
1250
- "articlePath": "/wiki/",
1251
- "scriptPath": "/w/",
1252
- "fullScriptPath": "https://www.khuxwiki.com/w/"
1358
+ "fullScriptPath": "https://www.starfywiki.org/"
1253
1359
  },
1254
1360
  {
1255
- "name": "khdatabase.com",
1256
- "regex": "((?:www\\.)?khdatabase\\.com)",
1361
+ "name": "starmancerwiki.com",
1362
+ "regex": "((?:www\\.)?starmancerwiki\\.com)",
1257
1363
  "articlePath": "/",
1258
- "scriptPath": "/",
1259
- "fullScriptPath": "https://www.khdatabase.com/"
1364
+ "scriptPath": "/mediawiki/",
1365
+ "fullScriptPath": "https://starmancerwiki.com/mediawiki/"
1260
1366
  },
1261
1367
  {
1262
- "name": "wiki.halo.fr",
1263
- "regex": "(wiki\\.halo\\.fr)",
1264
- "articlePath": "/",
1265
- "scriptPath": "/",
1266
- "fullScriptPath": "https://wiki.halo.fr/"
1368
+ "name": "stowiki.net",
1369
+ "regex": "((?:www\\.)?stowiki\\.net)",
1370
+ "articlePath": "/wiki/",
1371
+ "scriptPath": "/w/",
1372
+ "fullScriptPath": "https://stowiki.net/w/"
1267
1373
  },
1268
1374
  {
1269
- "name": "wiki.therofl98.co",
1270
- "regex": "(wiki\\.therofl98\\.co)",
1375
+ "name": "strategywiki.org",
1376
+ "regex": "((?:www\\.)?strategywiki\\.org)",
1271
1377
  "articlePath": "/wiki/",
1272
1378
  "scriptPath": "/w/",
1273
- "fullScriptPath": "https://wiki.therofl98.co/w/"
1379
+ "fullScriptPath": "https://strategywiki.org/w/"
1274
1380
  },
1275
1381
  {
1276
- "name": "yugipedia.com",
1277
- "regex": "((?:www\\.)?yugipedia\\.com)",
1382
+ "name": "sttwiki.org",
1383
+ "regex": "((?:www\\.)?sttwiki\\.org)",
1278
1384
  "articlePath": "/wiki/",
1279
1385
  "scriptPath": "/",
1280
- "fullScriptPath": "https://yugipedia.com/"
1386
+ "fullScriptPath": "https://sttwiki.org/"
1281
1387
  },
1282
1388
  {
1283
- "name": "amiibopedia.com",
1284
- "regex": "((?:es\\.)?amiibopedia\\.com)",
1389
+ "name": "switchbrew.org",
1390
+ "regex": "((?:www\\.)?switchbrew\\.org)",
1285
1391
  "articlePath": "/wiki/",
1286
- "scriptPath": "/",
1287
- "fullScriptPath": "https://es.amiibopedia.com/"
1392
+ "scriptPath": "/w/",
1393
+ "fullScriptPath": "https://switchbrew.org/w/"
1288
1394
  },
1289
1395
  {
1290
1396
  "name": "tcrf.net",
@@ -1294,17 +1400,11 @@
1294
1400
  "fullScriptPath": "https://tcrf.net/"
1295
1401
  },
1296
1402
  {
1297
- "name": "raymanpc.com",
1298
- "regex": "((?:www\\.)?raymanpc\\.com)/(?:wiki/)?(?:script\\-)?([a-z-]{2,12})",
1299
- "articlePath": "/wiki/$2/",
1300
- "scriptPath": "/wiki/script-$2/",
1301
- "idString": {
1302
- "regex": "([a-z-]{2,12})",
1303
- "scriptPaths": [
1304
- "https://raymanpc.com/wiki/script-$1/"
1305
- ]
1306
- },
1307
- "regexPaths": true
1403
+ "name": "thecyclefrontier.wiki",
1404
+ "regex": "((?:www\\.)?thecyclefrontier\\.wiki)",
1405
+ "articlePath": "/wiki/",
1406
+ "scriptPath": "/w/",
1407
+ "fullScriptPath": "https://thecyclefrontier.wiki/w/"
1308
1408
  },
1309
1409
  {
1310
1410
  "name": "theinfosphere.org",
@@ -1314,63 +1414,37 @@
1314
1414
  "fullScriptPath": "https://theinfosphere.org/"
1315
1415
  },
1316
1416
  {
1317
- "name": "simpsonspedia.net",
1318
- "regex": "(simpsonspedia\\.net)",
1319
- "articlePath": "/index.php?title=",
1320
- "scriptPath": "/",
1321
- "fullScriptPath": "https://simpsonspedia.net/"
1417
+ "name": "timespinnerwiki.com",
1418
+ "regex": "((?:www\\.)?timespinnerwiki\\.com)",
1419
+ "articlePath": "/",
1420
+ "scriptPath": "/mediawiki/",
1421
+ "fullScriptPath": "https://timespinnerwiki.com/mediawiki/"
1322
1422
  },
1323
1423
  {
1324
- "name": "banglapedia.org",
1325
- "regex": "((en|bn)\\.banglapedia\\.org)",
1326
- "articlePath": "/index.php/",
1327
- "scriptPath": "/",
1424
+ "name": "tockdom.com",
1425
+ "regex": "((?:(mk8|wiki|www)\\.)?tockdom\\.com)",
1426
+ "articlePath": "/wiki/",
1427
+ "scriptPath": "/w/",
1328
1428
  "idString": {
1329
- "regex": "(en|bn)",
1429
+ "regex": "(mk8|wiki|www)",
1330
1430
  "scriptPaths": [
1331
- "https://$1.banglapedia.org/"
1431
+ "https://$1.tockdom.com/w/"
1332
1432
  ]
1333
1433
  }
1334
1434
  },
1335
1435
  {
1336
- "name": "semantic-mediawiki.org",
1337
- "regex": "((?:www\\.)?semantic-mediawiki\\.org)",
1338
- "articlePath": "/wiki/",
1339
- "scriptPath": "/w/",
1340
- "fullScriptPath": "https://www.semantic-mediawiki.org/w/"
1341
- },
1342
- {
1343
- "name": "wikizilla.org",
1344
- "regex": "((?:www\\.)?wikizilla\\.org)",
1436
+ "name": "tolkiengateway.net",
1437
+ "regex": "((?:www\\.)?tolkiengateway\\.net)",
1345
1438
  "articlePath": "/wiki/",
1346
1439
  "scriptPath": "/w/",
1347
- "fullScriptPath": "https://wikizilla.org/w/"
1440
+ "fullScriptPath": "https://tolkiengateway.net/w/"
1348
1441
  },
1349
1442
  {
1350
- "name": "wiki.gentoo.org",
1351
- "regex": "(wiki\\.gentoo\\.org)",
1443
+ "name": "tot.wiki",
1444
+ "regex": "((?:www\\.)?tot\\.wiki)",
1352
1445
  "articlePath": "/wiki/",
1353
1446
  "scriptPath": "/",
1354
- "fullScriptPath": "https://wiki.gentoo.org/"
1355
- },
1356
- {
1357
- "name": "pidgi.net",
1358
- "regex": "((?:www\\.)?pidgi\\.net)",
1359
- "articlePath": "/wiki/",
1360
- "scriptPath": "/wiki/",
1361
- "fullScriptPath": "https://www.pidgi.net/wiki/"
1362
- },
1363
- {
1364
- "name": "rct.wiki",
1365
- "regex": "(rct\\.wiki)",
1366
- "articlePath": "/wiki/",
1367
- "scriptPath": "/w/",
1368
- "fullScriptPath": "https://rct.wiki/w/",
1369
- "wikiFarm": "miraheze",
1370
- "extensions": [
1371
- "CentralAuth",
1372
- "OAuth"
1373
- ]
1447
+ "fullScriptPath": "https://tot.wiki/"
1374
1448
  },
1375
1449
  {
1376
1450
  "name": "touhouwiki.net",
@@ -1385,16 +1459,32 @@
1385
1459
  }
1386
1460
  },
1387
1461
  {
1388
- "name": "tockdom.com",
1389
- "regex": "((?:(mk8|wiki|www)\\.)?tockdom\\.com)",
1462
+ "name": "toweroffantasy.wiki",
1463
+ "regex": "((?:www\\.)?toweroffantasy\\.wiki)",
1464
+ "articlePath": "/w/",
1465
+ "scriptPath": "/",
1466
+ "fullScriptPath": "https://toweroffantasy.wiki/"
1467
+ },
1468
+ {
1469
+ "name": "translatewiki.net",
1470
+ "regex": "(translatewiki\\.net)",
1390
1471
  "articlePath": "/wiki/",
1391
1472
  "scriptPath": "/w/",
1392
- "idString": {
1393
- "regex": "(mk8|wiki|www)",
1394
- "scriptPaths": [
1395
- "https://$1.tockdom.com/w/"
1396
- ]
1397
- }
1473
+ "fullScriptPath": "https://translatewiki.net/w/"
1474
+ },
1475
+ {
1476
+ "name": "transminecraft.gay",
1477
+ "regex": "((?:www\\.)?transminecraft\\.gay)",
1478
+ "articlePath": "/wiki/",
1479
+ "scriptPath": "/w/",
1480
+ "fullScriptPath": "https://transminecraft.gay/w/"
1481
+ },
1482
+ {
1483
+ "name": "triforcewiki.com",
1484
+ "regex": "((?:www\\.)?triforcewiki\\.com)",
1485
+ "articlePath": "/wiki/",
1486
+ "scriptPath": "/w/",
1487
+ "fullScriptPath": "https://triforcewiki.com/w/"
1398
1488
  },
1399
1489
  {
1400
1490
  "name": "ufopaedia.org",
@@ -1404,91 +1494,92 @@
1404
1494
  "fullScriptPath": "https://www.ufopaedia.org/"
1405
1495
  },
1406
1496
  {
1407
- "name": "wiibrew.org",
1408
- "regex": "((?:www\\.)?wiibrew\\.org)",
1497
+ "name": "ukikipedia.net",
1498
+ "regex": "((?:www\\.)?ukikipedia\\.net)",
1409
1499
  "articlePath": "/wiki/",
1410
- "scriptPath": "/w/",
1411
- "fullScriptPath": "https://wiibrew.org/w/"
1500
+ "scriptPath": "/mediawiki/",
1501
+ "fullScriptPath": "https://ukikipedia.net/mediawiki/"
1412
1502
  },
1413
1503
  {
1414
- "name": "wiiubrew.org",
1415
- "regex": "((?:www\\.)?wiiubrew\\.org)",
1504
+ "name": "vikidia.org",
1505
+ "regex": "((?:([a-z-]{2,12})\\.)vikidia\\.org)",
1416
1506
  "articlePath": "/wiki/",
1417
1507
  "scriptPath": "/w/",
1418
- "fullScriptPath": "https://wiiubrew.org/w/"
1508
+ "idString": {
1509
+ "regex": "([a-z-]{2,12})",
1510
+ "scriptPaths": [
1511
+ "https://$1.vikidia.org/w/"
1512
+ ]
1513
+ }
1419
1514
  },
1420
1515
  {
1421
- "name": "dsibrew.org",
1422
- "regex": "((?:www\\.)?dsibrew\\.org)",
1516
+ "name": "warswiki.org",
1517
+ "regex": "((?:www\\.)?warswiki\\.org)",
1423
1518
  "articlePath": "/wiki/",
1424
1519
  "scriptPath": "/w/",
1425
- "fullScriptPath": "https://dsibrew.org/w/"
1520
+ "fullScriptPath": "https://warswiki.org/w/"
1426
1521
  },
1427
1522
  {
1428
- "name": "3dbrew.org",
1429
- "regex": "((?:www\\.)?3dbrew\\.org)",
1430
- "articlePath": "/wiki/",
1523
+ "name": "wavu.wiki",
1524
+ "regex": "((?:www\\.)?wavu\\.wiki)",
1525
+ "articlePath": "/t/",
1431
1526
  "scriptPath": "/w/",
1432
- "fullScriptPath": "https://www.3dbrew.org/w/"
1527
+ "fullScriptPath": "https://wavu.wiki/w/"
1433
1528
  },
1434
1529
  {
1435
- "name": "switchbrew.org",
1436
- "regex": "((?:www\\.)?switchbrew\\.org)",
1530
+ "name": "westeros.ir",
1531
+ "regex": "((?:www\\.)?westeros\\.ir)",
1532
+ "articlePath": "/wiki/index.php?title=",
1533
+ "scriptPath": "/wiki/",
1534
+ "fullScriptPath": "https://westeros.ir/wiki/"
1535
+ },
1536
+ {
1537
+ "name": "wiibrew.org",
1538
+ "regex": "((?:www\\.)?wiibrew\\.org)",
1437
1539
  "articlePath": "/wiki/",
1438
1540
  "scriptPath": "/w/",
1439
- "fullScriptPath": "https://switchbrew.org/w/"
1541
+ "fullScriptPath": "https://wiibrew.org/w/"
1440
1542
  },
1441
1543
  {
1442
- "name": "wiki.hacks.guide",
1443
- "regex": "(wiki\\.hacks\\.guide)",
1544
+ "name": "wiiubrew.org",
1545
+ "regex": "((?:www\\.)?wiiubrew\\.org)",
1444
1546
  "articlePath": "/wiki/",
1445
1547
  "scriptPath": "/w/",
1446
- "fullScriptPath": "https://wiki.hacks.guide/w/"
1548
+ "fullScriptPath": "https://wiiubrew.org/w/"
1447
1549
  },
1448
1550
  {
1449
- "name": "eastwardwiki.com",
1450
- "regex": "((?:([a-z-]{2,12})\\.)?eastwardwiki\\.com)",
1451
- "articlePath": "/",
1452
- "scriptPath": "/mediawiki/",
1551
+ "name": "wiki-aventurica.de",
1552
+ "regex": "((?:([a-z-]{2,12})\\.)?wiki-aventurica\\.de)",
1553
+ "articlePath": "/wiki/",
1554
+ "scriptPath": "/$2/",
1453
1555
  "idString": {
1454
1556
  "regex": "([a-z-]{2,12})",
1455
1557
  "scriptPaths": [
1456
- "https://$1.eastwardwiki.com/mediawiki/"
1558
+ "https://$1.wiki-aventurica.de/$1/"
1457
1559
  ]
1458
- }
1459
- },
1460
- {
1461
- "name": "timespinnerwiki.com",
1462
- "regex": "((?:www\\.)?timespinnerwiki\\.com)",
1463
- "articlePath": "/",
1464
- "scriptPath": "/mediawiki/",
1465
- "fullScriptPath": "https://timespinnerwiki.com/mediawiki/"
1560
+ },
1561
+ "regexPaths": true
1466
1562
  },
1467
1563
  {
1468
- "name": "starmancerwiki.com",
1469
- "regex": "((?:www\\.)?starmancerwiki\\.com)",
1470
- "articlePath": "/",
1471
- "scriptPath": "/mediawiki/",
1472
- "fullScriptPath": "https://starmancerwiki.com/mediawiki/"
1564
+ "name": "wiki.52poke.com",
1565
+ "regex": "(wiki\\.52poke\\.com)",
1566
+ "articlePath": "/wiki/",
1567
+ "scriptPath": "/",
1568
+ "fullScriptPath": "https://wiki.52poke.com/"
1473
1569
  },
1474
1570
  {
1475
- "name": "lotro-wiki.com",
1476
- "regex": "((?:www\\.)?lotro-wiki\\.com)",
1477
- "articlePath": "/index.php/",
1571
+ "name": "wiki.albiononline.com",
1572
+ "regex": "(wiki\\.albiononline\\.com)",
1573
+ "articlePath": "/wiki/",
1478
1574
  "scriptPath": "/",
1479
- "fullScriptPath": "https://lotro-wiki.com/"
1575
+ "fullScriptPath": "https://wiki.albiononline.com/"
1480
1576
  },
1481
1577
  {
1482
- "name": "scoutwiki.org",
1483
- "regex": "((?:([a-z-]{2,12})\\.)scoutwiki\\.org)",
1578
+ "name": "wiki.arcaea.cn",
1579
+ "regex": "(wiki\\.arcaea\\.cn)",
1484
1580
  "articlePath": "/",
1485
1581
  "scriptPath": "/",
1486
- "idString": {
1487
- "regex": "([a-z-]{2,12})",
1488
- "scriptPaths": [
1489
- "https://$1.scoutwiki.org/"
1490
- ]
1491
- }
1582
+ "fullScriptPath": "https://wiki.arcaea.cn/"
1492
1583
  },
1493
1584
  {
1494
1585
  "name": "wiki.archlinux.org",
@@ -1498,177 +1589,179 @@
1498
1589
  "fullScriptPath": "https://wiki.archlinux.org/"
1499
1590
  },
1500
1591
  {
1501
- "name": "dandwiki.com",
1502
- "regex": "((?:www\\.)?dandwiki.com)",
1503
- "articlePath": "/wiki/",
1504
- "scriptPath": "/w/",
1505
- "fullScriptPath": "https://www.dandwiki.com/w/"
1506
- },
1507
- {
1508
- "name": "vikidia.org",
1509
- "regex": "((?:([a-z-]{2,12})\\.)vikidia\\.org)",
1510
- "articlePath": "/wiki/",
1511
- "scriptPath": "/w/",
1592
+ "name": "wiki.biligame.com",
1593
+ "regex": "(wiki\\.biligame\\.com/([a-z\\d]{1,50}))",
1594
+ "articlePath": "/",
1595
+ "scriptPath": "/",
1512
1596
  "idString": {
1513
- "regex": "([a-z-]{2,12})",
1597
+ "regex": "([a-z\\d]{1,50})",
1514
1598
  "scriptPaths": [
1515
- "https://$1.vikidia.org/w/"
1599
+ "https://wiki.biligame.com/$1/"
1516
1600
  ]
1517
- }
1601
+ },
1602
+ "wikiFarm": "biligame"
1518
1603
  },
1519
1604
  {
1520
- "name": "scratch-wiki.info",
1521
- "regex": "((?:([a-z-]{2,12})\\.)scratch-wiki\\.info)",
1522
- "articlePath": "/wiki/",
1523
- "scriptPath": "/w/",
1605
+ "name": "wiki.factorio.com",
1606
+ "regex": "(wiki\\.factorio\\.com)",
1607
+ "articlePath": "/",
1608
+ "scriptPath": "/",
1609
+ "fullScriptPath": "https://wiki.factorio.com/"
1610
+ },
1611
+ {
1612
+ "name": "wiki.forgeofempires.com",
1613
+ "regex": "((?:([a-z-]{2,12})\\.)?wiki\\.forgeofempires\\.com)",
1614
+ "articlePath": "/index.php?title=",
1615
+ "scriptPath": "/",
1524
1616
  "idString": {
1525
1617
  "regex": "([a-z-]{2,12})",
1526
1618
  "scriptPaths": [
1527
- "https://$1.scratch-wiki.info/w/"
1619
+ "https://$1.wiki.forgeofempires.com/"
1528
1620
  ]
1529
1621
  }
1530
1622
  },
1531
1623
  {
1532
- "name": "wiki.hypixel.net",
1533
- "regex": "(wiki\\.hypixel\\.net)",
1534
- "articlePath": "/",
1624
+ "name": "wiki.gbl.gg",
1625
+ "regex": "(wiki\\.gbl\\.gg)",
1626
+ "articlePath": "/w/",
1535
1627
  "scriptPath": "/",
1536
- "fullScriptPath": "https://wiki.hypixel.net/"
1628
+ "fullScriptPath": "https://wiki.gbl.gg/",
1629
+ "extensions": [
1630
+ "Cargo"
1631
+ ]
1537
1632
  },
1538
1633
  {
1539
- "name": "wiki.serenesforest.net",
1540
- "regex": "(wiki\\.serenesforest\\.net)",
1634
+ "name": "wiki.geloefogo.com",
1635
+ "regex": "(wiki\\.geloefogo\\.com)",
1541
1636
  "articlePath": "/index.php/",
1542
1637
  "scriptPath": "/",
1543
- "fullScriptPath": "https://wiki.serenesforest.net/"
1638
+ "fullScriptPath": "https://wiki.geloefogo.com/"
1544
1639
  },
1545
1640
  {
1546
- "name": "wiki.seiwanetwork.org",
1547
- "regex": "(wiki\\.seiwanetwork\\.org)",
1641
+ "name": "wiki.gentoo.org",
1642
+ "regex": "(wiki\\.gentoo\\.org)",
1548
1643
  "articlePath": "/wiki/",
1549
- "scriptPath": "/w/",
1550
- "fullScriptPath": "https://wiki.seiwanetwork.org/w/"
1644
+ "scriptPath": "/",
1645
+ "fullScriptPath": "https://wiki.gentoo.org/"
1551
1646
  },
1552
1647
  {
1553
- "name": "hiddenpalace.org",
1554
- "regex": "((?:www\\.)?hiddenpalace\\.org)",
1555
- "articlePath": "/",
1556
- "scriptPath": "/w/",
1557
- "fullScriptPath": "https://hiddenpalace.org/w/"
1648
+ "name": "wiki.gg",
1649
+ "regex": "(([a-z\\d-]{1,50})\\.wiki\\.gg(?:/(?!wiki)([a-z-]{2,12}))?)",
1650
+ "articlePath": "/wiki/",
1651
+ "scriptPath": "/",
1652
+ "idString": {
1653
+ "regex": "((?:[a-z-]{2,12}\\.)?[a-z\\d-]{1,50})",
1654
+ "scriptPaths": [
1655
+ "https://$1.wiki.gg/",
1656
+ "https://$2.wiki.gg/$1/"
1657
+ ]
1658
+ },
1659
+ "wikiFarm": "wiki.gg"
1558
1660
  },
1559
1661
  {
1560
- "name": "developer.valvesoftware.com",
1561
- "regex": "(developer\\.valvesoftware\\.com)",
1662
+ "name": "wiki.guildwars.com",
1663
+ "regex": "(wiki\\.guildwars\\.com)",
1562
1664
  "articlePath": "/wiki/",
1563
- "scriptPath": "/w/",
1564
- "fullScriptPath": "https://developer.valvesoftware.com/w/"
1665
+ "scriptPath": "/",
1666
+ "fullScriptPath": "https://wiki.guildwars.com/"
1565
1667
  },
1566
1668
  {
1567
- "name": "pixelmonmod.com",
1568
- "regex": "((?:www\\.)?pixelmonmod\\.com)",
1669
+ "name": "wiki.hacks.guide",
1670
+ "regex": "(wiki\\.hacks\\.guide)",
1569
1671
  "articlePath": "/wiki/",
1570
1672
  "scriptPath": "/w/",
1571
- "fullScriptPath": "https://pixelmonmod.com/w/"
1673
+ "fullScriptPath": "https://wiki.hacks.guide/w/"
1572
1674
  },
1573
1675
  {
1574
- "name": "dmowiki.com",
1575
- "regex": "((?:www\\.)?dmowiki\\.com)",
1676
+ "name": "wiki.halo.fr",
1677
+ "regex": "(wiki\\.halo\\.fr)",
1576
1678
  "articlePath": "/",
1577
1679
  "scriptPath": "/",
1578
- "fullScriptPath": "https://dmowiki.com/"
1680
+ "fullScriptPath": "https://wiki.halo.fr/"
1579
1681
  },
1580
1682
  {
1581
- "name": "awoiaf.westeros.org",
1582
- "regex": "(awoiaf\\.westeros\\.org)",
1583
- "articlePath": "/index.php/",
1683
+ "name": "wiki.hardedge.org",
1684
+ "regex": "(wiki\\.hardedge\\.org)",
1685
+ "articlePath": "/wiki/",
1584
1686
  "scriptPath": "/",
1585
- "fullScriptPath": "https://awoiaf.westeros.org/"
1586
- },
1587
- {
1588
- "name": "westeros.ir",
1589
- "regex": "((?:www\\.)?westeros\\.ir)",
1590
- "articlePath": "/wiki/index.php?title=",
1591
- "scriptPath": "/wiki/",
1592
- "fullScriptPath": "https://westeros.ir/wiki/"
1687
+ "fullScriptPath": "https://wiki.hardedge.org/"
1593
1688
  },
1594
1689
  {
1595
- "name": "lagardedenuit.com",
1596
- "regex": "((?:www\\.)?lagardedenuit\\.com)",
1597
- "articlePath": "/wiki/index.php?title=",
1598
- "scriptPath": "/wiki/",
1599
- "fullScriptPath": "https://www.lagardedenuit.com/wiki/"
1690
+ "name": "wiki.henkaku.xyz",
1691
+ "regex": "(wiki\\.henkaku\\.xyz)",
1692
+ "articlePath": "/vita/",
1693
+ "scriptPath": "/vita/",
1694
+ "fullScriptPath": "https://wiki.henkaku.xyz/vita/"
1600
1695
  },
1601
1696
  {
1602
- "name": "7kingdoms.ru",
1603
- "regex": "((?:www\\.)?7kingdoms\\.ru)",
1604
- "articlePath": "/wiki/",
1605
- "scriptPath": "/w/",
1606
- "fullScriptPath": "https://7kingdoms.ru/w/"
1697
+ "name": "wiki.hypixel.net",
1698
+ "regex": "(wiki\\.hypixel\\.net)",
1699
+ "articlePath": "/",
1700
+ "scriptPath": "/",
1701
+ "fullScriptPath": "https://wiki.hypixel.net/"
1607
1702
  },
1608
1703
  {
1609
- "name": "wiki.geloefogo.com",
1610
- "regex": "(wiki\\.geloefogo\\.com)",
1704
+ "name": "wiki.insanityflyff.com",
1705
+ "regex": "(wiki\\.insanityflyff\\.com)",
1611
1706
  "articlePath": "/index.php/",
1612
1707
  "scriptPath": "/",
1613
- "fullScriptPath": "https://wiki.geloefogo.com/"
1708
+ "fullScriptPath": "https://wiki.insanityflyff.com/"
1614
1709
  },
1615
1710
  {
1616
- "name": "huijiwiki.com",
1617
- "regex": "((?:([a-z\\d-]{1,50})\\.)?huijiwiki\\.com)",
1711
+ "name": "wiki.kynseed.com",
1712
+ "regex": "(wiki\\.kynseed\\.com)",
1618
1713
  "articlePath": "/wiki/",
1619
1714
  "scriptPath": "/",
1620
- "idString": {
1621
- "regex": "([a-z\\d-]{1,50})",
1622
- "scriptPaths": [
1623
- "https://$1.huijiwiki.com/"
1624
- ]
1625
- },
1626
- "wikiFarm": "huijiwiki"
1715
+ "fullScriptPath": "https://wiki.kynseed.com/"
1627
1716
  },
1628
1717
  {
1629
- "name": "chocolate-doom.org",
1630
- "regex": "((?:www\\.)?chocolate-doom\\.org)",
1631
- "articlePath": "/wiki/index.php/",
1632
- "scriptPath": "/wiki/",
1633
- "fullScriptPath": "https://www.chocolate-doom.org/wiki/"
1718
+ "name": "wiki.london2038.com",
1719
+ "regex": "(wiki\\.london2038\\.com)",
1720
+ "articlePath": "/",
1721
+ "scriptPath": "/",
1722
+ "fullScriptPath": "https://wiki.london2038.com/"
1634
1723
  },
1635
1724
  {
1636
- "name": "glitchcity.wiki",
1637
- "regex": "((?:www\\.)?glitchcity\\.wiki)",
1638
- "articlePath": "/",
1725
+ "name": "wiki.melvoridle.com",
1726
+ "regex": "(wiki\\.melvoridle\\.com)",
1727
+ "articlePath": "/w/",
1639
1728
  "scriptPath": "/",
1640
- "fullScriptPath": "https://glitchcity.wiki/"
1729
+ "fullScriptPath": "https://wiki.melvoridle.com/"
1641
1730
  },
1642
1731
  {
1643
- "name": "playstationdev.wiki",
1644
- "regex": "((?:www\\.)?playstationdev\\.wiki/([a-z0-9]{1,50}))",
1645
- "articlePath": "/index.php/",
1732
+ "name": "wiki.mushureport.com",
1733
+ "regex": "(wiki\\.mushureport\\.com)",
1734
+ "articlePath": "/wiki/",
1646
1735
  "scriptPath": "/",
1647
- "idString": {
1648
- "regex": "([a-z0-9]{1,50})",
1649
- "scriptPaths": [
1650
- "https://playstationdev.wiki/$1/"
1651
- ]
1652
- }
1736
+ "fullScriptPath": "https://wiki.mushureport.com/"
1653
1737
  },
1654
1738
  {
1655
- "name": "psdevwiki.com",
1656
- "regex": "((?:www\\.)?psdevwiki\\.com/([a-z0-9]{1,50}))",
1739
+ "name": "wiki.openstreetmap.org",
1740
+ "regex": "(wiki\\.openstreetmap\\.org)",
1741
+ "articlePath": "/wiki/",
1742
+ "scriptPath": "/w/",
1743
+ "fullScriptPath": "https://wiki.openstreetmap.org/w/"
1744
+ },
1745
+ {
1746
+ "name": "wiki.pioneer2.net",
1747
+ "regex": "(wiki\\.pioneer2\\.net)",
1748
+ "articlePath": "/w/",
1749
+ "scriptPath": "/",
1750
+ "fullScriptPath": "https://wiki.pioneer2.net/"
1751
+ },
1752
+ {
1753
+ "name": "wiki.pokemoncentral.it",
1754
+ "regex": "(wiki\\.pokemoncentral\\.it)",
1657
1755
  "articlePath": "/",
1658
1756
  "scriptPath": "/",
1659
- "idString": {
1660
- "regex": "([a-z0-9]{1,50})",
1661
- "scriptPaths": [
1662
- "https://www.psdevwiki.com/$1/"
1663
- ]
1664
- }
1757
+ "fullScriptPath": "https://wiki.pokemoncentral.it/"
1665
1758
  },
1666
1759
  {
1667
- "name": "wiki.henkaku.xyz",
1668
- "regex": "(wiki\\.henkaku\\.xyz)",
1669
- "articlePath": "/vita/",
1670
- "scriptPath": "/vita/",
1671
- "fullScriptPath": "https://wiki.henkaku.xyz/vita/"
1760
+ "name": "wiki.producers-and-traders.de",
1761
+ "regex": "(wiki\\.producers-and-traders\\.de)",
1762
+ "articlePath": "/index.php?title=",
1763
+ "scriptPath": "/",
1764
+ "fullScriptPath": "https://wiki.producers-and-traders.de/"
1672
1765
  },
1673
1766
  {
1674
1767
  "name": "wiki.raregamingdump.ca",
@@ -1678,282 +1771,309 @@
1678
1771
  "fullScriptPath": "https://wiki.raregamingdump.ca/"
1679
1772
  },
1680
1773
  {
1681
- "name": "sttwiki.org",
1682
- "regex": "((?:www\\.)?sttwiki\\.org)",
1683
- "articlePath": "/wiki/",
1774
+ "name": "wiki.rinkofhonor.com",
1775
+ "regex": "(wiki\\.rinkofhonor\\.com)",
1776
+ "articlePath": "/index.php/",
1684
1777
  "scriptPath": "/",
1685
- "fullScriptPath": "https://sttwiki.org/"
1778
+ "fullScriptPath": "https://wiki.rinkofhonor.com/"
1686
1779
  },
1687
1780
  {
1688
- "name": "wavu.wiki",
1689
- "regex": "((?:www\\.)?wavu\\.wiki)",
1690
- "articlePath": "/t/",
1781
+ "name": "wiki.seiwanetwork.org",
1782
+ "regex": "(wiki\\.seiwanetwork\\.org)",
1783
+ "articlePath": "/wiki/",
1691
1784
  "scriptPath": "/w/",
1692
- "fullScriptPath": "https://wavu.wiki/w/"
1785
+ "fullScriptPath": "https://wiki.seiwanetwork.org/w/"
1693
1786
  },
1694
1787
  {
1695
- "name": "blazblue.wiki",
1696
- "regex": "((?:www\\.)?blazblue\\.wiki)",
1697
- "articlePath": "/wiki/",
1788
+ "name": "wiki.serenesforest.net",
1789
+ "regex": "(wiki\\.serenesforest\\.net)",
1790
+ "articlePath": "/index.php/",
1698
1791
  "scriptPath": "/",
1699
- "fullScriptPath": "https://blazblue.wiki/",
1700
- "extensions": [
1701
- "Cargo"
1702
- ]
1792
+ "fullScriptPath": "https://wiki.serenesforest.net/"
1703
1793
  },
1704
1794
  {
1705
- "name": "archives.org.au",
1706
- "regex": "((?:www\\.)?archives\\.org\\.au)",
1707
- "articlePath": "/",
1795
+ "name": "wiki.supercombo.gg",
1796
+ "regex": "(wiki\\.supercombo\\.gg)",
1797
+ "articlePath": "/w/",
1708
1798
  "scriptPath": "/",
1709
- "fullScriptPath": "https://archives.org.au/",
1799
+ "fullScriptPath": "https://wiki.supercombo.gg/",
1710
1800
  "extensions": [
1711
1801
  "Cargo"
1712
1802
  ]
1713
1803
  },
1714
1804
  {
1715
- "name": "wiki.guildwars.com",
1716
- "regex": "(wiki\\.guildwars\\.com)",
1717
- "articlePath": "/wiki/",
1718
- "scriptPath": "/",
1719
- "fullScriptPath": "https://wiki.guildwars.com/"
1720
- },
1721
- {
1722
- "name": "guildwiki.de",
1723
- "regex": "((?:www\\.)?guildwiki\\.de)",
1724
- "articlePath": "/wiki/",
1725
- "scriptPath": "/gwiki/",
1726
- "fullScriptPath": "https://www.guildwiki.de/gwiki/"
1727
- },
1728
- {
1729
- "name": "gwiki.fr",
1730
- "regex": "((?:www\\.)?gwiki\\.fr)",
1805
+ "name": "wiki.teamfortress.com",
1806
+ "regex": "(wiki\\.teamfortress\\.com)",
1731
1807
  "articlePath": "/wiki/",
1732
1808
  "scriptPath": "/w/",
1733
- "fullScriptPath": "https://www.gwiki.fr/w/"
1809
+ "fullScriptPath": "https://wiki.teamfortress.com/w/"
1734
1810
  },
1735
1811
  {
1736
- "name": "guildwars2.com",
1737
- "regex": "(wiki(?:-(en|de|es|fr))?\\.guildwars2\\.com)",
1812
+ "name": "wiki.therofl98.co",
1813
+ "regex": "(wiki\\.therofl98\\.co)",
1738
1814
  "articlePath": "/wiki/",
1739
- "scriptPath": "/",
1740
- "idString": {
1741
- "regex": "(en|de|es|fr)",
1742
- "scriptPaths": [
1743
- "https://wiki-$1.guildwars2.com/"
1744
- ]
1745
- }
1815
+ "scriptPath": "/w/",
1816
+ "fullScriptPath": "https://wiki.therofl98.co/w/"
1746
1817
  },
1747
1818
  {
1748
- "name": "ashesofcreation.wiki",
1749
- "regex": "((?:www\\.)?ashesofcreation\\.wiki)",
1750
- "articlePath": "/",
1819
+ "name": "wiki.twcenter.net",
1820
+ "regex": "(wiki\\.twcenter\\.net)",
1821
+ "articlePath": "/index.php?title=",
1751
1822
  "scriptPath": "/",
1752
- "fullScriptPath": "https://ashesofcreation.wiki/"
1823
+ "fullScriptPath": "https://wiki.twcenter.net/"
1753
1824
  },
1754
1825
  {
1755
- "name": "drawntolife.wiki",
1756
- "regex": "((?:www\\.)?drawntolife\\.wiki)",
1757
- "articlePath": "/en/",
1826
+ "name": "wiki.xn--rckteqa2e.com",
1827
+ "regex": "(wiki\\.xn--rckteqa2e\\.com)",
1828
+ "articlePath": "/wiki/",
1758
1829
  "scriptPath": "/w/",
1759
- "fullScriptPath": "https://drawntolife.wiki/w/"
1830
+ "fullScriptPath": "https://wiki.xn--rckteqa2e.com/w/"
1760
1831
  },
1761
1832
  {
1762
- "name": "star-citizen.wiki",
1763
- "regex": "((?:www\\.)?star-citizen\\.wiki)",
1764
- "articlePath": "/",
1765
- "scriptPath": "/",
1766
- "fullScriptPath": "https://star-citizen.wiki/"
1833
+ "name": "wiki.ポケモン.com",
1834
+ "regex": "(wiki\\.ポケモン\\.com)",
1835
+ "articlePath": "/wiki/",
1836
+ "scriptPath": "/w/",
1837
+ "fullScriptPath": "https://wiki.ポケモン.com/w/"
1767
1838
  },
1768
1839
  {
1769
- "name": "dreamcancel.com",
1770
- "regex": "((?:www\\.)?dreamcancel\\.com)",
1840
+ "name": "wikibooks.org",
1841
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikibooks\\.org)",
1771
1842
  "articlePath": "/wiki/",
1772
1843
  "scriptPath": "/w/",
1773
- "fullScriptPath": "https://dreamcancel.com/w/",
1844
+ "idString": {
1845
+ "regex": "([a-z\\d-]{1,50})",
1846
+ "scriptPaths": [
1847
+ "https://$1.wikibooks.org/w/"
1848
+ ]
1849
+ },
1850
+ "wikiFarm": "wikimedia",
1774
1851
  "extensions": [
1775
- "Cargo"
1852
+ "CentralAuth",
1853
+ "OAuth"
1776
1854
  ]
1777
1855
  },
1778
1856
  {
1779
- "name": "wiki.supercombo.gg",
1780
- "regex": "(wiki\\.supercombo\\.gg)",
1781
- "articlePath": "/w/",
1782
- "scriptPath": "/",
1783
- "fullScriptPath": "https://wiki.supercombo.gg/",
1784
- "extensions": [
1785
- "Cargo"
1786
- ]
1857
+ "name": "wikibound.info",
1858
+ "regex": "((?:(it|www)\\.)?wikibound\\.info)",
1859
+ "articlePath": "/wiki/",
1860
+ "scriptPath": "/w/",
1861
+ "idString": {
1862
+ "regex": "(it|www)",
1863
+ "scriptPaths": [
1864
+ "https://$1.wikibound.info/w/"
1865
+ ]
1866
+ }
1787
1867
  },
1788
1868
  {
1789
- "name": "newchallenger.net",
1790
- "regex": "((?:www\\.)?newchallenger\\.net)",
1791
- "articlePath": "/w/index.php?title=",
1869
+ "name": "wikidata.org",
1870
+ "regex": "((?:(test|www)\\.)?(?:m\\.)?wikidata\\.org)",
1871
+ "articlePath": "/wiki/",
1792
1872
  "scriptPath": "/w/",
1793
- "fullScriptPath": "https://newchallenger.net/w/"
1873
+ "idString": {
1874
+ "regex": "(test|www)",
1875
+ "scriptPaths": [
1876
+ "https://$1.wikidata.org/w/"
1877
+ ]
1878
+ },
1879
+ "wikiFarm": "wikimedia",
1880
+ "extensions": [
1881
+ "CentralAuth",
1882
+ "OAuth"
1883
+ ]
1794
1884
  },
1795
1885
  {
1796
- "name": "wiki.hardedge.org",
1797
- "regex": "(wiki\\.hardedge\\.org)",
1886
+ "name": "wikidex.net",
1887
+ "regex": "((?:www\\.)?wikidex\\.net)",
1798
1888
  "articlePath": "/wiki/",
1799
1889
  "scriptPath": "/",
1800
- "fullScriptPath": "https://wiki.hardedge.org/"
1890
+ "fullScriptPath": "https://www.wikidex.net/"
1801
1891
  },
1802
1892
  {
1803
- "name": "aocf.koumakan.jp",
1804
- "regex": "(aocf\\.koumakan\\.jp)",
1893
+ "name": "wikidragonquest.fr",
1894
+ "regex": "((?:www\\.)?wikidragonquest\\.fr)",
1805
1895
  "articlePath": "/",
1806
- "scriptPath": "/w/",
1807
- "fullScriptPath": "https://aocf.koumakan.jp/w/"
1896
+ "scriptPath": "/",
1897
+ "fullScriptPath": "https://wikidragonquest.fr/"
1808
1898
  },
1809
1899
  {
1810
- "name": "dustloop.com",
1811
- "regex": "((?:www\\.)?dustloop\\.com)",
1812
- "articlePath": "/w/",
1813
- "scriptPath": "/wiki/",
1814
- "fullScriptPath": "https://www.dustloop.com/wiki/",
1815
- "extensions": [
1816
- "Cargo"
1817
- ]
1900
+ "name": "wikihow.com",
1901
+ "regex": "((?:www\\.)?wikihow\\.com)",
1902
+ "articlePath": "/",
1903
+ "scriptPath": "/",
1904
+ "fullScriptPath": "https://www.wikihow.com/",
1905
+ "urlSpaceReplacement": "-"
1818
1906
  },
1819
1907
  {
1820
- "name": "wiki.gbl.gg",
1821
- "regex": "(wiki\\.gbl\\.gg)",
1822
- "articlePath": "/w/",
1823
- "scriptPath": "/",
1824
- "fullScriptPath": "https://wiki.gbl.gg/",
1908
+ "name": "wikimedia.org",
1909
+ "regex": "(([a-z\\d-]{1,50})\\.(?:m\\.)?wikimedia\\.org)",
1910
+ "articlePath": "/wiki/",
1911
+ "scriptPath": "/w/",
1912
+ "idString": {
1913
+ "regex": "([a-z\\d-]{1,50})",
1914
+ "scriptPaths": [
1915
+ "https://$1.wikimedia.org/w/"
1916
+ ]
1917
+ },
1918
+ "wikiFarm": "wikimedia",
1825
1919
  "extensions": [
1826
- "Cargo"
1920
+ "CentralAuth",
1921
+ "OAuth"
1827
1922
  ]
1828
1923
  },
1829
1924
  {
1830
- "name": "happytreefriendswiki.com",
1831
- "regex": "((?:www\\.)?happytreefriendswiki\\.com)",
1832
- "articlePath": "/index.php/",
1925
+ "name": "wikimon.net",
1926
+ "regex": "((?:www\\.)?wikimon\\.net)",
1927
+ "articlePath": "/",
1833
1928
  "scriptPath": "/",
1834
- "fullScriptPath": "https://www.happytreefriendswiki.com/"
1929
+ "fullScriptPath": "https://wikimon.net/"
1835
1930
  },
1836
1931
  {
1837
- "name": "biosector01.com",
1838
- "regex": "((?:(hf|www)\\.)?biosector01\\.com)",
1932
+ "name": "wikinews.org",
1933
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikinews\\.org)",
1839
1934
  "articlePath": "/wiki/",
1840
1935
  "scriptPath": "/w/",
1841
1936
  "idString": {
1842
- "regex": "(hf|www)",
1937
+ "regex": "([a-z\\d-]{1,50})",
1843
1938
  "scriptPaths": [
1844
- "https://$1.biosector01.com/w/"
1939
+ "https://$1.wikinews.org/w/"
1845
1940
  ]
1846
- }
1941
+ },
1942
+ "wikiFarm": "wikimedia",
1943
+ "extensions": [
1944
+ "CentralAuth",
1945
+ "OAuth"
1946
+ ]
1847
1947
  },
1848
1948
  {
1849
- "name": "chronistwiki.de",
1850
- "regex": "((?:www\\.)?chronistwiki\\.de)",
1949
+ "name": "wikiofmana.com",
1950
+ "regex": "((?:www\\.)?wikiofmana\\.com)",
1851
1951
  "articlePath": "/wiki/",
1852
1952
  "scriptPath": "/w/",
1853
- "fullScriptPath": "https://chronistwiki.de/w/"
1854
- },
1855
- {
1856
- "name": "nuvapedia.fr",
1857
- "regex": "((?:www\\.)?nuvapedia\\.fr)",
1858
- "articlePath": "/index.php/",
1859
- "scriptPath": "/",
1860
- "fullScriptPath": "https://www.nuvapedia.fr/"
1953
+ "fullScriptPath": "https://wikiofmana.com/w/"
1861
1954
  },
1862
1955
  {
1863
- "name": "detectiveconanworld.com",
1864
- "regex": "((?:www\\.)?detectiveconanworld\\.com)",
1956
+ "name": "wikipedia.org",
1957
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikipedia\\.org)",
1865
1958
  "articlePath": "/wiki/",
1866
- "scriptPath": "/wiki/",
1867
- "fullScriptPath": "https://www.detectiveconanworld.com/wiki/"
1959
+ "scriptPath": "/w/",
1960
+ "idString": {
1961
+ "regex": "([a-z\\d-]{1,50})",
1962
+ "scriptPaths": [
1963
+ "https://$1.wikipedia.org/w/"
1964
+ ]
1965
+ },
1966
+ "wikiFarm": "wikimedia",
1967
+ "extensions": [
1968
+ "CentralAuth",
1969
+ "OAuth"
1970
+ ]
1868
1971
  },
1869
1972
  {
1870
- "name": "conanwiki.org",
1871
- "regex": "((?:www\\.)?conanwiki\\.org)",
1973
+ "name": "wikiquote.org",
1974
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiquote\\.org)",
1872
1975
  "articlePath": "/wiki/",
1873
- "scriptPath": "/",
1874
- "fullScriptPath": "https://conanwiki.org/"
1875
- },
1876
- {
1877
- "name": "conanpedia.com",
1878
- "regex": "((?:www\\.)?conanpedia\\.com)",
1879
- "articlePath": "/",
1880
- "scriptPath": "/",
1881
- "fullScriptPath": "https://www.conanpedia.com/"
1882
- },
1883
- {
1884
- "name": "anothereden.wiki",
1885
- "regex": "((?:www\\.)?anothereden\\.wiki)",
1886
- "articlePath": "/w/",
1887
- "scriptPath": "/",
1888
- "fullScriptPath": "https://anothereden.wiki/"
1976
+ "scriptPath": "/w/",
1977
+ "idString": {
1978
+ "regex": "([a-z\\d-]{1,50})",
1979
+ "scriptPaths": [
1980
+ "https://$1.wikiquote.org/w/"
1981
+ ]
1982
+ },
1983
+ "wikiFarm": "wikimedia",
1984
+ "extensions": [
1985
+ "CentralAuth",
1986
+ "OAuth"
1987
+ ]
1889
1988
  },
1890
1989
  {
1891
- "name": "miki.community",
1892
- "regex": "((?:en\\.)?miki\\.community)",
1990
+ "name": "wikirby.com",
1991
+ "regex": "((?:www\\.)?wikirby\\.com)",
1893
1992
  "articlePath": "/wiki/",
1894
1993
  "scriptPath": "/w/",
1895
- "fullScriptPath": "https://en.miki.community/w/"
1994
+ "fullScriptPath": "https://wikirby.com/w/"
1896
1995
  },
1897
1996
  {
1898
- "name": "bluearchive.wiki",
1899
- "regex": "(bluearchive\\.wiki)",
1997
+ "name": "wikisource.org",
1998
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikisource\\.org)",
1900
1999
  "articlePath": "/wiki/",
1901
2000
  "scriptPath": "/w/",
1902
- "fullScriptPath": "https://bluearchive.wiki/w/"
1903
- },
1904
- {
1905
- "name": "fatt.wiki",
1906
- "regex": "((?:www\\.)?fatt\\.wiki)",
1907
- "articlePath": "/view/",
1908
- "scriptPath": "/wiki/",
1909
- "fullScriptPath": "https://fatt.wiki/wiki/"
2001
+ "idString": {
2002
+ "regex": "([a-z\\d-]{1,50})",
2003
+ "scriptPaths": [
2004
+ "https://$1.wikisource.org/w/"
2005
+ ]
2006
+ },
2007
+ "wikiFarm": "wikimedia",
2008
+ "extensions": [
2009
+ "CentralAuth",
2010
+ "OAuth"
2011
+ ]
1910
2012
  },
1911
2013
  {
1912
- "name": "tolkiengateway.net",
1913
- "regex": "((?:www\\.)?tolkiengateway\\.net)",
2014
+ "name": "wikiversity.org",
2015
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",
1914
2016
  "articlePath": "/wiki/",
1915
2017
  "scriptPath": "/w/",
1916
- "fullScriptPath": "https://tolkiengateway.net/w/"
2018
+ "idString": {
2019
+ "regex": "([a-z\\d-]{1,50})",
2020
+ "scriptPaths": [
2021
+ "https://$1.wikiversity.org/w/"
2022
+ ]
2023
+ },
2024
+ "wikiFarm": "wikimedia",
2025
+ "extensions": [
2026
+ "CentralAuth",
2027
+ "OAuth"
2028
+ ]
1917
2029
  },
1918
2030
  {
1919
- "name": "ardapedia.org",
1920
- "regex": "((?:www\\.)?ardapedia\\.org)",
2031
+ "name": "wikivoyage.org",
2032
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikivoyage\\.org)",
1921
2033
  "articlePath": "/wiki/",
1922
2034
  "scriptPath": "/w/",
1923
- "fullScriptPath": "https://www.ardapedia.org/w/"
2035
+ "idString": {
2036
+ "regex": "([a-z\\d-]{1,50})",
2037
+ "scriptPaths": [
2038
+ "https://$1.wikivoyage.org/w/"
2039
+ ]
2040
+ },
2041
+ "wikiFarm": "wikimedia",
2042
+ "extensions": [
2043
+ "CentralAuth",
2044
+ "OAuth"
2045
+ ]
1924
2046
  },
1925
2047
  {
1926
- "name": "kontu.wiki",
1927
- "regex": "((?:www\\.)?kontu\\.wiki)",
1928
- "articlePath": "/",
2048
+ "name": "wikizilla.org",
2049
+ "regex": "((?:www\\.)?wikizilla\\.org)",
2050
+ "articlePath": "/wiki/",
1929
2051
  "scriptPath": "/w/",
1930
- "fullScriptPath": "https://kontu.wiki/w/"
2052
+ "fullScriptPath": "https://wikizilla.org/w/"
1931
2053
  },
1932
2054
  {
1933
- "name": "mrlove.wiki",
1934
- "regex": "(mrlove\\.wiki)",
2055
+ "name": "wiktionary.org",
2056
+ "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wiktionary\\.org)",
1935
2057
  "articlePath": "/wiki/",
1936
2058
  "scriptPath": "/w/",
1937
- "fullScriptPath": "https://mrlove.wiki/w/",
1938
- "wikiFarm": "miraheze",
2059
+ "idString": {
2060
+ "regex": "([a-z\\d-]{1,50})",
2061
+ "scriptPaths": [
2062
+ "https://$1.wiktionary.org/w/"
2063
+ ]
2064
+ },
2065
+ "wikiFarm": "wikimedia",
1939
2066
  "extensions": [
1940
2067
  "CentralAuth",
1941
2068
  "OAuth"
1942
2069
  ]
1943
2070
  },
1944
2071
  {
1945
- "name": "tot.wiki",
1946
- "regex": "((?:www\\.)?tot\\.wiki)",
1947
- "articlePath": "/wiki/",
1948
- "scriptPath": "/",
1949
- "fullScriptPath": "https://tot.wiki/"
1950
- },
1951
- {
1952
- "name": "minecove.net",
1953
- "regex": "((?:www\\.)?minecove\\.net)",
2072
+ "name": "wimpykidwiki.com",
2073
+ "regex": "((?:www\\.)?wimpykidwiki\\.com)",
1954
2074
  "articlePath": "/wiki/",
1955
2075
  "scriptPath": "/w/",
1956
- "fullScriptPath": "https://minecove.net/w/"
2076
+ "fullScriptPath": "https://wimpykidwiki.com/w/"
1957
2077
  },
1958
2078
  {
1959
2079
  "name": "x-journal.net",
@@ -1963,45 +2083,49 @@
1963
2083
  "fullScriptPath": "https://x-journal.net/Wiki/"
1964
2084
  },
1965
2085
  {
1966
- "name": "wiki.producers-and-traders.de",
1967
- "regex": "(wiki\\.producers-and-traders\\.de)",
1968
- "articlePath": "/index.php?title=",
2086
+ "name": "xenopedia.it",
2087
+ "regex": "((?:www\\.)?xenopedia\\.it)",
2088
+ "articlePath": "/",
1969
2089
  "scriptPath": "/",
1970
- "fullScriptPath": "https://wiki.producers-and-traders.de/"
2090
+ "fullScriptPath": "https://www.xenopedia.it/"
1971
2091
  },
1972
2092
  {
1973
- "name": "wiki.kynseed.com",
1974
- "regex": "(wiki\\.kynseed\\.com)",
2093
+ "name": "xenoserieswiki.org",
2094
+ "regex": "((?:www\\.)?xenoserieswiki\\.org)",
1975
2095
  "articlePath": "/wiki/",
1976
- "scriptPath": "/",
1977
- "fullScriptPath": "https://wiki.kynseed.com/"
2096
+ "scriptPath": "/w/",
2097
+ "fullScriptPath": "https://www.xenoserieswiki.org/w/"
1978
2098
  },
1979
2099
  {
1980
- "name": "wiki.rinkofhonor.com",
1981
- "regex": "(wiki\\.rinkofhonor\\.com)",
1982
- "articlePath": "/index.php/",
2100
+ "name": "yugipedia.com",
2101
+ "regex": "((?:www\\.)?yugipedia\\.com)",
2102
+ "articlePath": "/wiki/",
1983
2103
  "scriptPath": "/",
1984
- "fullScriptPath": "https://wiki.rinkofhonor.com/"
2104
+ "fullScriptPath": "https://yugipedia.com/"
1985
2105
  },
1986
2106
  {
1987
- "name": "wiki.insanityflyff.com",
1988
- "regex": "(wiki\\.insanityflyff\\.com)",
1989
- "articlePath": "/index.php/",
1990
- "scriptPath": "/",
1991
- "fullScriptPath": "https://wiki.insanityflyff.com/"
2107
+ "name": "zeldadungeon.net",
2108
+ "regex": "((?:www\\.)?zeldadungeon\\.net)",
2109
+ "articlePath": "/wiki/",
2110
+ "scriptPath": "/wiki/",
2111
+ "fullScriptPath": "https://www.zeldadungeon.net/wiki/"
1992
2112
  },
1993
2113
  {
1994
- "name": "liquipedia.net",
1995
- "regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",
1996
- "articlePath": "/",
1997
- "scriptPath": "/",
1998
- "idString": {
1999
- "regex": "([a-z\\d]{1,50})",
2000
- "scriptPaths": [
2001
- "https://liquipedia.net/$1/"
2002
- ]
2003
- },
2004
- "note": "https://liquipedia.net/api-terms-of-use"
2114
+ "name": "zeldapendium.de",
2115
+ "regex": "((?:www\\.)?zeldapendium\\.de)",
2116
+ "articlePath": "/wiki/",
2117
+ "scriptPath": "/w/",
2118
+ "fullScriptPath": "https://www.zeldapendium.de/w/"
2119
+ },
2120
+ {
2121
+ "name": "zeldawiki.wiki",
2122
+ "regex": "(zeldawiki\\.wiki)",
2123
+ "articlePath": "/wiki/",
2124
+ "scriptPath": "/w/",
2125
+ "fullScriptPath": "https://zeldawiki.wiki/w/",
2126
+ "extensions": [
2127
+ "Cargo"
2128
+ ]
2005
2129
  }
2006
2130
  ]
2007
2131
  }