default.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. {
  2. "limit": {
  3. "command": {
  4. "default": 10,
  5. "patreon": 15
  6. },
  7. "interwiki": {
  8. "default": 5,
  9. "patreon": 10
  10. },
  11. "search": {
  12. "default": 10,
  13. "patreon": 25
  14. },
  15. "discussion": {
  16. "default": 50,
  17. "patreon": 100
  18. },
  19. "verification": {
  20. "default": 10,
  21. "patreon": 25
  22. },
  23. "rcgcdw": {
  24. "default": 1,
  25. "patreon": 5,
  26. "display": 2
  27. }
  28. },
  29. "defaultPermissions": "939904064",
  30. "defaultSettings": {
  31. "lang": "en",
  32. "wiki": "https://en.wikipedia.org/w/"
  33. },
  34. "timeoptions": {
  35. "year": "numeric",
  36. "month": "short",
  37. "day": "numeric",
  38. "hour": "2-digit",
  39. "minute": "2-digit",
  40. "timeZoneName": "short"
  41. },
  42. "usergroups": {
  43. "ignored": [
  44. "fandom-editor",
  45. "request-to-be-forgotten-admin",
  46. "util",
  47. "content-reviewer",
  48. "imagereviewer",
  49. "restricted-login",
  50. "restricted-login-auto",
  51. "restricted-login-exempt",
  52. "council",
  53. "*"
  54. ],
  55. "sorted": [
  56. "bot",
  57. "checkuser",
  58. "bureaucrat",
  59. "interface-admin",
  60. "sysop",
  61. "wiki_guardian",
  62. "content-moderator",
  63. "widgeteditor",
  64. "threadmoderator",
  65. "reviewer",
  66. "editor",
  67. "__CUSTOM__",
  68. "autoreview",
  69. "autopatrol",
  70. "rollback",
  71. "autoconfirmed",
  72. "emailconfirmed",
  73. "user"
  74. ],
  75. "global": [
  76. "founder",
  77. "global-bot",
  78. "bot-global",
  79. "flood",
  80. "staff",
  81. "sysadmin",
  82. "steward",
  83. "wiki-representative",
  84. "global-interface-editor",
  85. "helper",
  86. "global-sysop",
  87. "globalsysop",
  88. "wiki-specialist",
  89. "ombuds",
  90. "soap",
  91. "global-discussions-moderator",
  92. "vanguard",
  93. "__CUSTOM__",
  94. "interwiki-admin",
  95. "global-deleter",
  96. "abusefilter-maintainer",
  97. "abusefilter-helper",
  98. "global-rollbacker",
  99. "global-ipblock-exempt"
  100. ]
  101. },
  102. "wikiProjects": [
  103. {
  104. "name": "wikipedia.org",
  105. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikipedia\\.org)",
  106. "articlePath": "/wiki/",
  107. "scriptPath": "/w/"
  108. },
  109. {
  110. "name": "mediawiki.org",
  111. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?mediawiki\\.org)",
  112. "articlePath": "/wiki/",
  113. "scriptPath": "/w/"
  114. },
  115. {
  116. "name": "wikimedia.org",
  117. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikimedia\\.org)",
  118. "articlePath": "/wiki/",
  119. "scriptPath": "/w/"
  120. },
  121. {
  122. "name": "wiktionary.org",
  123. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wiktionary\\.org)",
  124. "articlePath": "/wiki/",
  125. "scriptPath": "/w/"
  126. },
  127. {
  128. "name": "wikibooks.org",
  129. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikibooks\\.org)",
  130. "articlePath": "/wiki/",
  131. "scriptPath": "/w/"
  132. },
  133. {
  134. "name": "wikisource.org",
  135. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikisource\\.org)",
  136. "articlePath": "/wiki/",
  137. "scriptPath": "/w/"
  138. },
  139. {
  140. "name": "wikidata.org",
  141. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikidata\\.org)",
  142. "articlePath": "/wiki/",
  143. "scriptPath": "/w/"
  144. },
  145. {
  146. "name": "wikiversity.org",
  147. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikiversity\\.org)",
  148. "articlePath": "/wiki/",
  149. "scriptPath": "/w/"
  150. },
  151. {
  152. "name": "wikiquote.org",
  153. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikiquote\\.org)",
  154. "articlePath": "/wiki/",
  155. "scriptPath": "/w/"
  156. },
  157. {
  158. "name": "wikinews.org",
  159. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikinews\\.org)",
  160. "articlePath": "/wiki/",
  161. "scriptPath": "/w/"
  162. },
  163. {
  164. "name": "wikivoyage.org",
  165. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikivoyage\\.org)",
  166. "articlePath": "/wiki/",
  167. "scriptPath": "/w/"
  168. },
  169. {
  170. "name": "translatewiki.net",
  171. "regex": "(translatewiki\\.net)",
  172. "articlePath": "/wiki/",
  173. "scriptPath": "/w/"
  174. },
  175. {
  176. "name": "miraheze.org",
  177. "regex": "((?:[a-z\\d-]{1,50}\\.)miraheze\\.org)",
  178. "articlePath": "/wiki/",
  179. "scriptPath": "/w/"
  180. },
  181. {
  182. "name": "paradoxwikis.com",
  183. "regex": "((?:[a-z\\d-]{1,50}\\.)paradoxwikis\\.com)",
  184. "articlePath": "/",
  185. "scriptPath": "/"
  186. },
  187. {
  188. "name": "runescape.wiki",
  189. "regex": "((?:(?:classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
  190. "articlePath": "/w/",
  191. "scriptPath": "/"
  192. },
  193. {
  194. "name": "wiki.biligame.com",
  195. "regex": "(wiki\\.biligame\\.com(?:/[a-z\\d]{1,50}))",
  196. "articlePath": "/",
  197. "scriptPath": "/"
  198. },
  199. {
  200. "name": "metapedia.org",
  201. "regex": "((?:[a-z\\d-]{1,50}\\.)metapedia\\.org)",
  202. "articlePath": "/wiki/",
  203. "scriptPath": "/m/"
  204. },
  205. {
  206. "name": "brickimedia.org",
  207. "regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
  208. "articlePath": "/wiki/",
  209. "scriptPath": "/w/"
  210. },
  211. {
  212. "name": "wiki.openstreetmap.org",
  213. "regex": "(wiki\\.openstreetmap\\.org)",
  214. "articlePath": "/wiki/",
  215. "scriptPath": "/w/"
  216. },
  217. {
  218. "name": "pluralpedia.org",
  219. "regex": "((?:www\\.)?pluralpedia\\.org)",
  220. "articlePath": "/w/",
  221. "scriptPath": "/"
  222. },
  223. {
  224. "name": "niwanetwork.org",
  225. "regex": "((?:www\\.)?niwanetwork\\.org)",
  226. "articlePath": "/wiki/",
  227. "scriptPath": "/wiki/"
  228. },
  229. {
  230. "name": "armswiki.org",
  231. "regex": "((?:www\\.)?armswiki\\.org)",
  232. "articlePath": "/wiki/",
  233. "scriptPath": "/w/"
  234. },
  235. {
  236. "name": "bulbapedia.bulbagarden.net",
  237. "regex": "(bulbapedia\\.bulbagarden\\.net)",
  238. "articlePath": "/wiki/",
  239. "scriptPath": "/w/"
  240. },
  241. {
  242. "name": "pokewiki.de",
  243. "regex": "((?:www\\.)?pokewiki\\.de)",
  244. "articlePath": "/",
  245. "scriptPath": "/"
  246. },
  247. {
  248. "name": "wikidex.net",
  249. "regex": "((?:www\\.)?wikidex\\.net)",
  250. "articlePath": "/wiki/",
  251. "scriptPath": "/"
  252. },
  253. {
  254. "name": "pokepedia.fr",
  255. "regex": "((?:www\\.)?pokepedia\\.fr)",
  256. "articlePath": "/",
  257. "scriptPath": "/"
  258. },
  259. {
  260. "name": "wiki.pokemoncentral.it",
  261. "regex": "(wiki\\.pokemoncentral\\.it)",
  262. "articlePath": "/",
  263. "scriptPath": "/"
  264. },
  265. {
  266. "name": "wiki.xn--rckteqa2e.com",
  267. "regex": "(wiki\\.xn--rckteqa2e\\.com)",
  268. "articlePath": "/wiki/",
  269. "scriptPath": "/w/"
  270. },
  271. {
  272. "name": "wiki.ポケモン.com",
  273. "regex": "(wiki\\.ポケモン\\.com)",
  274. "articlePath": "/wiki/",
  275. "scriptPath": "/w/"
  276. },
  277. {
  278. "name": "wiki.52poke.com",
  279. "regex": "(wiki\\.52poke\\.com)",
  280. "articlePath": "/wiki/",
  281. "scriptPath": "/w/"
  282. },
  283. {
  284. "name": "dragalialost.wiki",
  285. "regex": "((?:www\\.)?dragalialost\\.wiki)",
  286. "articlePath": "/w/",
  287. "scriptPath": "/"
  288. },
  289. {
  290. "name": "dragon-quest.org",
  291. "regex": "((?:www\\.)?dragon-quest\\.org)",
  292. "articlePath": "/wiki/",
  293. "scriptPath": "/w/"
  294. },
  295. {
  296. "name": "wikidragonquest.fr",
  297. "regex": "((?:www\\.)?wikidragonquest\\.fr)",
  298. "articlePath": "/",
  299. "scriptPath": "/"
  300. },
  301. {
  302. "name": "fireemblemwiki.org",
  303. "regex": "((?:www\\.)?fireemblemwiki\\.org)",
  304. "articlePath": "/wiki/",
  305. "scriptPath": "/w/"
  306. },
  307. {
  308. "name": "mutecity.org",
  309. "regex": "((?:www\\.)?mutecity\\.org)",
  310. "articlePath": "/wiki/",
  311. "scriptPath": "/w/"
  312. },
  313. {
  314. "name": "goldensunwiki.net",
  315. "regex": "((?:www\\.)?goldensunwiki\\.net)",
  316. "articlePath": "/wiki/",
  317. "scriptPath": "/w/"
  318. },
  319. {
  320. "name": "kidicaruswiki.org",
  321. "regex": "((?:www\\.)?kidicaruswiki\\.org)",
  322. "articlePath": "/wiki/",
  323. "scriptPath": "/w/"
  324. },
  325. {
  326. "name": "splatoonwiki.org",
  327. "regex": "((?:(?:fr|www)\\.)?splatoonwiki\\.org)",
  328. "articlePath": "/wiki/",
  329. "scriptPath": "/w/"
  330. },
  331. {
  332. "name": "starfoxwiki.info",
  333. "regex": "((?:www\\.)?starfoxwiki\\.info)",
  334. "articlePath": "/wiki/",
  335. "scriptPath": "/w/"
  336. },
  337. {
  338. "name": "metroidwiki.org",
  339. "regex": "((?:www\\.)?metroidwiki\\.org)",
  340. "articlePath": "/wiki/",
  341. "scriptPath": "/w/"
  342. },
  343. {
  344. "name": "nookipedia.com",
  345. "regex": "((?:www\\.)?nookipedia\\.com)",
  346. "articlePath": "/wiki/",
  347. "scriptPath": "/w/"
  348. },
  349. {
  350. "name": "pikminwiki.com",
  351. "regex": "((?:www\\.)?pikminwiki\\.com)",
  352. "articlePath": "/",
  353. "scriptPath": "/"
  354. },
  355. {
  356. "name": "pikminfanon.com",
  357. "regex": "((?:www\\.)?pikminfanon\\.com)",
  358. "articlePath": "/wiki/",
  359. "scriptPath": "/w/"
  360. },
  361. {
  362. "name": "ssbwiki.com",
  363. "regex": "((?:(?:es|www)\\.)?ssbwiki\\.com)",
  364. "articlePath": "/",
  365. "scriptPath": "/"
  366. },
  367. {
  368. "name": "starfywiki.org",
  369. "regex": "((?:www\\.)?starfywiki\\.org)",
  370. "articlePath": "/wiki/",
  371. "scriptPath": "/"
  372. },
  373. {
  374. "name": "strategywiki.org",
  375. "regex": "((?:www\\.)?strategywiki\\.org)",
  376. "articlePath": "/wiki/",
  377. "scriptPath": "/w/"
  378. },
  379. {
  380. "name": "mariowiki.com",
  381. "regex": "((?:www\\.)?mariowiki\\.com)",
  382. "articlePath": "/",
  383. "scriptPath": "/"
  384. },
  385. {
  386. "name": "mariowiki.net",
  387. "regex": "((?:www\\.)?mariowiki\\.net)",
  388. "articlePath": "/wiki/",
  389. "scriptPath": "/w/"
  390. },
  391. {
  392. "name": "mariowiki.it",
  393. "regex": "((?:www\\.)?mariowiki\\.it)",
  394. "articlePath": "/",
  395. "scriptPath": "/"
  396. },
  397. {
  398. "name": "ukikipedia.net",
  399. "regex": "((?:www\\.)?ukikipedia\\.net)",
  400. "articlePath": "/wiki/",
  401. "scriptPath": "/mediawiki/"
  402. },
  403. {
  404. "name": "warswiki.org",
  405. "regex": "((?:www\\.)?warswiki\\.org)",
  406. "articlePath": "/wiki/",
  407. "scriptPath": "/w/"
  408. },
  409. {
  410. "name": "wikibound.info",
  411. "regex": "((?:(?:it|www)\\.)?wikibound\\.info)",
  412. "articlePath": "/wiki/",
  413. "scriptPath": "/w/"
  414. },
  415. {
  416. "name": "wikirby.com",
  417. "regex": "((?:www\\.)?wikirby\\.com)",
  418. "articlePath": "/wiki/",
  419. "scriptPath": "/w/"
  420. },
  421. {
  422. "name": "xenoserieswiki.org",
  423. "regex": "((?:www\\.)?xenoserieswiki\\.org)",
  424. "articlePath": "/wiki/",
  425. "scriptPath": "/w/"
  426. },
  427. {
  428. "name": "xenopedia.it",
  429. "regex": "((?:www\\.)?xenopedia\\.it)",
  430. "articlePath": "/",
  431. "scriptPath": "/"
  432. },
  433. {
  434. "name": "zeldapendium.de",
  435. "regex": "((?:www\\.)?zeldapendium\\.de)",
  436. "articlePath": "/wiki/",
  437. "scriptPath": "/w/"
  438. },
  439. {
  440. "name": "chronowiki.org",
  441. "regex": "((?:www\\.)?chronowiki\\.org)",
  442. "articlePath": "/wiki/",
  443. "scriptPath": "/w/"
  444. },
  445. {
  446. "name": "khwiki.com",
  447. "regex": "((?:www\\.)?khwiki\\.com)",
  448. "articlePath": "/",
  449. "scriptPath": "/"
  450. },
  451. {
  452. "name": "finalfantasywiki.com",
  453. "regex": "((?:www\\.)?finalfantasywiki\\.com)",
  454. "articlePath": "/wiki/",
  455. "scriptPath": "/w/"
  456. },
  457. {
  458. "name": "wikihow.com",
  459. "regex": "((?:www\\.)?wikihow\\.com)",
  460. "articlePath": "/",
  461. "scriptPath": "/"
  462. },
  463. {
  464. "name": "librewiki.net",
  465. "regex": "(librewiki\\.net)",
  466. "articlePath": "/wiki/",
  467. "scriptPath": "/"
  468. },
  469. {
  470. "name": "femiwiki.com",
  471. "regex": "((?:www\\.)?femiwiki\\.com)",
  472. "articlePath": "/w/",
  473. "scriptPath": "/"
  474. },
  475. {
  476. "name": "revi.wiki",
  477. "regex": "(revi\\.wiki)",
  478. "articlePath": "/wiki/",
  479. "scriptPath": "/w/"
  480. },
  481. {
  482. "name": "wiki-aventurica.de",
  483. "regex": "((?:[a-z\\d-]{1,50}\\.)?wiki-aventurica\\.de)",
  484. "articlePath": "/wiki/",
  485. "scriptPath": "/de/"
  486. },
  487. {
  488. "name": "pnpwiki.de",
  489. "regex": "((?:www\\.)?pnpwiki\\.de)",
  490. "articlePath": "/wiki/",
  491. "scriptPath": "/w/"
  492. }
  493. ]
  494. }