mediawiki-projects-list 4.6.10 → 4.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/projects.json +14 -0
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1248,6 +1248,13 @@
|
|
|
1248
1248
|
"OAuth"
|
|
1249
1249
|
]
|
|
1250
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "rekowiki.org",
|
|
1253
|
+
"regex": "((?:www\\.)?rekowiki\\.org)",
|
|
1254
|
+
"articlePath": "/wiki/",
|
|
1255
|
+
"scriptPath": "/w/",
|
|
1256
|
+
"fullScriptPath": "https://rekowiki.org/w/"
|
|
1257
|
+
},
|
|
1251
1258
|
{
|
|
1252
1259
|
"name": "revi.wiki",
|
|
1253
1260
|
"regex": "(revi\\.wiki)",
|
|
@@ -1450,6 +1457,13 @@
|
|
|
1450
1457
|
"scriptPath": "/w/",
|
|
1451
1458
|
"fullScriptPath": "https://switchbrew.org/w/"
|
|
1452
1459
|
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "tardis.wiki",
|
|
1462
|
+
"regex": "((?:www\\.)?tardis\\.wiki)",
|
|
1463
|
+
"articlePath": "/wiki/",
|
|
1464
|
+
"scriptPath": "/w/",
|
|
1465
|
+
"fullScriptPath": "https://tardis.wiki/w/"
|
|
1466
|
+
},
|
|
1453
1467
|
{
|
|
1454
1468
|
"name": "tcrf.net",
|
|
1455
1469
|
"regex": "((?:www\\.)?tcrf\\.net)",
|