mediawiki-projects-list 1.2.7 → 1.2.9
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 +36 -3
package/package.json
CHANGED
package/projects.json
CHANGED
|
@@ -1743,9 +1743,9 @@
|
|
|
1743
1743
|
{
|
|
1744
1744
|
"name": "dreamcancel.com",
|
|
1745
1745
|
"regex": "((?:www\\.)?dreamcancel\\.com)",
|
|
1746
|
-
"articlePath": "/wiki/
|
|
1747
|
-
"scriptPath": "/
|
|
1748
|
-
"fullScriptPath": "https://dreamcancel.com/
|
|
1746
|
+
"articlePath": "/wiki/",
|
|
1747
|
+
"scriptPath": "/w/",
|
|
1748
|
+
"fullScriptPath": "https://dreamcancel.com/w/",
|
|
1749
1749
|
"extensions": [
|
|
1750
1750
|
"Cargo"
|
|
1751
1751
|
]
|
|
@@ -1801,6 +1801,39 @@
|
|
|
1801
1801
|
"Cargo"
|
|
1802
1802
|
]
|
|
1803
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "happytreefriendswiki.com",
|
|
1806
|
+
"regex": "((?:www\\.)?happytreefriendswiki\\.com)",
|
|
1807
|
+
"articlePath": "/index.php/",
|
|
1808
|
+
"scriptPath": "/",
|
|
1809
|
+
"fullScriptPath": "https://www.happytreefriendswiki.com/",
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"name": "biosector01.com",
|
|
1813
|
+
"regex": "((?:(hf|www)\\.)?biosector01\\.com)",
|
|
1814
|
+
"articlePath": "/wiki/",
|
|
1815
|
+
"scriptPath": "/w/",
|
|
1816
|
+
"idString": {
|
|
1817
|
+
"regex": "(hf|www)",
|
|
1818
|
+
"scriptPaths": [
|
|
1819
|
+
"https://$1.biosector01.com/w/"
|
|
1820
|
+
]
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"name": "chronistwiki.de",
|
|
1825
|
+
"regex": "((?:www\\.)?chronistwiki\\.de)",
|
|
1826
|
+
"articlePath": "/wiki/",
|
|
1827
|
+
"scriptPath": "/w/",
|
|
1828
|
+
"fullScriptPath": "https://chronistwiki.de/w/",
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "nuvapedia.fr",
|
|
1832
|
+
"regex": "((?:www\\.)?nuvapedia\\.fr)",
|
|
1833
|
+
"articlePath": "/index.php/",
|
|
1834
|
+
"scriptPath": "/",
|
|
1835
|
+
"fullScriptPath": "https://www.nuvapedia.fr/",
|
|
1836
|
+
},
|
|
1804
1837
|
{
|
|
1805
1838
|
"name": "liquipedia.net",
|
|
1806
1839
|
"regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",
|