mediawiki-projects-list 4.6.10 → 4.6.11
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 +7 -0
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1450,6 +1450,13 @@
|
|
|
1450
1450
|
"scriptPath": "/w/",
|
|
1451
1451
|
"fullScriptPath": "https://switchbrew.org/w/"
|
|
1452
1452
|
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "tardis.wiki",
|
|
1455
|
+
"regex": "((?:www\\.)?tardis\\.wiki)",
|
|
1456
|
+
"articlePath": "/wiki/",
|
|
1457
|
+
"scriptPath": "/w/",
|
|
1458
|
+
"fullScriptPath": "https://tardis.wiki/w/"
|
|
1459
|
+
},
|
|
1453
1460
|
{
|
|
1454
1461
|
"name": "tcrf.net",
|
|
1455
1462
|
"regex": "((?:www\\.)?tcrf\\.net)",
|