mediawiki-projects-list 4.7.4 → 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 +38 -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)",
|
|
@@ -1874,7 +1881,10 @@
|
|
|
1874
1881
|
"regex": "(wiki\\.leagueoflegends\\.com)",
|
|
1875
1882
|
"articlePath": "/en-us/",
|
|
1876
1883
|
"scriptPath": "/en-us/",
|
|
1877
|
-
"fullScriptPath": "https://wiki.leagueoflegends.com/en-us/"
|
|
1884
|
+
"fullScriptPath": "https://wiki.leagueoflegends.com/en-us/",
|
|
1885
|
+
"extensions": [
|
|
1886
|
+
"OAuth"
|
|
1887
|
+
]
|
|
1878
1888
|
},
|
|
1879
1889
|
{
|
|
1880
1890
|
"name": "wiki.london2038.com",
|
|
@@ -1991,6 +2001,16 @@
|
|
|
1991
2001
|
"scriptPath": "/",
|
|
1992
2002
|
"fullScriptPath": "https://wiki.vrchat.com/"
|
|
1993
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
|
+
},
|
|
1994
2014
|
{
|
|
1995
2015
|
"name": "wiki.xn--rckteqa2e.com",
|
|
1996
2016
|
"regex": "(wiki\\.xn--rckteqa2e\\.com)",
|
|
@@ -2142,6 +2162,23 @@
|
|
|
2142
2162
|
"OAuth"
|
|
2143
2163
|
]
|
|
2144
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
|
+
},
|
|
2145
2182
|
{
|
|
2146
2183
|
"name": "wikiofmana.com",
|
|
2147
2184
|
"regex": "((?:www\\.)?wikiofmana\\.com)",
|