default.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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": 15
  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. "user"
  73. ],
  74. "global": [
  75. "founder",
  76. "global-bot",
  77. "bot-global",
  78. "flood",
  79. "staff",
  80. "sysadmin",
  81. "steward",
  82. "wiki-manager",
  83. "global-interface-editor",
  84. "helper",
  85. "global-sysop",
  86. "globalsysop",
  87. "content-team-member",
  88. "ombuds",
  89. "soap",
  90. "global-discussions-moderator",
  91. "vanguard",
  92. "__CUSTOM__",
  93. "interwiki-admin",
  94. "global-deleter",
  95. "abusefilter-maintainer",
  96. "abusefilter-helper",
  97. "global-rollbacker",
  98. "global-ipblock-exempt"
  99. ]
  100. },
  101. "wikiProjects": [
  102. {
  103. "name": "wikipedia.org",
  104. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikipedia\\.org)",
  105. "articlePath": "/wiki/",
  106. "scriptPath": "/w/"
  107. },
  108. {
  109. "name": "mediawiki.org",
  110. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?mediawiki\\.org)",
  111. "articlePath": "/wiki/",
  112. "scriptPath": "/w/"
  113. },
  114. {
  115. "name": "wikimedia.org",
  116. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikimedia\\.org)",
  117. "articlePath": "/wiki/",
  118. "scriptPath": "/w/"
  119. },
  120. {
  121. "name": "wiktionary.org",
  122. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wiktionary\\.org)",
  123. "articlePath": "/wiki/",
  124. "scriptPath": "/w/"
  125. },
  126. {
  127. "name": "wikibooks.org",
  128. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikibooks\\.org)",
  129. "articlePath": "/wiki/",
  130. "scriptPath": "/w/"
  131. },
  132. {
  133. "name": "wikisource.org",
  134. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikisource\\.org)",
  135. "articlePath": "/wiki/",
  136. "scriptPath": "/w/"
  137. },
  138. {
  139. "name": "wikidata.org",
  140. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikidata\\.org)",
  141. "articlePath": "/wiki/",
  142. "scriptPath": "/w/"
  143. },
  144. {
  145. "name": "wikiversity.org",
  146. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikiversity\\.org)",
  147. "articlePath": "/wiki/",
  148. "scriptPath": "/w/"
  149. },
  150. {
  151. "name": "wikiquote.org",
  152. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikiquote\\.org)",
  153. "articlePath": "/wiki/",
  154. "scriptPath": "/w/"
  155. },
  156. {
  157. "name": "wikinews.org",
  158. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikinews\\.org)",
  159. "articlePath": "/wiki/",
  160. "scriptPath": "/w/"
  161. },
  162. {
  163. "name": "wikivoyage.org",
  164. "regex": "((?:[a-z\\d-]{1,50}\\.)?(?:m\\.)?wikivoyage\\.org)",
  165. "articlePath": "/wiki/",
  166. "scriptPath": "/w/"
  167. },
  168. {
  169. "name": "miraheze.org",
  170. "regex": "((?:[a-z\\d-]{1,50}\\.)miraheze\\.org)",
  171. "articlePath": "/wiki/",
  172. "scriptPath": "/w/"
  173. },
  174. {
  175. "name": "paradoxwikis.com",
  176. "regex": "((?:[a-z\\d-]{1,50}\\.)paradoxwikis\\.com)",
  177. "articlePath": "/",
  178. "scriptPath": "/"
  179. },
  180. {
  181. "name": "runescape.wiki",
  182. "regex": "((?:(?:classic|oldschool|pt|www)\\.)?runescape\\.wiki)",
  183. "articlePath": "/w/",
  184. "scriptPath": "/"
  185. },
  186. {
  187. "name": "wiki.biligame.com",
  188. "regex": "(wiki\\.biligame\\.com(?:/[a-z\\d]{1,50}))",
  189. "articlePath": "/",
  190. "scriptPath": "/"
  191. },
  192. {
  193. "name": "metapedia.org",
  194. "regex": "((?:[a-z\\d-]{1,50}\\.)metapedia\\.org)",
  195. "articlePath": "/wiki/",
  196. "scriptPath": "/m/"
  197. },
  198. {
  199. "name": "brickimedia.org",
  200. "regex": "((?:[a-z\\d-]{1,50}\\.)brickimedia\\.org)",
  201. "articlePath": "/wiki/",
  202. "scriptPath": "/w/"
  203. },
  204. {
  205. "name": "wiki.openstreetmap.org",
  206. "regex": "(wiki\\.openstreetmap\\.org)",
  207. "articlePath": "/wiki/",
  208. "scriptPath": "/w/"
  209. },
  210. {
  211. "name": "pluralpedia.org",
  212. "regex": "((?:www\\.)?pluralpedia\\.org)",
  213. "articlePath": "/w/",
  214. "scriptPath": "/"
  215. },
  216. {
  217. "name": "librewiki.net",
  218. "regex": "(librewiki\\.net)",
  219. "articlePath": "/wiki/",
  220. "scriptPath": "/"
  221. },
  222. {
  223. "name": "femiwiki.com",
  224. "regex": "((?:www\\.)?femiwiki\\.com)",
  225. "articlePath": "/w/",
  226. "scriptPath": "/"
  227. },
  228. {
  229. "name": "revi.wiki",
  230. "regex": "(revi\\.wiki)",
  231. "articlePath": "/wiki/",
  232. "scriptPath": "/w/"
  233. }
  234. ]
  235. }