mediawiki-projects-list 4.7.3 → 4.8.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.
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/projects-schema.json +2 -1
- package/projects.json +50 -1
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ const PROJECTS = require('./projects.json');
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* A wiki farm
|
|
6
|
-
* @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|null} WikiFarm
|
|
6
|
+
* @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|"wikioasis"|null} WikiFarm
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
package/package.json
CHANGED
package/projects-schema.json
CHANGED
package/projects.json
CHANGED
|
@@ -992,6 +992,13 @@
|
|
|
992
992
|
"scriptPath": "/w/",
|
|
993
993
|
"fullScriptPath": "https://mutecity.org/w/"
|
|
994
994
|
},
|
|
995
|
+
{
|
|
996
|
+
"name": "mtg.wiki",
|
|
997
|
+
"regex": "((?:www\\.)?mtg\\.wiki)",
|
|
998
|
+
"articlePath": "/page/",
|
|
999
|
+
"scriptPath": "/",
|
|
1000
|
+
"fullScriptPath": "https://mtg.wiki/"
|
|
1001
|
+
},
|
|
995
1002
|
{
|
|
996
1003
|
"name": "mysterydungeonwiki.com",
|
|
997
1004
|
"regex": "(mysterydungeonwiki\\.com)",
|
|
@@ -1693,6 +1700,18 @@
|
|
|
1693
1700
|
"scriptPath": "/",
|
|
1694
1701
|
"fullScriptPath": "https://wiki.albiononline.com/"
|
|
1695
1702
|
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "wiki.animalroyale.com",
|
|
1705
|
+
"regex": "(wiki\\.animalroyale\\.com)",
|
|
1706
|
+
"articlePath": "/wiki/",
|
|
1707
|
+
"scriptPath": "/w/",
|
|
1708
|
+
"fullScriptPath": "https://wiki.animalroyale.com/w/",
|
|
1709
|
+
"wikiFarm": "miraheze",
|
|
1710
|
+
"extensions": [
|
|
1711
|
+
"CentralAuth",
|
|
1712
|
+
"OAuth"
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1696
1715
|
{
|
|
1697
1716
|
"name": "wiki.arcaea.cn",
|
|
1698
1717
|
"regex": "(wiki\\.arcaea\\.cn)",
|
|
@@ -1862,7 +1881,10 @@
|
|
|
1862
1881
|
"regex": "(wiki\\.leagueoflegends\\.com)",
|
|
1863
1882
|
"articlePath": "/en-us/",
|
|
1864
1883
|
"scriptPath": "/en-us/",
|
|
1865
|
-
"fullScriptPath": "https://wiki.leagueoflegends.com/en-us/"
|
|
1884
|
+
"fullScriptPath": "https://wiki.leagueoflegends.com/en-us/",
|
|
1885
|
+
"extensions": [
|
|
1886
|
+
"OAuth"
|
|
1887
|
+
]
|
|
1866
1888
|
},
|
|
1867
1889
|
{
|
|
1868
1890
|
"name": "wiki.london2038.com",
|
|
@@ -1979,6 +2001,16 @@
|
|
|
1979
2001
|
"scriptPath": "/",
|
|
1980
2002
|
"fullScriptPath": "https://wiki.vrchat.com/"
|
|
1981
2003
|
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "wiki.warframe.com",
|
|
2006
|
+
"regex": "(wiki\\.warframe\\.com)",
|
|
2007
|
+
"articlePath": "/w/",
|
|
2008
|
+
"scriptPath": "/",
|
|
2009
|
+
"fullScriptPath": "https://wiki.warframe.com/",
|
|
2010
|
+
"extensions": [
|
|
2011
|
+
"OAuth"
|
|
2012
|
+
]
|
|
2013
|
+
},
|
|
1982
2014
|
{
|
|
1983
2015
|
"name": "wiki.xn--rckteqa2e.com",
|
|
1984
2016
|
"regex": "(wiki\\.xn--rckteqa2e\\.com)",
|
|
@@ -2130,6 +2162,23 @@
|
|
|
2130
2162
|
"OAuth"
|
|
2131
2163
|
]
|
|
2132
2164
|
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "wikioasis.org",
|
|
2167
|
+
"regex": "(([a-z\\d-]{1,50})\\.wikioasis\\.org)",
|
|
2168
|
+
"articlePath": "/wiki/",
|
|
2169
|
+
"scriptPath": "/",
|
|
2170
|
+
"idString": {
|
|
2171
|
+
"regex": "([a-z\\d-]{1,50})",
|
|
2172
|
+
"scriptPaths": [
|
|
2173
|
+
"https://$1.wikioasis.org/"
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
"wikiFarm": "wikioasis",
|
|
2177
|
+
"extensions": [
|
|
2178
|
+
"CentralAuth",
|
|
2179
|
+
"OAuth"
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2133
2182
|
{
|
|
2134
2183
|
"name": "wikiofmana.com",
|
|
2135
2184
|
"regex": "((?:www\\.)?wikiofmana\\.com)",
|